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

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

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~~