Add references to issues and milestones in README.md
This commit is contained in:
parent
c74c5d44dc
commit
e5cb669c73
35
README.md
35
README.md
@ -6,19 +6,28 @@ The main goal is to get a working server, then optimize for speed (multi-threadi
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
- [x] Server status (favicon included)
|
- [x] Server status (favicon included)
|
||||||
- [ ] Authentication
|
- [ ] [Authentication](https://github.com/garentyler/composition/milestone/1)
|
||||||
- [ ] Encryption/compression
|
- [ ] [Encryption](https://github.com/garentyler/composition/issues/10)/[compression](https://github.com/garentyler/composition/issues/11)
|
||||||
- [ ] Flat world generation
|
- [ ] World
|
||||||
- [ ] More complex world generation
|
- [ ] [World generation](https://github.com/garentyler/composition/milestone/3)
|
||||||
- [ ] Chat
|
- [ ] [Flat world generation](https://github.com/garentyler/composition/issues/12)
|
||||||
- [ ] Player movement
|
- [ ] [More complex world generation](https://github.com/garentyler/composition/issues/13)
|
||||||
- [ ] Collisions
|
- [ ] [World updates](https://github.com/garentyler/composition/milestone/7) (placing/breaking blocks)
|
||||||
- [ ] World updates (placing/breaking blocks)
|
- [ ] [World saving](https://github.com/garentyler/composition/milestone/8) (probably custom format)
|
||||||
- [ ] World saving (probably custom format)
|
- [ ] [Chat](https://github.com/garentyler/composition/milestone/4)
|
||||||
- [ ] Entities
|
- [ ] [Player chat](https://github.com/garentyler/composition/issues/15)
|
||||||
- [ ] Items and inventory
|
- [ ] [System chat](https://github.com/garentyler/composition/issues/16)
|
||||||
- [ ] Crafting
|
- [ ] Console input
|
||||||
- [ ] Commands & console input
|
- [ ] Commands
|
||||||
|
- [ ] [Collisions and physics](https://github.com/garentyler/composition/milestone/6)
|
||||||
|
- [ ] Player movement
|
||||||
|
- [ ] [Entities](https://github.com/garentyler/composition/milestone/9)
|
||||||
|
- [ ] Spawning
|
||||||
|
- [ ] AI
|
||||||
|
- [ ] [Inventory](https://github.com/garentyler/composition/milestone/10)
|
||||||
|
- [ ] Items
|
||||||
|
- [ ] Chests/Shulkers/etc.
|
||||||
|
- [ ] Crafting/Smelting/etc.
|
||||||
- [ ] Plugins ([WASM](https://webassembly.org/))
|
- [ ] Plugins ([WASM](https://webassembly.org/))
|
||||||
- [ ] Future ideas (k8s, mods, anti-cheat, etc.)
|
- [ ] Future ideas (k8s, mods, anti-cheat, etc.)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user