Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/othmane099/crossy-road-game
create a game using phaserjs framework
https://github.com/othmane099/crossy-road-game
canvas game game-2d game-development game-website html javascript phaser phaser3 phaserjs
Last synced: 12 days ago
JSON representation
create a game using phaserjs framework
- Host: GitHub
- URL: https://github.com/othmane099/crossy-road-game
- Owner: othmane099
- Created: 2022-09-19T20:31:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-22T21:00:17.000Z (about 2 years ago)
- Last Synced: 2024-10-17T17:52:07.449Z (30 days ago)
- Topics: canvas, game, game-2d, game-development, game-website, html, javascript, phaser, phaser3, phaserjs
- Language: JavaScript
- Homepage:
- Size: 971 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crossy Road Game
The goal of the game is to advance as much as possible through the roads without being run over by cars.![Crossy Road Game](https://live.staticflickr.com/65535/52377653180_58f7b0cb56_c.jpg)
## Development
This game is crated using [Phaser 3](https://phaser.io) game framework.## Installation 🔌
1. Download the repository files or clone this project by typing in the bash the following command:
```
git clone https://github.com/othmane099/Crossy-Road-Game.git
```
2. Open the project in vscode.3. Run the application using [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) extention.
## Contributing 💡
If you want to contribute to this project and make it better with new ideas, your pull request is very welcomed. If you find any issue just put it in the repository issue section, thank you.