Update README.md

This commit is contained in:
ahakkar 2023-02-19 00:09:07 +02:00 committed by GitHub
parent 63afd68cbf
commit 3a377c8379
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ https://github.com/bsimser/Micropolis/blob/develop/Micropolis/Assets/Micropolis/
Made using Godot 4 game engine, Vulkan renderer.
Features implemented as of 15.2.2023:
Features implemented as of 19.2.2023:
- Mapgen based on provided .png image
- Map sizes 128x128 - 4096x4096, one tile is ~3x3 meters
- Procedural forest generation with noise map
@ -15,8 +15,15 @@ Features implemented as of 15.2.2023:
- Camera rotation with arrow keys, in 45 degree steps, or stepless
- Minimap: move camera with mouse clicks
- Minimap: show the camera view with a rectangle
- Layers: show the parcel layers
- Basic mainmenu with new game, resume and exit working
Example screenshots:
Main menu:
![acsim_2023-2-16_22_49-20](https://user-images.githubusercontent.com/107028220/219901492-db5a14c3-eebb-4616-935a-93be6674e58e.png)
Game view:
<img width="1290" alt="game_view01" src="https://user-images.githubusercontent.com/107028220/219068072-9dd38335-ca42-4109-820a-b3bd137ef22e.png">
With a rotated camera (and a rotated camera box in minimap):