A short and simple RPG-like text-interface game
Jason MacDuffie 4788a92896 Update copyright date | 9 gadi atpakaļ | |
---|---|---|
.gitignore | 9 gadi atpakaļ | |
LICENSE | 9 gadi atpakaļ | |
README.md | 9 gadi atpakaļ | |
icon.svg | 9 gadi atpakaļ | |
install.sh | 9 gadi atpakaļ | |
los-torreros | 9 gadi atpakaļ | |
los-torreros.desktop | 9 gadi atpakaļ | |
los-torreros.py | 9 gadi atpakaļ | |
rooms.txt | 9 gadi atpakaļ | |
stats.txt | 9 gadi atpakaļ | |
uninstall.sh | 9 gadi atpakaļ |
Los Torreros is a very simple RPG-like game. You walk around fighting monsters until you find the boss.
You only need Python 3. With some modification, this could likely run on Python 2.
rlwrap is used if the program is available, if not then the game will still run fine.
Just type the following:
$ sudo ./install.sh
Then invoke the game with
$ los-torreros
If you just want to test the game, enter this directory and type
$ python3 los-torreros.py
To remove the game, type the following
$ sudo ./uninstall.sh