Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jfmdev/road-brawler
A simple racing game inspired by the classic Road Fighter game
https://github.com/jfmdev/road-brawler
game html5-game phaser phaser3 pwa pwa-app typescript vite vitejs
Last synced: about 2 months ago
JSON representation
A simple racing game inspired by the classic Road Fighter game
- Host: GitHub
- URL: https://github.com/jfmdev/road-brawler
- Owner: jfmdev
- License: mpl-2.0
- Created: 2023-10-25T22:46:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-27T22:21:34.000Z (12 months ago)
- Last Synced: 2024-11-11T16:57:21.732Z (3 months ago)
- Topics: game, html5-game, phaser, phaser3, pwa, pwa-app, typescript, vite, vitejs
- Language: TypeScript
- Homepage: http://www.jfm.com.ar/road-brawler/
- Size: 1.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Road Brawler
A simple racing game inspired by the classic _Road Fighter_ game.
[Play the game here](https://jfmdev.github.io/road-brawler/)
![screenshot](./public/misc/screenshot-wide-2.jpg)
## Getting Started
The project was created using the [vite-phaser-ts](https://github.com/iwantantra/vite-phaser-ts) template, which provides the following scripts:
* `npm run dev` to run the project locally.
* `npm run build` to build the project.
* `npm run preview` to preview the build.
* `npm run lint` to lint check your code using eslint.
* `npm run lint-fix` to lint check and fix your code.## Sprites
The sprites used on this project were designed by [Kenney.nl](https://opengameart.org/content/roguelike-modern-city-pack) and [eracoon](https://opengameart.org/content/isometric-vehicles).
## License
Road Brawler is free software; you can redistribute it and/or modify it under the terms of the Mozilla Public License v2.0. You should have received a copy of the MPL 2.0 along with this software, otherwise you can obtain one at http://mozilla.org/MPL/2.0/.