Skip to content

Commit 5fbb289

Browse files
Update README.md
1 parent 0c06b50 commit 5fbb289

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Python farm game
55
Farming game where you can plant strawberries, onions, beans, carrots, potatos, tomatos and radishes.
66
Use axe and pickaxe to remove plank and stone and shovel to remove anthill.
77

8-
Writen in python using pygame game library and supports Python 2.7 and 3.x.
8+
Writen in python using pygame game library and supports Python 3.x.
99

1010
Creator: orneo1212 <[email protected]>
1111
GitHub (source): [github.com/orneo1212/PythonFarmGame](https://github.com/orneo1212/PythonFarmGame)
@@ -31,14 +31,6 @@ cd PythonFarmGame
3131
./pyFarmGame.py
3232
```
3333

34-
start with Python3
35-
36-
```
37-
pip3 install pygame
38-
cd PythonFarmGame
39-
python3 ./pyFarmGame.py
40-
```
41-
4234
Keys
4335
----
4436

@@ -74,6 +66,3 @@ pip install pex
7466
## Running
7567
Run game by executing ```python -m farmlib.main``` in console
7668
or ```./PythonFarmGame.pex``` if you have a pex file
77-
78-
## Donate
79-
**Paypal**: [email protected]

0 commit comments

Comments
 (0)