|
Spherical Harmonics Implementation of spherical harmonics w/o shadow casting at the moment.[C#/OpenTK] |
|
Color Sphere A simple quiz type game for mobile-devices. It is based on the idea of a game i've once played.[J2ME/PhotoShop] |
|
Super Evil The "Super Evil" game. While learning J2ME and fooling around with it, i started to develop this game. It is still far from being a complete game but thats okay for a playground i guess.[J2ME/PhotoShop] |
|
Map Editor The map editor for the "Super Evil" game. It has all the features that I need for the game. Like multiple layers, an overlay-mode to display the tile-ids. Somekind of screen overlay with the size of a defined mobile screen. Events and a behavior module for the enemies.There is still much to do. Things like auto-compression of tiles (and removing unused ones), and some kind of preview-mode, so that I don't have to switch to the game, everytime I want to test a map. And so on... [Java] |
|
|
Isometric Sprite Editor A sprite editor for isometric graphics. It helps to place 2d graphics on a isometric grid with offsets in all three dimensions. The graphics and additional flags are saved into my own sprite format.It only loads ".gif" files and my own sprite-files so far, but I'm planning to add support for the ".tga" targa-file format some day, which is some kind of standart in the videogame industry. [Java] |
|
Snake game It's the well known snake game, where you control a snake on its quest for food. Avoid obstacles, gather food, go to exit... next level. The game features level warping(exit the screen at the top and get warped to the bottom) and an endless amount of randomized levels.This was a module-test from school. The goal was to build the snake game on top of a provided library by using all the oop-techniques we've learned. Download it here (281 KB). In ZIP-Format. (Java 1.4) [Java] |