An open API service indexing awesome lists of open source software.

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

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

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)