https://github.com/emanuelefavero/canvas-game
A mini game built with html canvas, vanilla javascript and css
https://github.com/emanuelefavero/canvas-game
canvas canvas-game canvas2d css game html javascript snake-game webdevelopment
Last synced: 7 months ago
JSON representation
A mini game built with html canvas, vanilla javascript and css
- Host: GitHub
- URL: https://github.com/emanuelefavero/canvas-game
- Owner: emanuelefavero
- License: mit
- Created: 2023-01-04T21:47:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-26T04:37:43.000Z (over 2 years ago)
- Last Synced: 2025-02-04T16:50:32.323Z (8 months ago)
- Topics: canvas, canvas-game, canvas2d, css, game, html, javascript, snake-game, webdevelopment
- Language: JavaScript
- Homepage: https://emanuelefavero.github.io/canvas-game/
- Size: 4.25 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Canvas Game
This is a simple game that I made with canvas, css and javascript. Grab as many coin as you can and avoid the walls.
## Live Demo
- [Play Now](https://emanuelefavero.github.io/canvas-game/)
#### Screenshot
## How to play
- Desktop: Use the arrow keys or WASD keys to move the player
- Mobile: Swipe to move the player## How to run the game locally
- Clone the repository
- Open the `index.html` file in your browser## License
- [MIT](LICENSE.md)