MUA
- Keeyai - Code
- Mix Tape - Art
Awards
Scores
Ratings (show detail)
Overall: 3.3
Fun: 3.3
Production: 3.4
Innovation: 3
Respondents: 9
Files
File | Uploader | Date |
---|---|---|
splash.png
Splash screen |
keeyai | 2008/04/05 19:29 |
officespace5000.zip
— final
Office Space 5000 - Final |
keeyai | 2008/04/05 19:17 |
2008-04-04_themaze.png
Game level designed as a maze |
keeyai | 2008/04/04 07:22 |
2008-04-03_buildscreen.png
The weapon selection screen |
keeyai | 2008/04/03 22:48 |
2008-04-01_colorandexplosions.jpg
101 hours 53 minutes remaining |
keeyai | 2008/04/01 19:07 |
Diary Entries
Members
First Entry
First Check In
First Screenshot
Color, Collisions, Explosions
Mix Tape has updated some of the art with a little color, so things are starting to look a lot nicer now. Also, collisions are in and working better than before (although not perfectly). Everything has friction now so it doesn’t just sail off or spin forever. The beginnings of the melee code are in — contact with the bot does damage to objects, which will explode when destroyed. The explosions don’t do anything yet, but that is next.
Whoops
78 hours 48 minutes remaining
56 hours 47 minutes remaining
The pressure is really on now. Mix Tape (art) is out of town for the duration, but he is supposedly going to be sending in work from the road. I finished fluids and the menus last night. I’m behind schedule, but if no real work comes up today I think I can make it. Still have a few weapons to create, then the entire bot builder, the debrief screen, and the high score system. I’ve been judiciously stripping away features as time goes by, so we will see which of these actually make it to the final version.
I haven’t even started on sound and music yet, which is weighing heavily on my soul. I started to look around a bit for some free music to use, and I might go that route if I can confirm it is within the rules. Otherwise I have to hash out a BUNCH of sound in SFXR or with my mic, then figure out Musagi and quickly develop some musical talent. Sigh.
Anyway, there is a new video up on youtube with the fluids in. When you bash in a drum without blowing it up, the fluid inside will leak out onto the ground. Acid will eat through drums and boxes, gas will explode, water dilutes the others and washes them away. Check it out here: http://www.youtube.com/watch?v=ZNvHymEIXds
Weapon Selection Screen
50 hours 11 minutes remaining
The bot builder is now finished. I've gone totally overboard on using basic sprites instead of a GUI, but I think it turned out. It looks a little corny, but maybe that gives it flavor (if you like corn, I guess). The bot builder will only allow you to pick the weapons available for the level you are on, so we can customize the challenges using the levels. I decided against letting people bind their own keys. It would have been nifty, but it just isn't worth the amount of time I'd have to spend at this point.
Behold the bot builder! (Should really be called the weapon selection screen or something).
Level Editor
Started and finished the level editor, which great results. I've had a surprising amount of fun just goofing off creating levels (it's like pixel art, only... not). Here are a few examples.
Made some changes to the wall code - walls are now rendered separately and are added to the pymunk space as static objects. This brought my fps on the maze level (HEAVY on the walls) from 4 back up to the cap of 30.
Here is a screenshot of the maze level. Imagine doing this without the level editor… **shudder**
Playability
Scores, Mouse support, and Lag
27 hours 43 minutes remaining
Fixed a lot of bugs that sprouted up when the game states are looped through the multiple levels. Having a working game is definitely a load off -- even if everything else goes to shit, we have a functional, if silent and buggy, entry.
I added mouse support to the main menu, which I think adds a nice touch. It also leads the user to use the mouse on the weapon select screen. It also made me think about adding keyboard selection to the weapon screen, but that is definitely at the bottom of the (very long) list.
I ended up writing essentially some shitty sprite/gui tools to do all my text and icons without resorting to a gui lib. See the previous entries for why I don't want to go down that road again.
To gameplay, I've added a bonus for completing the whole thing, and now it stops the level immediately when you do so you don't have to wait for time to expire while you have nothing to destroy.
The two biggest lag producers in the game are explosions and liquids. On the railgun1 level, there are rows and rows of barrels and boxes in line but behind walls, so you have to line up and blast them with a railgun. This destroys them all and results in a massive fireball of awesomeness (+2 cool). Unfortunately, on my crippled machine this means the FPS drops down below 10, making the game completely unplayable.
In an effort to combat this, I've changed the collision code to only process explosions and liquids every other few frames. It has helped the lag a little, and I think I've got it tweaked so everything still works like it should. I'll probably come back to this area later, especially if some of the testers experience a lot of lag as well.
Next up: music! Wish me luck!
Music and Sound
Music and sound are done! Both are working pretty well together, although I think I went overboard. I certainly wasted a lot of time today on them... I tried to make my own music but failed horribly, so everything in the game is either directly or made from free loops online. Special thanks to the sites organizing/hosting them ( Freesound, Soundsnap, and Partners in Rhyme) and the authors who put them up there (all are listed in the readme.txt files inside the sound and music folders).
With sound and music done, the game is essentially finished. In fact, I'd be satisfied with using this iteration as the final product. But with 16 and a half hours remaining, you know I won't. :) My biggest problem with it all is the 18-ish MB of music and sound files I'll have to package with it. Oopsie...
Tonight I'm going to see what I can do on the storyboard, then catch a few hours of sleep. The GF is getting up at 7:00 am, so I'll rise and shine with her. As I joked with #pyweek, she is getting up to go do a lingerie shoot with her hot friend, and I will be jumping up and running to my computer as I wave goodbye to them. Where are my priorities?
Almost there
Executable Woes
Tada
Well, we're finally finished. Pretty sure the package is right, which was my biggest concern for today. Never did get any executables working with rabbyt -- big letdown there. That will be a MAJOR limiting factor for its use if I can't get that figured out.
Anyway, enjoy! Sorry in advance for making you download rabbyt, pyopengl, and setuptools.
I've simultaneously kept this diary, and a few extra things, on my blog at http://keeyai.com. I'll always check comments there; no guarantees here. You can go to http://keeyai.com/projects-and-releases/mua/office-space-5000/ for the Office Space 5000 page. If you like (or hate) the game, please leave a comment. If people actually care, we will make some more levels and add some extras to the game, like custom level imports, level packs, etc. I hope to see you there.
Executable
Wow, after literally 6 hours of hacking and slashing and crying and screaming and searching, I have a working executable. Ran into a laundry list of problems, including Rabbyt upgrades leaving incorrect code and, the doozy, pyOpenGL 3 only being in .eggs and using pkg_resources. This caused me such a giant headache...
I finally did get it, and it was through the help of this mailing list entry: http://sourceforge.net/mailarchive/message.php?msg_id=473C586D.10805%40gmail.com
So if you are running into similar problems and aren't afraid to REALLY hack your py2exe stuff, check it out and save yourself the headache(s).
Linux Woes
Unfortunately, my linux box has been dead for a long time, so I couldn't do any linux testing before submitting. This led to me overlooking the fact that I had a chipmunk DLL, which is windows only, forcing linux users to download and build chipmunk from source. Ieuan tried to get it working for a while today, but with no luck, so apparently we're dead in the water for linux. :'(
If you DO manage to get chipmunk installed correctly in linux, please let me know ASAP (keeyai _at_ gmail) so I can share the info with everyone else and hopefully not get so many does not works.