This is a simple JavaScript game using HTML5 Canvas for rendering. The game involves controlling a box to collect coins rendered on the canvas.
- Player Control: Use arrow keys to move the box around the canvas.
- Scoring System: Collect coins to earn points. Your current score is displayed on the screen.
- Responsive Design: The game canvas adjusts to fit different screen sizes.
Use the arrow keys to control the box and collect coins.
Clone the project
git clone https://github.com/ramprasanth0/Canvas-Game.gitOpen the index.html file in your web browser.
Contributions are always welcome!
If you find any bugs or have suggestions for improvements, please open an issue or create a pull request.