Pug Game
I wanted to learn ThreeJS so thought I'd try to recreate the game that I created in Unity in 3D.
Stack
- ThreeJS (https://threejs.org)
- Enable3D (https://enable3d.io)
- Uses Ammo Physics (https://github.com/kripken/amm...)
Specs
- WASD controls
- Collecting treats increases health and time (Collisions)
- Running into the snowballs decreases health (Collisions)
- Game over when health runs too low or time runs out