diff --git a/README.md b/README.md index 5ea92e2..203cdc5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # City Limits +![Screenshot](screenshot.png) + A city building game based on Godot using the Micropolis assets (initially). ## Getting Started @@ -10,7 +12,7 @@ A city building game based on Godot using the Micropolis assets (initially). ## Authors -- **Tony bark** - _Initial work_ - [tonytins](https://github.com/tonytins) +- **Tony Bark** - _Initial work_ - [tonytins](https://github.com/tonytins) - **Maxis** - _Assets_ - [SimHacker](https://github.com/SimHacker/) See also the list of [contributors](https://github.com/tonytins/citylimits/contributors) who participated in this project. @@ -19,9 +21,9 @@ See also the list of [contributors](https://github.com/tonytins/citylimits/contr With the exception of the world generator, this isn't any real order. -- [ ] Map generator -- [ ] Currency -- [ ] Mayor mode +- [x] Map generator +- [x] Currency +- [x] Mayor mode - [ ] Save & load maps Note: this is subject to change in the future. diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..79662f8 Binary files /dev/null and b/screenshot.png differ