Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cmd-ntrf/die
- Owner: cmd-ntrf
- Created: 2012-06-30T05:53:05.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-30T21:42:28.000Z (over 12 years ago)
- Last Synced: 2024-04-20T20:53:22.760Z (7 months ago)
- Language: Python
- Homepage:
- Size: 156 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
DIE - Dungeon Intelligently Escaped
-----------------------------------How to launch
-------------Local :
export TERM=vt100
python ai.pyRemarks
--------1. If it hangs, kill it with:
ps aux | grep python | grep "ai.py" | awk '{print $2}' | xargs kill -92. 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)