Last Online: 7/22/08

Georg Rottensteiner

 
Likes to program games and sometimes even plays them.

Systems I Own:  
There's no place like 127.0.0.1
GameWhat I DidDifficulty of DevelopmentAnecdote
View all developers
EverythingNot Badempty
View all developers
Everything (sans the ogg music)Not Badempty
View all developers
Everything beside sound effectsNot BadThe single best experience of this competition was the sfxr tool by DrPetter to create sound effects!
View all developers
Everything (sans the SID music)Not BadThe funny part was coming up with a game from only a (satire) box image.
View all developers
EverythingNot BadThis was my second try at the Ludum Dare competition. I tried again with the magnet attraction. I couldn't come up with something more original. I had liked to include some landscape features but oh well. It did work out into a half playable game though :)
View all developers
Programming, Network (client side), "AI" of computer enemiesAverageEvery track has a colored mask which carries the height of the track and if it's a bridge. This allowed the track with the bridge.

Covering the track is a manually created list of triangles. These are used to A) check if you're still on the track
B) facing in the correct direction

Additionally there's a bezier like line which is used to keep the "AI" on the track. Which works. Kinda. They keep bumping into each other though.
View all developers
EverythingNot BadI actually wanted to something like a sim planet. Take care fo a bunch of animales, keep them fed. The magnet was the food target. That didn't work out so i changed the gameplay to this simple puzzle.
View all developers
EverythingAverageSomehow the tinier size managed to mess with my timing, it took a few attempts to get it working. Also, incredibly the limiting size made me use a lot more time on gameplay than on making things look right.
View all developers
Coding, partly background and spritesStill having nightmaresThis is my first advent into C64 assembly, before i only dabbled in basic.
Holy feck, top hat off to the programmers of the old days. Programming now is a piece of cake!

A very restricted environment and a lot of missing commands (division? who needs such a thing) makes simple things like moving sprites and number display a whole new experience!
View all developers
EverythingNot BadIt was actually quite simple to program and i apologize for the rather bland idea. It was pretty interesting though to have everything driven by one button (menus!).
View all developers
EverythingNot BadThis remake came to life since i remember that game from the C64. By that time it was not yet found and entered into the GameBase64. The original is there now.
View all developers
Everything (except classic level design)AverageIn this remake i used real 3d. And it really screwed with my mind that i had y upwards instead downwards as in every other 2d game i've ever made.
View all developers
EverythingNot BadThis was an easter competition entry. And i really wanted to create levels from a pseudo random generator. I discovered that that's not really a magic bullet. You've got to jump quite a few hoops to keep the levels playable.
View all developers
Everything (except graphic and sound)Not BadA nice test for my platform engine. All i needed to do was programm the movement and build the game level.
View all developers
EverythingNot BadThis started out as a valentine competition entry. Due to the time limits i only filled about 20% of the available level space. This version is completely filled and features a heap of hearts to collect.
View all developers
Everything (except classic level design)Harder than PlannedIf you decide to add multiplayer but didn't plan for it from the start - restart from scratch. The bugs ain't worth the trouble otherwise :)
View all developers
EverythingNot BadThe first version was programmed in Turbo Pascal. I converted the game code from Pascal to Watcom C and then on to Visual C++ without much change.
View all developers
EverythingAverageA Ludum Dare 48h competition entry. The theme was "Light and Darkness". The idea is not really original, but i could devote the full 48 hours.
Raycasting is used for the lighting algorithm and the shadows are smoothed manually every frame.

This version is enhanced: It can use colored lights and has a night sight device.
View all developers
EverythingAverageThis remake started as one of my first 3d games. I always wanted to get picking done, which delayed the release for a few years.
View all developers
EverythingNot BadMy entry for a Gamedev 3 hour competition. The topic: The Pits. It was quite nice that the idea worked out. You really have to move slowly and steady to keep your customer happy.
View all developers
EverythingAverageI actually only remade it since i wanted to write that flood fill algorithm.
View all developers
Everything (excluding classic level design)Harder than PlannedThis remake i'm pretty proud of. In the hindsight i think i might have made the module system a lot clearer. Also, the game deserves a real 3d world.
View all developers
Everything (excluding classic level design)AverageThis game also started out in Turbo Pascal. After 4 releases i'll probably start a new version complete from scratch.