-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
20ca7e6
commit 8ec0a01
Showing
1 changed file
with
50 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |