Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cmd-ntrf/die

Dungeon Intelligently Escaped
https://github.com/cmd-ntrf/die

Last synced: about 1 month ago
JSON representation

Dungeon Intelligently Escaped

Awesome Lists containing this project

README

        

DIE - Dungeon Intelligently Escaped
-----------------------------------

How to launch
-------------

Local :

export TERM=vt100
python ai.py

Remarks
--------

1. If it hangs, kill it with:
ps aux | grep python | grep "ai.py" | awk '{print $2}' | xargs kill -9

2. If the intelligence go crazy, press any key and you will be able to pursue in interactive mode.

ToDo
----
* Write a proper README
* Make it work for 0.8.0 (Unsupported Character 15?)

Requirements
------------
* Python >=2.6
* pexpect (easy_install/pip pexpect)