mirror of
https://github.com/duckduckdoof/miniopolis.git
synced 2025-03-22 11:42:19 +00:00
Updated README
This commit is contained in:
parent
308e894deb
commit
5655ed27e6
1 changed files with 15 additions and 1 deletions
16
README.md
16
README.md
|
@ -1,2 +1,16 @@
|
||||||
# my-sim-game
|
# my-sim-game
|
||||||
A quicker, easier version of Mycropolis, using Python Arcade
|
|
||||||
|
A quicker, easier version of Mycropolis
|
||||||
|
|
||||||
|
Author: Caleb Scott
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# Libraries and Software
|
||||||
|
|
||||||
|
This project uses:
|
||||||
|
|
||||||
|
* [Python Arcade](https://api.arcade.academy/en/latest/index.html) as the game engine (instead of PyGame)
|
||||||
|
* [Tiled](https://www.mapeditor.org/) for tilemapping
|
||||||
|
* [Aseprite](https://www.aseprite.org/) for tiles/textures.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue