Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/max-im/street-fighter
A retro fighting game crafted with TypeScript and HTML5 Canvas. Features fluid combat mechanics, shop system, and atmospheric environments - all running in your browser. No external game engines, pure TypeScript power! 🎮 ⚔️
https://github.com/max-im/street-fighter
canvas game parcel typescript
Last synced: 4 days ago
JSON representation
A retro fighting game crafted with TypeScript and HTML5 Canvas. Features fluid combat mechanics, shop system, and atmospheric environments - all running in your browser. No external game engines, pure TypeScript power! 🎮 ⚔️
- Host: GitHub
- URL: https://github.com/max-im/street-fighter
- Owner: Max-im
- Created: 2023-01-04T18:09:35.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-19T16:25:20.000Z (8 days ago)
- Last Synced: 2024-12-19T17:32:59.517Z (8 days ago)
- Topics: canvas, game, parcel, typescript
- Language: TypeScript
- Homepage: https://max-im.github.io/street-fighter/
- Size: 288 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Street Fighter Game
A retro fighting game crafted with TypeScript and HTML5 Canvas. Features fluid combat mechanics, shop system, and atmospheric environments - all running in your browser. No external game engines, pure TypeScript power! 🎮 ⚔️
## Fighting Game with TypeScript and HTML canvas
## Tech
- TypeScript
- Canvas## Play now:
[Play](https://max-im.github.io/street-fighter)## Running:
- clone the repo
- go to the project dir `cd street-fighter`
- install dependecies `npm i`
- run `npm run dev`
- open `localhost:1234`