mirror of
https://github.com/tonytins/citylimits
synced 2025-06-25 17:34:43 -04:00
Initial source commit
This commit is contained in:
commit
1e8296f285
105 changed files with 1915 additions and 0 deletions
32
README.md
Normal file
32
README.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# City Limits
|
||||
|
||||
A city building game based on Godot using the Micropolis assets (initially).
|
||||
|
||||
## Getting Started
|
||||
|
||||
### Prerequisites
|
||||
|
||||
- Godot Engine 3.1
|
||||
|
||||
## Authors
|
||||
|
||||
- **Anthony Wilcox** - _Initial work_ - [tonytins](https://github.com/tonytins)
|
||||
|
||||
See also the list of [contributors](https://github.com/tonytins/citylimits/contributors) who participated in this project.
|
||||
|
||||
## To-do
|
||||
|
||||
With the exception of the world generator, this isn't any real order.
|
||||
|
||||
- [ ] Map generator
|
||||
- [ ] Currency
|
||||
- [ ] Mayor mode
|
||||
- [ ] Placable non-tile items (e.g. police, zones, ect..)
|
||||
- [ ] Placable tile items (e.g. roads, rail, ect...)
|
||||
- [ ] Save & load maps
|
||||
|
||||
Note: this is subject to change in the future.
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
|
Loading…
Add table
Add a link
Reference in a new issue