Python Farm game - 0.3
Python Farm game writed in pygame
Marcin
(orneo1212)
Changes
Links
- Home Page
- http://orneodev.org/page/FarmGame
- Source
- http://orneodev.org/FarmGame.tar.gz
Releases
Python Farm game 0.4.6 — 11 Jun, 2012
Python Farm game 0.4.7 — 10 Jul, 2012
Python Farm game 0.4.2 — 29 May, 2012
Python Farm game 0.3 — 22 May, 2012
Python Farm game 0.4 — 25 May, 2012
Python Farm game 0.4.4 — 1 Jun, 2012
Python Farm game 0.5 — 13 Jul, 2012
Python Farm game 0.5.1 — 19 Jul, 2012
Python Farm game 0.2 — 1 Sep, 2010
Pygame.org account Comments
-
WoofWoofDude 2012-05-31 21:30
Don't work with python 3.X
:(
-
Guest 2012-06-12 13:45
Hello! You are just the person I am looking for! I am part of a team that is creating a Facebook game! We are currently looking for a programmer because our first one took off and left us in the dust. We are using Python to program and are looking for someone with some experience in making games! The main part of the game is just like this one you have here! (with some sprites moving around and such) I hope you see this soon and can contact me though Facebook to let me know if you are interested or not! This is currently volunteer but may result in money later if the game really takes off. www.facebook.com/megan252 :) Hope to hear from you soon!
-
WeevilKnevil 2012-06-16 03:43
This is really cool man. Keep going for sure!
-
PGSL 2012-06-21 19:03
Your game impresses me,can you please teach me how to make such game,email me here >>>> aegyptusb@yahoo.com , i am a python 3 and pygame begginer.
-
Gnurpsch 2012-07-01 12:33
version 0.4.6 has an error in:
/farmlib/coreplugin.py
line 64:farmobject.id == 6 and self.player.money >= REMOVESTONECOST:
if you change it in:
farmobject.id == 6 and player.money >= REMOVESTONECOST:
removing stones works fine. :)
good work! hope you continue
-
Orno1212 2012-07-01 15:53
thanks for info about bug
-
Orno1212 2012-07-01 16:06
Remove stone bug fixed in development version
-
Marcin 2012-07-01 16:07
Thanks again for info
-
Athena 2012-07-03 20:38
My computer won't let me use pyFarmGame...it keeps freezing, even if I restart the computer. HELP?
-
Athena 2012-07-03 21:06
how do you cut down a stone or a plank? it doesn't work...
-
Marcin 2012-07-04 08:10
Use axe and pickaxe to remove plank and stone. You need some cash to do this.
-
PGSL 2012-07-04 13:37
It makes this error whenever i start it >
Traceback (most recent call last): File "C:\Users\Loay & Asser\Desktop\FarmGame\pyFarmGame.py", line 6, in <module> from farmlib import __VERSION__ File "C:\Users\Loay & Asser\Desktop\FarmGame\farmlib\__init__.py", line 4, in <module> import farmobjectImportError: No module named farmobject -
Siraset Jirapatchandej 2015-11-25 11:17
hey , interesting , gotta try
-
Markus H 2015-12-17 01:41
I also find that Python Farm Game very nice. Have I made a few thoughts to the Version 0.6 and published on my Github. The first relase after 3 and a half year. I hope it is purposes of the inventor!
https://github.com/MarkusHacks...
Have Fun. And star me or fork me at github, everything is accepted. -
Markus H 2015-12-19 16:35
The new version 0.6.1 supports Python 2.7 and 3.x
You can download at:
https://github.com/MarkusHacks...