Skip to content

kyle116/Dodger-2-Player-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


2-Player Head to Head game

Collect the most points while trying to dodge the rocks

How to Play:

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


Development & Technologies

Dodger is being built using HTML, CSS, JavaScript, and the jQuery library

Digital-7 Font from 1001fonts.com


Approach Taken

  • 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

Unsolved Problems

  • Collisions not 100% accurate
  • Better CSS/Styling
  • Resizable window

Dreams

  • Changeable themes/characters
  • Different game modes
  • Changeable speeds

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published