From e5cb669c7351ed9f6515da79e43dc2dc88ae776e Mon Sep 17 00:00:00 2001 From: Garen Tyler Date: Wed, 3 May 2023 23:37:21 -0600 Subject: [PATCH] Add references to issues and milestones in README.md --- README.md | 35 ++++++++++++++++++++++------------- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index bb1c464..283fb2b 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,28 @@ The main goal is to get a working server, then optimize for speed (multi-threadi ## Features - [x] Server status (favicon included) -- [ ] Authentication -- [ ] Encryption/compression -- [ ] Flat world generation -- [ ] More complex world generation -- [ ] Chat -- [ ] Player movement -- [ ] Collisions -- [ ] World updates (placing/breaking blocks) -- [ ] World saving (probably custom format) -- [ ] Entities -- [ ] Items and inventory -- [ ] Crafting -- [ ] Commands & console input +- [ ] [Authentication](https://github.com/garentyler/composition/milestone/1) +- [ ] [Encryption](https://github.com/garentyler/composition/issues/10)/[compression](https://github.com/garentyler/composition/issues/11) +- [ ] World + - [ ] [World generation](https://github.com/garentyler/composition/milestone/3) + - [ ] [Flat world generation](https://github.com/garentyler/composition/issues/12) + - [ ] [More complex world generation](https://github.com/garentyler/composition/issues/13) + - [ ] [World updates](https://github.com/garentyler/composition/milestone/7) (placing/breaking blocks) + - [ ] [World saving](https://github.com/garentyler/composition/milestone/8) (probably custom format) +- [ ] [Chat](https://github.com/garentyler/composition/milestone/4) + - [ ] [Player chat](https://github.com/garentyler/composition/issues/15) + - [ ] [System chat](https://github.com/garentyler/composition/issues/16) + - [ ] 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/)) - [ ] Future ideas (k8s, mods, anti-cheat, etc.)