From b406c8ffccf41d69fdf385448c8d0c2d49b2f970 Mon Sep 17 00:00:00 2001 From: Bram Verhulst <161451239+VerhulstBram@users.noreply.github.com> Date: Wed, 24 Apr 2024 09:05:58 +0200 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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
@@ -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