Fluffy Menace
Awards
Scores
Ratings (show detail)
Overall: 3.6
Fun: 2.8
Production: 4.6
Innovation: 3.6
Respondents: 41
Files
File | Uploader | Date |
---|---|---|
evolution-1.1.zip
— final
Source submission (works anywhere) |
richard | 2007/04/07 22:33 |
title-screen.png
— final
The title screen |
richard | 2007/04/07 13:40 |
evolution-pre1.zip
pre-release for testing |
richard | 2007/04/07 03:35 |
home-sweet-home2.png
Out little hero at home in the cave - faster and with repositioned camera |
richard | 2007/04/03 10:30 |
home-sweet-home.png
Out little hero at home in the cave |
richard | 2007/04/02 23:19 |
screen1.png
The level loading works! |
richard | 2007/04/01 01:36 |
Diary Entries
F1rst P0st!!!1!! (and a question)
I'm hoping to use pyglet for this challenge, though since it doesn't have sound modules yet we'll still have to use pygame for that bit. The sprite/tile engine in pyglet is still pretty raw but it's there. The window/event stuff is pretty good though, and I'll be using PyOpenGL a fair bit too. I guess the biggest issue I have is that pyglet isn't released and isn't going to be for a long time. That means it really shouldn't be used for pyweek. So I thought I'd ask here for some opinions. What do you think? Should I be allowed to use pyglet for this challenge?
"Free" game sprites for YOU to use if you like!
Here are a bunch of game sprites that I've made in the past that you're totally allowed to use in the competition.
- my GalaxyMage page
- the Game Art section of my blog (includes assets from the previous Pyweek)
I'm very curious to see how these would be used in a new game. I imagine they would be most useful to a one-man-team entrant.
All I ask for in return is a little bit of credit in your README file. :) Thanks and enjoy!
ADMIN: on late library releases
If you do have a library you must release it within a reasonable amount of time before the challenge starts so that others may have the opportunity of using the libraryI've previously stated to people who've asked that in my books 1 month is the minimum "reasonable amount of time".
This amount of time is now to be included in the rules to make it absolutely clear. PyWeek is entirely predictable - it runs every 6 months, and is generally announced about 3 months out. That should be plenty of time for library devs to hawk their wares.
Digg
http://www.digg.com/gaming_news/Registration_for_the_4th_Python_Game_Programming_Challenge_is_now_open
:)
Previous themes
I've had someone ask, so here's the themes that were available for voting on for the first three challenges:
Pyweek #1:
- Life
- Time
- Motion
- Velocity
- Power
Pyweek #2:
- Someone else's trash
- A fraction too much friction
- Mind the gap
- Doorways
- It runs on steam!
Pyweek #3:
- Pick a card, any card
- Watch me pull a rabbit from this hat
- Sawn in half
- Spoon bending
- The Disappearing Act
(Winning theme highlighted)
Poor entry packaging and disqualification
A recurring issue we have in the challenge is that a lot of entries aren't runnable on some people's computers, for various reasons (can be as simple as documentation). We have the additional problem that non-game-hacker types come along and download a selection of games only to find they don't work (and then promptly give up thinking what a terrible platform we must be working with).
The rules currently state that entries should include "instructions about how to run the entry" and I'm considering changing this to must. I think it's that important that if you can't get a game to run* then that game should be a disqualification vote.
The challenge is a week long. I have trouble believing that people couldn't find some time to have friend(s) (including us other challengers) try out the game during that week.
*: note that I don't care whether the game is "complete" ... just that it should be possible for a 3rd party to get the game working.
Fydo's Warm-up Entry: Pillows
I was planning on making a high-score screen, but I figured my entry was late enough as it is.
Download: fydo-pillows.zip
Enjoy! (and tell me if you run into any bugs)
ADMIN: How to package your game
My reasoning for requiring the use of the skellington is pretty simple: users downloading the games will have an entirely predictable method of invoking the games. No guesswork, no pain.
And I figure that's pretty darned important.
ADMIN: theme voting has started
- The only way is up
- Underneath the radar
- One way or another
- Don't stop till you get enough
- The final countdown
Stickybomb
http://users.tkk.fi/~jhkarja2/stickybomb.zip
The controls are left/right/up arrows and right control (see readme.txt).
There is also a windows build
http://users.tkk.fi/~jhkarja2/dist.zip
To advertise a bit, here's a link to my newest song too :)
http://jdtrbn.users.paivola.net/JDruid-A_Sad_Bumblebee.ogg
Any comments on any of these are welcome.
THEME: The only way is up
You've chosen the theme and it is "The only way is up".
Good luck everyone, and newbies (and oldies ;) don't forget to read the HELP page!
And remember: "it's imposible to get near last if you make a working game that resembles the theme" (credit for wise words: eugman)
Richard's Day 1
On the downside the game as it stands runs at a measly 3 FPS on JDruid's Radeon 9250 system. On my 7800GT system I get 300FPS. That's without a lot of potential optimisations (I'm switching contexts far too often) but it's also minus a lot of intended bells and whistles.
Hrm.
It's going to be an interesting week :)
Richard's Day 3
Day 2 saw a little work on a bunch of stuff, but I was distracted by going to interview for a new job.
Day 3 was similarly distracted and I got the contract to sign for the new job :)
On a brighter note I've incorporated a lot of animations from fydo, and a bunch of behaviours.
We've also discovered that JDruid's performance problems were due to way out of date (or possibly non-existent) drivers for his video card. I've also spent some of today optimising the landscape rendering and now get about 280FPS wandering around the test level.
There's still HEAPS to do. I wasted most of my programming time today trying to come up with a reasonable realistic physics model. The balance between realism and side-scrolling platformer is very hard to find, and in fact I didn't find it today.
Richard's Day 4
That's all done now - the contract was signed yesterday. The new company took me out for drinks (and hence my productivity took a further dive for the day). But I still managed to get a few things done.
Importantly I got basic item pickup going and the status displays for indicating item collection. That's most of the way towards the goal of the game. There's a whole lot of additional gameplay that needs to be implemented.
Day 5: "raise NotImplementedError('you won!')"
It's starting to feel more like a game than a tech-demo...
We've got an intro screen, music, sound effects, a goal (with progression towards the goal). We don't have the final "you won" screen yet (as indicated by this post's title ;)
Still a few important elements to do, a couple of important bugs to fix and a bunch of stuff on the "would be cool to do" list.
Days 6 and 7
I spent most of today finishing off the core gameplay stuff (baddies, winning, losing, some FX for picking things up, some more level design). Mostly I was fixing bugs, and I think I've gotten the worst of them (notice I don't even consider saying I got "all" of them ;)
I've uploaded our "final" release, which may be revised overnight by the other guys so there might be another upload tomorrow.
I'm pretty happy with how things turned out. From the README:
On a programming note, this game has some interesting features. The landscape is generated from a pixmap (see lvl/one*.png or one.xcf for the complete overview). The pixmap is examined and turned into a series of cubic bezier curves, rendered partly by OpenGL (the solid bits) and partly by hand (the line bits). I also used curves to render the trees and clouds. Run lib/cloud.py and lib/tree.py for some examples (hitting SPACE to regenerate). Unfortunately the curved landscape was a pain to work with and there's some collision glitches (and probably bugs, but nothing I've run into lately). The game concept is two-fold: 1. hyper-evolution up from a lowly worm to some form more suitable for a given environment, and 2. mostly free-form exploration of a large, interesting playing world. The latter didn't really work in the final submission for PyWeek because time constraints meant we couldn't construct that large, interesting world. Just a large one. We had intended to have NPCs to talk to (and bribe with the money you find in order to locate more items around the world). There's also clearly scope for more skill-based challenges and so on. The code and the design discussion is available at: http://code.google.com/p/fluffymenace/ There's some dev switches on the command-line: -nomusic -nointro And in-game you can hit "d" to pause simulation and hit "s" to step. UNIMPLEMENTED: - better level design - baddies that move - flying and swimming baddies KNOWN BUGS: - none that we're aware of! IMPROVEMENTS ON THE TABLE - reduce the number of line segments in landscape - use ARB_occlusion_query if it's available for flying collision - background for sky - we can vary friction on ground to allow sliding but don't use it
Day 7.5
Unfortunately the ground collision detection is still a little dodgy so people are running through the ground :(
There's also some issues with people not being able to run the game. I'd ask those people to make sure their video card drivers are up to date. If you've still got problems, please state the Operating System and video card you're using.
I'm stoked by the response to this challenge. 102 entries were signed up by the end, and over 50 put in final submissions!
Fluffy Menace: fydo -- an artist's postmortem
First off I'd like to give a huge thanks to richard, not only for being a great teammate, but for organizing everything and making Pyweek possible. (JDruid, you rock too ;)
I'm amazed that he managed to not only code up the game in a week, but also find a job, get a job AND shop for machines that wash things.
Things started off quite well, I think. The first day was a bit of a write-off, as I spent my time making a bunch of graphics, but finding out the next day that they weren't really the style we were going for.
I managed to finish almost all the in-game art by around wednesday/thursday.
I really didn't know what to do at this point, but knew that one thing we were lacking was a strong connection to the theme, so I decided to try my hand at making a real-time cinematic cutscene/intro for the game. First, just to test things out (and ensure it would work with richard's existing code) I made a funny little team logo animation using just straight python + pygame.
richard took some time out of his busy schedule and updated my code for the logo sequence to work with opengl and the texture classes he had made. I learned much from this, and used my newfound knowledge to code up the main menu screen.
(I'm really hoping someone noticed the awesome effect on the main menu screen with the moving stars in the background :)
Then I began on the story cutscene... first I wrote up a little script (the original is on the fluffymenace googlecode wiki if you're interested) and then recorded the voiceovers. I think I did a pretty good 'movie voice guy' impression for the voiceovers :)
For those who were wondering, yes, the narrator and the scientist are *supposed* to have very similar voices, for comedic effect :)
After this I started making the textures for the story cutscene and coding everything up. I did have some plans for things that didn't quite make it. For instance, take a look at the scene2.png texture, you'll see a little rocket and smoke puff there that was going to be flying past the window in the second scene.
JDruid's music really added a lot to the intro (actually the entire game!) and he also improved (by quite a bit) a couple of the in-game sound effects too. The timemachine sound effect is much better than the one I had before, which was just me saying "memememe". Haha ;)
Anyways, I had a lot of fun on this project, and I'm totally looking forward to playing everyone else's games. YAY PYWEEK!
-- fydo
P.S. Also, you might have noticed that I have released all the art for the game under the Free Art License, so I'd be curious to see what other uses for the game art you might come up with (let me know :)
P.S.S. Whenever I needed a little break from working on Evolution, I spent some time in #toba working with their team on their game, which was then known as 'Barbie Seahorse Adventure' (which I think is a totally cooler name) :)
I contributed the original art for the little fireball guy that you can find on the volanco levels (it's been improved by someone else on the team). I also contributed a level which you can see as the first volcano level.
I think their game turned out really well, and I'm proud to be a part of it too.
ADMIN: some files missing from torrent
ADMIN: uploading re-enabled
If you'd like to upload a fixed version of your game, or a new screenshot, please do so now.
ADMIN: Sorry about that outage
OLPC game jam
The deadline for signing up is the 12th of May, so hop to it!