This is a collection of short text-based games written in python.
Fronteria is the mythical world fulled with tech, big corporations, and the urge for everyone to get more money...
I ran it on my Raspberry Pi ,and it did not work using Python 2. It only runs in Python 3. I will fix as soon as possible.
If you do not have git installed you might want to run:
pi@raspberry ~ $ sudo apt-get install git
All right, your computer probably has git pre-installed (if it's smart!), so you possibly don't need to do that.
Ok, with that out of the way, we can first make sure we are in the home folder.
pi@raspberry ~ $ cd ~
Now we can pull this repo from github this way.
pi@raspberry ~ $ git clone [email protected]:kriekprinsloo/frontaria_games.git
When it's done, change your directory to fronteria_games, like this:
pi@raspberry ~ $ cd fronteria_games
And run a game with python
pi@raspberry ~ $ python name_of_game.py
Still have to figure out how!
And there you go! Have fun!