title screen

open

A second try with PyWeek.

Awards


What is going on here?
Presented by shundread

WTF game
Presented by Macarse

Give this entry an award

Scores

Ratings (show detail)

Overall: 2.4
Fun: 1.8
Production: 2.6
Innovation: 2.9

4% respondents marked the game as not working.
1% of respondents wished to disqualify the entry.
Respondents: 22

Files

File Uploader Date
open_windows_exe_r1.tar.gz
windows exe release 1
georgek 2009/05/02 20:57
open_src_r1.tar.gzfinal
source release 1
georgek 2009/05/02 20:50
open_title_screen.png
title screen
georgek 2009/05/02 20:43
open_screen02.png
second progress screen
georgek 2009/05/02 06:32
open_screen01.png
in progress screen #1
georgek 2009/04/28 15:13

Diary Entries

#1: flocking

I've had less time than I thought this week, but I am making progress!



It doesn't look like much (this may be a trend this week) but I'm pretty happy as I wrote my first flocking algorithm (thanks to the excellent tutorial by Conrad Parker, based on Craig Reynolds work). The routine is really cool in that it's built up from small components, so it's fun to play with by adding and subtracting things.

Of course there are a few sticking points I'm keeping my eye on, but hopefully won't have to worry about too much. Currently performance is OK, and my laptop definitely isn't new or top-of-the-line -- if things do start to drag I have a vague plan to use NumPy and the Doom inverse square root function ;). Second I haven't quite nailed collision avoidance in combination with flocking. I'm just using rectangle collision and under certain parameters of the flocking routine, the sprites still collide. So I'm not sure how to deal with that -- except by tweaking the parameters of the flocking ;).

Hoping to work on some audio tonight. My concept with this is not that ambitious (about the same as my Ludum Dare entry), but I'd like to get something more complete done by Saturday.

1 comment

what's 'gameplay'?

I knew from Ludum Dare the other weekend that I would need at least 24 hours to make my PyWeek game (since I only managed 16 the weekend of LD, and another 8 later in the next week). I don't think I've quite managed that so far...but with some time tomorrow I think I can get there!

Having squashed some absolutely fiendish programming bugs, such as spelling basic words of English wrong, my concept is coming together. It isn't fully there but I have something to work with I think.

First source release: http://media.pyweek.org/dl/8/georgek/open_src.tar.gz

Add a comment

open is closed

A few hours left but I'm out of time -- it is done.

'Done' being relative and everything...a word of warning, there is a crash bug that I can't seem to track down. I just have no clue here. Something related to drawing with GL_QUADS...the game will just freeze up. A force-quit works though ;D.

the final source release

a py2exe'd windows .exe

I interpreted the theme pretty abstractly I guess but it is there, I swear. All in all I'm proud of open, my second game, though obviously there's a lot of room for improvement. Enjoy (if that's the right word).

Add a comment