diff --git a/README.md b/README.md index 5939d14..0376b83 100644 --- a/README.md +++ b/README.md @@ -63,11 +63,12 @@ This section gives a clear and detailed overview of which parts of the original ### The minimum I will most certainly develop: * Player movement * Resource Collection - +* Random Generated world +* The fuel and sell building + ### What I will probably make as well: -* Shops * Dying -* Lava +* Working Lava ### What I plan to create if I have enough time left: * Main Menu, Options Screen @@ -101,8 +102,7 @@ Use this space to show useful examples of how a game can be played. Additional screenshots and demos work well in this space. ### Controls -* keys, .. -* .. +* W A S D

(back to top)

@@ -126,12 +126,12 @@ Explain where you applied inheritance (mandatory). ## Checklist - [x] Accept / set up github project -- [ ] week 01 topics applied +- [x] week 01 topics applied - [ ] const keyword applied proactively (variables, functions,..) - [ ] static keyword applied proactively (class variables, static functions,..) - [ ] object composition (optional) -- [ ] week 02 topics applied -- [ ] week 03 topics applied +- [x] week 02 topics applied +- [x] week 03 topics applied - [ ] week 04 topics applied - [ ] week 05 topics applied - [ ] week 06 topics applied