diff --git a/README.md b/README.md index 539e1e8..de48af2 100644 --- a/README.md +++ b/README.md @@ -6,29 +6,35 @@ This is a collection of short text-based games written in python. ## What's Fronteria? Fronteria is the mythical world fulled with tech, big corporations, and the urge for everyone to get more money... +## IMPORTANT NOTICE: +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. + ## So how do I play? +### Linux/Mac OSX If you do not have git installed you might want to run: ```bash -pi@raspberry ~ $sudo apt-get install git +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. ```bash -pi@raspberry ~ $cd ~ +pi@raspberry ~ $ cd ~ ``` -Now we can pull this repo from github. +Now we can pull this repo (repository) from github. ```bash -pi@raspberry ~ $git clone git@github.com:kriekprinsloo/frontaria_games.git +pi@raspberry ~ $ git clone git@github.com:kriekprinsloo/frontaria_games.git ``` @@ -36,7 +42,7 @@ When it's done, change your directory to fronteria_games, like this: ```bash -pi@raspberry ~ $cd fronteria_games +pi@raspberry ~ $ cd fronteria_games ``` @@ -44,8 +50,11 @@ And run a game with python ```bash -pi@raspberry ~ $python name_of_game.py +pi@raspberry ~ $ python name_of_game.py ``` +### Windows + +Still have to figure out how! And there you go! Have fun!