Isometric Games in Python
A couple of months ago, I started investigating free libraries for developing isometric games in Python.
I found the pygame-based project Pyplace but there hadn't been a release since 2001.
So I decided to start my own, which I've called pyso.
As a starting point, in particular because I have no experience with either pygame or writing isometric games, I've just cleaned up Pyplace (which was, how shall I say this politely, quite idiosyncratic in parts).
You can get my initial effort at:
It currently is really just the last Pyplace release taken apart, cleaned up a little and put back together again.
The next release will likely be quite different and more my own work.
Comments (12)
James Tauber on July 12, 2005:
License is currently LGPL.
Chris on July 15, 2005:
Jamie on July 20, 2005:
baris on Aug. 2, 2005:
D:\Documents and Settings\Baris>"D:\Documents and Settings\Baris\Desktop\pyso-0.
1\pyso-0.1\main.py"
Traceback (most recent call last):
File "D:\Documents and Settings\Baris\Desktop\pyso-0.1\pyso-0.1\main.py", line
8, in ?
import render
File "D:\Documents and Settings\Baris\Desktop\pyso-0.1\pyso-0.1\render.py", li
ne 4, in ?
from Numeric import resize, array, zeros
File "D:\Python24\lib\Numeric.py", line 91, in ?
import multiarray
ImportError: No module named multiarray
i have numeric installed but i dont understand what is multiarray..i searched every milimeters of web but i cant find anything.in my python folder there is a c file named multiarray but it doesnt seem right file because i tried it to put it same folder as pyso.
i am very confused please help!
thanks
anonymous on Aug. 28, 2005:
Hope this helps.
Matt Black on Sept. 9, 2005:
Vinicius on Sept. 28, 2005:
Ido Yehieli on Nov. 15, 2005:
Joseph Marshall on Nov. 28, 2005:
vdepizzol at gmail on Dec. 29, 2005:
Simon Gillespie on Feb. 10, 2006:
If you just want an easy documented knightlore/Cadaver style isometric system with none of the tiley type limitations try Isotope, its written in python using pygame as well.
Add a Comment
Last Modified: July 10, 2005
Author: jtauber
anonymous on July 11, 2005:
Oh, and by the way, what is the license of the pyso? LGPL as pygame?