Skip to content

Commit

Permalink
Added more detailed instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kriekprinsloo committed Jun 16, 2015
1 parent 20ca7e6 commit 8ec0a01
Showing 1 changed file with 50 additions and 1 deletion.
51 changes: 50 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,51 @@
# Frontaria games
A collection of short text-based games written in python.

## What is this?
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 to get more money...

## So how do I play?

If you do not have git installed you might want to run:

```bash

pi@raspberry ~ $sudo apt-get install git

```

Ok, with that out of the way, we can first make sure we are in the home folder.

```bash

pi@raspberry ~ $cd ~

```

Now we can pull this repo from github.

```bash

pi@raspberry ~ $git clone [email protected]:kriekprinsloo/frontaria_games.git

```

When it's done, change your directory to fronteria_games, like this:

```bash

pi@raspberry ~ $cd fronteria_games

```

And run a game with python

```bash

pi@raspberry ~ $python name_of_game.py

```

And there you go! Have fun!

0 comments on commit 8ec0a01

Please sign in to comment.