From 044a61e069fa734c8cb1ea64ca9a078df5623c4a Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 6 Nov 2019 00:10:43 +0000 Subject: [PATCH] added trello to readme --- README.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 7f2a6cd..03efeae 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,11 @@ A Minecraft clone written in C++ with OpenGL ### Development Checklist -### Trello coming soon +#### Trello: -- [X] Block atlas -- [X] Texturing faces -- [X] Mesh chunks -- [X] Fog -- [ ] Fustrum culling -- [ ] Chunk generation around the player -- [X] Threaded chunk generation -- [ ] Player collision -- [ ] Player cursor -- [ ] Procedural world generation -- [ ] . . . +All of the projects progress will be tracked here + +https://trello.com/b/jpGIDFKm/minecraft Even after this initial short checklist there will be a lot to implement to have a playable minecraft clone, its really there so you can see the development stage of the renderer.