Collect the most points while trying to dodge the rocks
Player 1 uses WASD keys to control and Player 2 uses arrow keys to control
Collect as many points possible without getting hit by the moving rocks
Play Game HERE
Dodger is being built using HTML, CSS, JavaScript, and the jQuery library
Digital-7 Font from 1001fonts.com
- Started with object prototypes for players, rocks, and points
- Created a movement logic
- Created a collision detection for game area
- Created collision detection for points and rocks
- Points based on player collision with point box
- Game ends based on after both players collide with rock. Player with highest score wins
- Set restart game functions to create same playable game
- Collisions not 100% accurate
- Better CSS/Styling
- Resizable window
- Changeable themes/characters
- Different game modes
- Changeable speeds