Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/poggingfish/minige


https://github.com/poggingfish/minige

Last synced: 25 days ago
JSON representation

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.