⭐⭐⭐⭐⭐
Implementation of NES Road Fighter game every 90's person has played in their childhood. Written in Typescript
Clicking here you can play enjoy :D
Its an implementation of classic road fighter NES game with HTML5 Canvas and Typescript. Completely responsive and thus can be played on any device. For mobile devices, it uses on-screen buttons to control game and for laptop/pc, it uses keyboard buttons.
- make it responsive
- add buttons on mobile device for mobile playability
- insert enemy car based on current location (not randomly)
- add more types (trucks or something)
- make a scoring logic and show score on gameover
- auto reload and resize game area if viewport height/width changes
- add loader screen for before the gameloads
- add more levels
- surrounding scenery can be improved for more immersive environment
git clone https://github.com/pg07codes/road-fighter
cd road-fighter
npm install
npm run dev
npm run build
Copyright © 2020-present, Pranav Gupta
Road Fighter Game Code is MIT licensed 💖