The game of Allefant
Allefant 5
- The 5th game in the Allefant series, this one has the Allefant struggle through a twisted shmup or platformer (depends on how the code will turn out :P).
- python version
- windows .exe (soon up again)
- walkthrough video of an old version
Awards
Scores
Ratings (show detail)
Overall: 3.5
Fun: 3.1
Production: 4.2
Innovation: 3.1
Files
File | Uploader | Date |
---|---|---|
allefant5_pyweek.zip
— final
post compo version 1.1 |
allefant | 2007/09/30 15:38 |
ss6.jpg
in-game screenshot of final boss |
allefant | 2007/09/08 17:35 |
ss5.jpg
Leprechauns, and collision debugging.. |
allefant | 2007/09/07 22:52 |
ss4.jpg
loose cogwheels and springs... and a python - twisted enough? |
allefant | 2007/09/05 21:23 |
ss3.jpg
the title screen |
allefant | 2007/09/04 19:27 |
ss2.jpg
What might be up there? |
allefant | 2007/09/03 23:01 |
ss1.jpg
The Allefant on a "twisted line". |
allefant | 2007/09/02 11:20 |
Diary Entries
Twisted
That's one twisted theme. I have an idea forming though - it will be kind of a shmup or platform, but with twisted (literally) levels. As you can see, so far I have the Allefant and a twisted line.
Day 2
"What might be up there?" thought the Allefant.
And the truth is, a crash - as the twisting of the level causes a singularity (division by zero) when the distance to the center gets 0 :P
I spent most of yesterday in Blender, even if all I did was the "up" frame of the Allefant, but Blender insisted to mingle the two poses in strange ways :/ The wooden ball was much simpler to do.
And the truth is, a crash - as the twisting of the level causes a singularity (division by zero) when the distance to the center gets 0 :P
I spent most of yesterday in Blender, even if all I did was the "up" frame of the Allefant, but Blender insisted to mingle the two poses in strange ways :/ The wooden ball was much simpler to do.
Day 3
Yesterday I spent some time making a title screen, and writing the theme music (8 seconds of music took me like 2 hours :P). And yes, I'm brilliant with timing as ever, doing title screen and music while not having any game yet.
As for the game, I got spatial hashing working, so I could make levels now as big as I want without a performance hit. Next will be moving objects (platforms, enemies), interaction (switches, enemies, NPCs).. actually, I should first make an editor and as goal to collect something and reach the exit, after I manage that I should think about the stuff I just said :)
As for the game, I got spatial hashing working, so I could make levels now as big as I want without a performance hit. Next will be moving objects (platforms, enemies), interaction (switches, enemies, NPCs).. actually, I should first make an editor and as goal to collect something and reach the exit, after I manage that I should think about the stuff I just said :)
Day 4
There's some pythons which will give advice to the Allefant, and there's two enemies: Cogwheels and springs. Also I have text rendering and a mouse cursor now.
There's also kind of an inline editor, by pressing keys an object corresponding to the key is placed at the mouse cursor, and the whole thing can be pickled to disk and reloaded.
There's also kind of an inline editor, by pressing keys an object corresponding to the key is placed at the mouse cursor, and the whole thing can be pickled to disk and reloaded.
Day 5
Time is running short. By now, counted in hours, I guess I spent as much on this as on a complete LD48 - and that's how far I usually get in LD: A half finished engine with a boring test level :P
Anyway, still Friday and Saturday left, so a recap on the progress:
- base engine (twisted gravity): done
- font: done
- main character: done
- enemy 1: done
- enemy 2: done
- NPC 1: done
- moving platform: done
- title: done
- tileset: mostly done
- menu: started
- enemy 3: started
- editor: started
- sound: some
- music: some
- exit: tbd
- lever: tbd
- door+key: tbd
- collectibles: tbd
- boss: tbd
- levels: tbd
- gameplay: tbd
Day 6
Oh well. In an attempt to still finish something, I started work on my game right after I got home from work, not even logging into IRC. But then somehow I ended up making a Leprechaun in Blender instead of starting with level design..
So that leaves tomorrow to try and hopefully get a bit of gameplay out of it. For now, watching the Leprechauns is kinda fun.. when two of them meet, they are starting some weird behavior I can't explain..
So that leaves tomorrow to try and hopefully get a bit of gameplay out of it. For now, watching the Leprechauns is kinda fun.. when two of them meet, they are starting some weird behavior I can't explain..
Day 7
Phew. I made it. It is done. Well, sort of. There's now 7 levels (1 intro, 1 boss, 1 extro, so actually 4). Didn't have time for any playtesting or packaging yet though.
Also, my actual vision seems all twisted right now, adjusting to the twisting in the game. All text here in a straight line looks like on a circle outline, and when moving the head, it all gets swirly.. not good :P
So, be warned, don't play this game for too long or it will negatively influence your vision.. :P
Also, my actual vision seems all twisted right now, adjusting to the twisting in the game. All text here in a straight line looks like on a circle outline, and when moving the head, it all gets swirly.. not good :P
So, be warned, don't play this game for too long or it will negatively influence your vision.. :P
Allefant py2exe version
In case someone prefers an .exe for some reason, I uploaded one here. (Made with py2exe.)