https://github.com/lbfalvy/tetragon-tussle
A minimalistic arena battle with forgiving physics and a geometric design based on squares
https://github.com/lbfalvy/tetragon-tussle
game html5-game local-multiplayer
Last synced: 22 days ago
JSON representation
A minimalistic arena battle with forgiving physics and a geometric design based on squares
- Host: GitHub
- URL: https://github.com/lbfalvy/tetragon-tussle
- Owner: lbfalvy
- Created: 2024-01-05T01:46:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T18:00:25.000Z (over 2 years ago)
- Last Synced: 2024-04-28T06:28:33.230Z (about 2 years ago)
- Topics: game, html5-game, local-multiplayer
- Language: TypeScript
- Homepage: https://www.lbfalvy.com/tetragon-tussle/
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tetragon Tussle
A couch multiplayer game inspired by Square Brawl, but hopefully with fewer bugs, attempting to capture the spirit of Fireboy & Watergirl and other iconic local multiplayer flash games.
## Tech stack
Just typescript really, the game draws graphics directly with JS to a HTML5 canvas. React is there to make menu building quicker and isn't referenced in any game logic.
## To-Do, in no particular order
- death match option
- a concurrent weapon selector
- more weapons
- more maps
## I would like to have these
- online multiplayer through authoritative server
- enemy AI, player teams
- fancy effects (Square Brawl uses Unity physics but we can do other things)