Archive

Archive for August, 2010

Python Farm Game experiance and levels

August 31, 2010 Leave a comment

I added experiance and level’s to farm game in python.
Now working on add simple quests and clients on the farm.

New screenshot

You can download source from here (Revision 12)

Check [pyfarmgame] tag for all posts about Python Farm game.

Categories: Uncategorized Tags: , ,

Installing Debian from USB flash drive

August 31, 2010 Leave a comment

Needed files you can find here download vmlinuz and initrd.gz from hd-media directory.

1) Run as root to format usb flash to FAT (all data will be lost)

mkdosfs /dev/sdX1

where /dev/sdX1 should be your USB flash drive e.g. /dev/sdb1

2) Run as root to install syslinux on usb

syslinux /dev/sdX1

3) Mount usb and copy there ISO image file and initrd.gz and vmlinuz
4) Create and enter to syslinux.cfg on root folder of USB flash drive

default vmlinuz
append initrd=initrd.gz

5) USB is ready to install Debian from it.

Categories: Uncategorized Tags: ,

Python Farm Game

August 31, 2010 Leave a comment

I made Farm Game in python using pygame just for fun maybe someone like it and motivate me to make this game better.
Its in early stage of development. Now can plant a strawberries, onions, carrots and beans.

Let me put a screenshot.

Source can be optained by bazaar VCS.

bzr branch lp:pyfarmgame

You can request tar or zipped version of current version, just write in comment or send me email.

Categories: Uncategorized Tags: , ,

First post

August 31, 2010 Leave a comment

Hello My name is Marcin. (orneo1212).

I created this blog just for sharing informations about my projects in python or others thought’s.
Main point of this blog is an improving my english.
I’m from Poland and want know english very good, becouse english is international language I can talk with peoples around the world.

If you read this blog and find a mistake please add comment with correct syntax of sentence. Thanks

Categories: Uncategorized Tags: