Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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! 🎮 ⚔️

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`