Ball Game is a simple to play game made purely with HTML, CSS and JavaScript.
This project was made in order to learn the basics of javascript.
The game uses various kind of colorful balls and an evilcircle which is destroying all other balls.
-
The Buttons A,S,D,W are used to move the EvilCircle.
-
EvilCircle on coming in contact with any of the other balls will destroy those balls.
-
After all the balls are destroyed the total score and Total time taken are displayed.
-
Try to finish the game with the least amount of time possible. ( my record 17 seconds fullscreen mode)
If you wish to contribute to this project you can fork the repository and contribute in the following two ways:
- Identify a bug or an improvement and raise an issue.
- Work on existing issues and make a PR.