https://github.com/beuted/rogue-like-multi
https://github.com/beuted/rogue-like-multi
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/beuted/rogue-like-multi
- Owner: beuted
- Created: 2020-04-28T09:00:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-04T22:19:00.000Z (over 1 year ago)
- Last Synced: 2025-02-04T23:23:59.463Z (over 1 year ago)
- Language: TypeScript
- Size: 35.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multi player game
* Server + client architecture
* Using websocket (or fallaback polling) through the Microsoft "Signal" lib.
* Client rollback implemented
# Screenshot

# TODO
* Collision are not so good
* Balancing is not so good
* Netcode could probably be improved
* Keys you can use could be displayed on screen