https://github.com/lostfictions/mudzone
a lil mud 4 u
https://github.com/lostfictions/mudzone
Last synced: about 1 year ago
JSON representation
a lil mud 4 u
- Host: GitHub
- URL: https://github.com/lostfictions/mudzone
- Owner: lostfictions
- Created: 2019-04-29T08:02:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-22T00:46:36.000Z (over 5 years ago)
- Last Synced: 2025-03-03T14:36:38.777Z (over 1 year ago)
- Language: TypeScript
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## RsFK
robots find kitten
---
TODO:
- [x] Actual Multiplayer
- [x] collision detection
- [ ] interacting with objects
- [ ] moving between rooms
- [ ] chat improvements: history, pagination, snap to bottom
- [ ] optimistic updates, since apollo sort of makes them easy (or easier)
- [ ] memoize subscription results in resolve() and only return changed values!
- [ ] persistent state?
- [ ] passthrough objects?
- [ ] integrate some rotjs faculties if needed, for timing, pathfinding, etc.
- [ ] ~~player scripting~~