
- v0.1 First playable version, including random moving sheep
- v0.2 Mountain generation & log system
- @v0.3 River generation & rain and thunder & landform evolution
- v0.4 Basic dynamic simulation (e.g. sheep eats grass)
- v0.5 Events
- v0.6 Basic Weathers
- ... and more!
- architecture
- Let renderer render. Let simulator simulate.
- There is only one type of water cell - Lake.
- others
- Write comments and commit messages.
- If you are uncertain about how good your code is, create a PR.
Otherwise, feel free to push to
master.