Update README.md

This commit is contained in:
Bram Verhulst
2024-04-24 09:05:58 +02:00
committed by GitHub
parent 1b90f222a4
commit b406c8ffcc

View File

@@ -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
<p align="right">(<a href="#readme-top">back to top</a>)</p>
@@ -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