-
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
Showing
1 changed file
with
9 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Hello, it's easy console game where you must move from one | ||
border to another. When you move, track remains behind you. | ||
When you reach border, game field became separated into two | ||
figures, little figure became marked. If you catch in marked | ||
figure your enemy, you will win. But if enemy cross your track | ||
until you reached border, you lose | ||
|
||
To install this game all you need is git and python. Clone this | ||
repo and run python main.py command and play. Good luck in game! |