PyWeek - Day #4
Slightly predictable title.
Today I added sounds, music and fiddled around with the title screens, options screen, and level selecter. I'm quite pleased with the level selecter actually.
Only got one full day left. I've got 2 days of work during which I'll only be able to get 2 or 3 hours work done tomorrow and none the day after (going home). Pretty much down to creating levels though (although part of creating levels is creating new features... which can take a while).
Have uploaded a new version.
— Tigga on 2007/09/05 22:41 of Disk Field
Comments: (log in to comment)

By sigurdur on 2007/09/05 23:16:
The game works great for me on Ubuntu Linux Feisty. The concept is very good, it will be fun to play the final version when you have added more complicated levels.By humitos on 2007/09/10 13:24:
I try your game and when I click in "Select Level" option it crash.[manuel] [~/descargas/firefox/pyweek/DiskField v1.0]$ python run_game.py
Traceback (most recent call last):
File "run_game.py", line 20, in
DfMain.main()
File "/home/manuel/descargas/firefox/pyweek/DiskField v1.0/lib/DfMain.py", line 59, in main
result = splashScreen()
File "/home/manuel/descargas/firefox/pyweek/DiskField v1.0/lib/DfSplash.py", line 161, in splashScreen levelPicked = pickLevel()
File "/home/manuel/descargas/firefox/pyweek/DiskField v1.0/lib/DfSplash.py", line 329, in pickLevel
glBindTexture(GL_TEXTURE_2D, textures[i])
ctypes.ArgumentError: argument 2: : wrong type
[manuel] [~/descargas/firefox/pyweek/DiskField v1.0]$