Skip to main content

LOF - 0.1

LOF - python+pygame RPG game.


Sergey
(funnysailor)

Controlls:

for moving use arrows

E - Use some object or talking with peope

1 - melee attack

2 - bow

3 - froze target

4 - dig.You have a shance to enter a dungeon

5 - heal

6 - teleport

7 - jump

m - map

To enter a city you should stay on left-top tile of city sprite and press E if you can stay on sprite(table,portal,etc) you can use it

space - switch with near enemy

If you have any questions you can ask my by email.

P.S. Source code very hard for understanding )) for me too.

P.S.S. If you have some advice or suggestion please write me. Thanks!

Changes

Links

Home Page
http://code.google.com/p/game-lof/downloads/detail?name=LOF.zip&can=2&q=#makechanges
Source
http://code.google.com/p/game-lof/downloads/detail?name=LOF.zip&can=2&q=#makechanges

Releases

LOF 0.1 — 20 Apr, 2012

Pygame.org account Comments

  • Kahz 2012-04-20 21:20

     Tip: Use less contrast in the colors of the sprites and textures

  • WoofWoofDude 2012-07-10 04:28

    How do you generate your "biome" ? Do you have a specific algorithme or you construct your own algo?

    Buben4ik 2012-07-11 14:22

    I used my own algo.

    WoofWoofDude 2012-07-11 16:02

    Can you describe to me your algo ? I want to creat a world generation in pygame and I search every where but I found notting... So can you describe me how it's work :) ?

    Buben4ik 2012-07-24 15:31

    email\jabber buben4ik@gmail.com write me I'll try to describe )

  • Exiledangel420 2012-07-20 20:56

    What version of python did use to make it?
    I tried it with the 3.2 idle and the first error I ran into is the sytnax print "" where it should be print ("") in the 3.2 python version