/blob

Game 1, Week 1 of the Weekly Game Challenge by tarat

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

blob

Game 1, Week 1 of the Weekly Game Challenge by tarat

Forked from Marching Squares by missing-user

About

This is a simple game where the user has to avoid the circles that are moving around the screen. The game is over when the user's circle collides with any of the game circles.

How to play

  • Use the mouse pointer to move the user's circle
  • Avoid the game circles
  • The game is over when the user's circle collides with any of the game circles

How to run

  1. Clone the repository
  2. Open the index.html file in a web browser

Todos

  • Add a smol circle at the mouse pointer for the user to interact with the game
  • Detect collision with the user circle and the game circles
  • Detect screen size and adjust the parameters accordingly
  • Decrease the playing area a bit to avoid dead zones
  • Add 1 or 2 seconds of invincibility when the game starts
  • Add a score counter
  • Store the highest score in local storage
  • Increase the circle velocity with time
  • Add a button to start and stop the game
  • Game over screen
  • Add better visualss
  • Reward for streaks