Skip to main content

Python Farm game

Python Farm game writed in pygame


Marcin
(orneo1212)

Farming game where you can plant strawberries, onions, beans, carrots, potatos, tomatos and radishes now. I will add more tools and vegetables.

 

 

Development version available on GitHub

Direct download for development version link

My website link

Changes

Links

Home Page
http://orneodev.org/page/FarmGame

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.

    Athena 2012-07-06 03:21

     oh...ok thanks

    Athena 2012-07-06 03:59

     Sorry to ask again, but how do get rid of the anthill?

    Marcin 2012-07-06 05:57

     Use shovel remove anthill. Download Development version there are tooltips

    Athena 2012-07-07 02:33

    Ok thanks!

    Athena 2012-07-07 02:33

     again

  • 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

    Marcin 2012-07-05 03:19

     Whats python version you use? Make sure you run this script from FarmGame directory.

    Athena 2012-07-06 03:58

     Only Python 2 works

    athena 2012-07-08 01:11

     i get that message too, if in python 3

  • athena 2012-07-07 02:53

    i don't know if this is supposed to happen, but once in a few times my plant disappears right after it can be harvested. It doesn't end up in my invetory, and it happened many times already.

    Marcin 2012-07-07 08:14

     Its normal. There is a chance to lost plant when its ready.

    athena 2012-07-08 01:12

     I'm just a beginner...but thanks a lot! Maybe the creator should make like a "detailed directions sheet" for others. :)

    Marcin 2012-07-08 09:19

    I'm a creator. Added basic help window (H key). Download developments version there is added. Read README file for key definition.

  • 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...