Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poggingfish/minige
https://github.com/poggingfish/minige
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/poggingfish/minige
- Owner: poggingfish
- Created: 2024-12-01T21:51:42.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-03T02:05:51.000Z (about 1 month ago)
- Last Synced: 2024-12-09T12:04:24.099Z (30 days ago)
- Language: Python
- Size: 9.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MiniGE v0.0.1
A mini game engine for point & click adventures.
# Installing
## LINUX ONLY!
Simply run
```
python3 setup.py
```
This requires your sudo password to install it to the /usr/bin directory. But after that, you can run any game by running `minige` in the directory that contains that game.# Games
There is a preset game in the `preset` directory.
# Creating rooms from psd data
Simply run
```
minige createrooms
```
in your project directory.