A short and simple RPG-like text-interface game

Jason MacDuffie 4788a92896 Update copyright date %!s(int64=9) %!d(string=hai) anos
.gitignore fbfecbc353 First comment %!s(int64=9) %!d(string=hai) anos
LICENSE fbfecbc353 First comment %!s(int64=9) %!d(string=hai) anos
README.md 11e0979451 Say sudo instead of # %!s(int64=9) %!d(string=hai) anos
icon.svg 8137ca2439 Add an icon %!s(int64=9) %!d(string=hai) anos
install.sh 8137ca2439 Add an icon %!s(int64=9) %!d(string=hai) anos
los-torreros 4b4f2808bc Make the launcher detect rlwrap %!s(int64=9) %!d(string=hai) anos
los-torreros.desktop 15c833ddfb Add a .desktop file %!s(int64=9) %!d(string=hai) anos
los-torreros.py 4788a92896 Update copyright date %!s(int64=9) %!d(string=hai) anos
rooms.txt fbfecbc353 First comment %!s(int64=9) %!d(string=hai) anos
stats.txt b11cd23188 Fix info about stats %!s(int64=9) %!d(string=hai) anos
uninstall.sh 8137ca2439 Add an icon %!s(int64=9) %!d(string=hai) anos

README.md

Los Torreros

Los Torreros is a very simple RPG-like game. You walk around fighting monsters until you find the boss.

Dependencies

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.

Installation

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