Featured

Soyuz 404

• 1,009 Lines • JavaScript • Unlicense

Soyuz 404 Screenshot

A space adventure in 13 kilobytes you can play through during your lunch break.

Works on your phone, too. Hold and move your finger on the screen to explore a scene. When you lift your finger over something, that something is used.

This is a slightly improved version of a game I wrote for js13kgames 2020.

PS: the formula, which plays a significant role in the game, is not made up, but the real spacetime interval equation.

Bad Minton

• 996 Lines • JavaScript • Unlicense

Bad Minton Screenshot

Monochrome Pong/Card mashup.

Also works well on your phone. In fact, the two player mode is meant to be played on a mobile unless you have two mice on your desktop.

Written for Ludum Dare #41.

GalEx

• 1,424 Lines • JavaScript • Unlicense

GalEx Screenshot

Be a daredevil space pilot and deliver interplanetary mail to connect worlds. But watch out, gravity is fun but dangerous!

There are 11 missions waiting for you. At the end, the game displays the net playing time of all successful attempts. Everything under 2 minutes would be pretty good.

Works on any device with a decent web browser. This is an enhanced version of a game I wrote for Ludum Dare #30.

Gingerman

• 1,453 Lines • JavaScript • Unlicense

Gingerman Screenshot

Help Gingerman to get to the top of the Christmas tree. Jump on anything that does not burn to climb the tree.

Works on any device with a decent web browser. Written around and for the Christmas season for Ludum Dare #31. This is an enhanced version.

Saving Oskar

• 1,102 Lines • JavaScript • Unlicense

Saving Oskar Screenshot

Try and save your dear lamb Oskar from being sacrificed.

The gods demand a sacrifice and so a lamb must die. But not Oskar, your dear friend. So you need to sacrifice another lamb. Again and again. Until all lambs are sacrificed, except Oskar. Then, and only then, the gods will be pleased and you win the game.

Made this game for Ludum Dare #43 with Christian Braun, who did almost all the graphics and all the music.

Jumpy Green

• 861 Lines • JavaScript • Unlicense

Jumpy Green Screenshot

A little green man trying to get evil astronauts off his small world.

Get rid of Buck Rodgers by jumping high and landing hard when he is on the opposite side of your world. If you jump high enough, he will be thrown off your world and get lost in space again.

Written for Ludum Dare #38.

Ten Seconds To Venus

• 917 Lines • JavaScript • Unlicense

Ten Seconds To Venus Screenshot

Express point-and-click riddle.

You are on board of a space station in Venus orbit. You are sleeping. Then you wake from a roaring BANG! You have just ten seconds until the ship will be destroyed…

Made for Ludum Dare #27.

Ski Run

• 1,439 Lines • JavaScript • Unlicense

Ski Run Screenshot

Ski racing game for two players on one screen.

Works on any screen with a decent web browser. Originally written for Ludum Dare #28 but never submitted.

Boo

• 839 Lines • JavaScript • Unlicense

Boo Screenshot

You're a ghost trying to hide from the priests that want to free your soul.

Don't let them touch you! Click on a free spot to survive as long as you can.

This is kind of a follow up of a game I made for 0h Game Jam.

Striker

• 993 Lines • JavaScript • Unlicense

Striker Screenshot

Fast vertical shoot 'em up. Shoot down as many enemy vessels as possible.

Does not work on mobile because it was written in 2002. Originally made as an easter egg for a boring business website that doesn't exist anymore.

Sheeptris

• 1,854 Lines • Java • Unlicense

Sheeptris Screenshot

A multiplayer Tetris with sheeps. Can be played by up to three players simultaneously.

Originally, this game was also playable in a web browser. But since Java applets have fallen out of favor, that no longer works. So not only do you have to download the game, but you also have to have Java installed to run it. Sorry.

Bots

• 4,033 Lines • C • Unlicense

Bots Screenshot

Programming game about bots that move on a grid.

To play the game, your program, a so-called bot, must connect a socket to the Bots server. The bot can be programmed in any language that can open a socket.

Used for the KURZ Digital Coding Night 2018 and 2019.