March 2008 challenge: “Robot”
Null - Progress...
Posted by PyScripter on 2008/04/02 16:31
RoboFusion - Platformer's Paradise!
Posted by Cthulhu32 on 2008/04/02 16:22
I have more progress on my game, got some more tiles going, trying to get the GUI fully done before I actually finish the game, this way I'm not struggling last minute to add in the health, lives, etc. The level editor has been a pretty awesome tool as well!
Tonight I should be able to whip out some pretty decent gameplay elements as the wife has a work thing till 9pm, and I have nothing going on for about 4 hours tonight :D
HoleInTheHeadStudios-1.9 - More Progress
Posted by RB[0] on 2008/04/02 16:12
Late last night and now this morning I got the interactions in, you fight neighboring territories or transfer your own units around now.
Also needed are for capitols to generate new units, and for supply centers to be added.
Needs to be converted to turn-based and such - but we're getting there.
The rest of the day will be spent on this and multiplayer - for me that is.
Markus is going to get a start on the ai hopefully.
Also we should be getting some new graphics and maybe some music - so this could be a very productive day :D
New screenie for you - Pink is winning:
RoboCute - Milestone 1 Achieved!!!
Posted by kfields on 2008/04/02 15:22
Today marks the day I can start working on the game instead of the game engine all the time. Yipee!!!
I'm able to move the little dude around with the keyboard finally. I'll upload a sneak peak of the source code sometime today. And of course ... more details at the Blog!
Johnny saves the world - Progress
Posted by roberto on 2008/04/02 15:12
This morning I implemented a simple stack-based programming language (similar to Postscript/Forth) to control my robot. To move the robot 100 pixels to the right, for example, you could write the program:
100 0 MOVE
My idea is to allow the robot to capture tokens in the maze, and push them into its stack. The input will be limited in size, so you could write the following program:
100 0 MOVE 100 MOVE
The robot starts moving to the left (100 0 MOVE), so that the input is now:
100 MOVE
This is not enough for the robot to move, since the stack is now empty. But if the robot passed over a 100, it would be added to the stack, allowing the intruction 100 100 MOVE to be run.
I hope I can finish this basic physics today, and focus on some levels tomorrow. Then art on friday and finish it on saturday! :)
Bright Black - We can render objects!
Posted by simonwittber on 2008/04/02 14:16
After much effort in building a VertexArray type and other things... We can finally render OBJ files, and rather quickly at that.
The object in the screen shot has 12000 polygons. I'd like to work out a way to create an animate-able OBJ file, by groups parts of the model using different names, and applying transformations to them. Then we can have a robot with moving parts!
Sid the Grasshopper - Finished Level Editor!
Posted by john on 2008/04/02 13:01
CRUSH ALL HUMAN - ROBO-PROGRESS
Posted by nihilocrat on 2008/04/02 12:22
Sea War - Children are playing Sea War.
Posted by milker on 2008/04/02 09:42
Robot Underground - Why, Python, why?
Posted by adam on 2008/04/02 09:02