April 2007 challenge: “The only way is up”
Peach - The dancing tree
Posted by teppic on 2007/04/01 21:56
So, it's about time that we write something here i guess. Our game features the story of the dancing peach tree.
The game takes place inside a large well, where you will help the tree grow towards the light while protecting it from small evil monsters. The little guy on the screenshot will most probably be our hero, sitting on top of the tree. More on this later.
For now we have this model and great tune fore the title screen, as well as code for loading and drawing parts of the scene. Tomorrow it's time to dive into the real game code.
Death Tower - Finally decided
Posted by Cthulhu32 on 2007/04/01 21:11
For my working version, all this game will be is a guy running around hacking up enemies. As the game progresses, it will turn from pure Action to Action/RPG. Plus I have to make a lot of sprites so that will hinder it somewhat in a week. Music will also come in handy, as I recently was told about DrPetter's Musagi program which ROCKS.
Oh yeah, first sprite!
PyTower - First day
Posted by Mikle on 2007/04/01 21:03
So somewhere in the middle of the day a cool idea struck - Sim Tower! It was one of the nicest games I remember, it is a cool idea, and it gives the theme a twist.
While I was still pondering PyTower VS adventure game, I managed to make some "generic" menu code (see screeny) and skeleton of a game.
I'm gonna plan some stuff, maybe make a class datagram, or a DD and then retire to sleep.
Some tools I'm using in the development process: Komodo - The killer IDE... MS OneNote - A blog for myself...Including to-do lists, notes, and just coolness :) An Ubuntu VM I'm trying to make into a test comp.
A comment on other people's games - WOW! Some people already have levels and tiles and stuff...That's just amazing...Keep on the code monkeying!
Balloon frenzy - Day 1
Posted by graner on 2007/04/01 20:43
The screenshot is a raw picture of what the game will be. Worrying about graphics later. (The white thingey is a bird btw:)
Bus Factor == 1 - Starter for 10 - no shooting
Posted by Marlow on 2007/04/01 20:17
I wanted to make a game in which the player had to shoot headless robots to escape from a deep cavern. Today I had some of the game running without the shooting, but with around one hundred robots on screen to test the speed of Pygame as much as anything. And, much to my surprise, my wife kept wanting to play it. So already I'm not doing the game that I thought I'd be doing as there will be no shooting.
Super Spelunker - My maze-fu is strong
Posted by mangobrain on 2007/04/01 19:30
Super Spelunker is born!
What you see below is a randomly generated maze. I started with the standard depth-first search algorithm, added the width limitation which gives it the upside-down-pyramid shape, then tweaked the algorithm slightly to give more pleasing results.
- A "weighted roulette wheel" technique was used to give a bias towards horizontal corridors, which is both a game design decision and a measure to counteract the natural bias towards long vertical corridors, which presumably results from the X-axis limitation (i.e. pyramid shape).
- The algorithm keeps an explicit stack rather than using recursion; there is a small random chance that at the top of each iteration, a random item shall be chosen from the stack (instead of the top item). This greatly increases the amount of branching in the maze, as otherwise the algorithm effectively creates a single path from the start point, and branches more than a few cells long aren't seen until quite a way along it.
I'm not sure if the pyramid shape will be kept yet, or if it will be kept but turned upside down. I'm also not yet going to release any details of gameplay in the sense of how you will actually get around the maze (other than what's already written in my entry description); partly because they aren't finalised, but mostly because it's mysteeeerious.
The Villainy of Cat Food Inc. - Day 1 - No. 2
Posted by ServalKatze on 2007/04/01 18:38
We can display some tiles now, so all we need to do now is use Zahmes fancy graphics instead of those ugly placeholders.
Woah, I'm sooo slow. We won't finish. ;)
PyCor 2.0 - F1rst P0st
Posted by dmoisset on 2007/04/01 18:31
Awesome block game 2 -- return of the block : The story of one block against the world - loggggggggggggggggggggg
Posted by eugman on 2007/04/01 18:14
mspring - Sky Pirates
Posted by mspring on 2007/04/01 17:49