From 24621dfb3ba18ae4de48e169c45391e6f2293b9f Mon Sep 17 00:00:00 2001 From: leca Date: Tue, 4 Jun 2024 00:55:18 +0300 Subject: [PATCH] Readme change --- README.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/README.md b/README.md index 9b2dc18..426ee07 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,39 @@ # Godsim +## About +Godsim is an attempt to recreate [deisim](https://www.deisim.com/). I took a lot of inspiration from this game. I love it and all God simulators, but I don't have a VR headset and I know no opensource God simulator games. Maybe I was searching bad, but I didn't find one. So I decided to make my own! I really love low-poly graphics so this is the style of this game. I'd like to try to implement some basic mechanics from deisim and try to implement my own ideas. Hope you'll like it! +## Contributing +Contributioning is welcome, please, feel free to fire an issue or make a PR. I'll gladly read your thoughts or bug reports and do my best to develop a good video game! +## Roadmap +Things and ideas I'd like to implement +- Make basic movement, God controls ✔️ +- Make world creation using tiles (a.k.a. minecraft chunks) ✔️ +- Make a hella lof of tiles which are, but not limited to: + - Empty ✔️ + - Plain ✔️ + - Forest ✔️ + - Lake + - Sea + - Desert + - Mountains +- Make a tutorial +- Add animals +- Make humans and their belongings: + - Towns + - Professions + - Heretic + - Cleric + - Lumberjack + - Warrior + - Farmer + - Fisherman + - Hunter +- Make faith points mechanics +- Add some God powers: + - Thunderstrike + - Rain + - Wildfire + - Plague (and cure for it ;) ) +- Add soundtrack and ambient +## Thanks +Thanks to deisim developers, you are true inspirational gods!