https://github.com/repcomm/robust-old
A shoot-em-up, base building 2d multiplayer browser game
https://github.com/repcomm/robust-old
Last synced: 27 days ago
JSON representation
A shoot-em-up, base building 2d multiplayer browser game
- Host: GitHub
- URL: https://github.com/repcomm/robust-old
- Owner: RepComm
- Created: 2020-06-24T06:36:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T18:07:40.000Z (about 3 years ago)
- Last Synced: 2025-06-20T19:56:09.643Z (7 months ago)
- Language: TypeScript
- Homepage: https://repcomm.github.io/robust/index.html
- Size: 369 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# robust-ts
## Notice
Reimplementation going on.
Physics engine will be a custom one since others are trash.
## Random Implementation Notes:
- Render and physics coordinate spaces are 1:1 match
- Positive X is right, Positive Y is down
- Block base screen size is 32x32 (not accounting for zoom), however, they span 1x1 meters in render space
- Chunks are 16x16 blocks
- AABB is not implemented as a class, but rather as a set of functions
