propaganda

Games

This page contains a selection of my games and related projects.

Flordle

Flordle is a boot-able and M$-DOS compatible text-mode Wordle clone.

flordle

You can find out more about it over here. If you want to try it out in your browser, then click right here

Floppy Bird (OS)

Floppy Bird (OS) is a clone of the infamous Flappy Bird written in 16 bit (x86) assembly.

You can find out more about it over here.

ZeeCraft

ZeeCraft is a mini Minecraft clone in 588 lines of C.

You can find out more about it over here.

Simon8

Simon8 is a Chip 8 disassembler and emulator written in C.

You can find out more about it over here.

2dimagefilter

I forked 2dimagefilter and removed all exotic GUI crap, basically everything that wasn’t implemented by Mono.

The command line interface is now usable on any platform where Mono is supported.

ImageResizer /load in.png /resize auto "XBR 4x(2,thresholds=0,vbounds=wrap)" \
	/save out.png

You can find out more about it over here.

Fz2D

Fz2D is a 2D game engine and framework written in CoffeeScript.

You can find out more about it over here.

Nvx

NVX is an image voxalizer written in C. It will take a 2D image and create a 3D model.

You can find out more about it over here.

Menhir

A simple puzzle game.

You can find out more about it over here. If you just want to play it, you can do so by clicking here.

Deermas

A mini adventure game for Maral.

You can find out more about it over here. If you just want to play it, you can do so by clicking here.

Bricks of Babel

Bricks of Babel is a physics based tower building game. Initially built for Ludum Dare.

You can find out more about it over here. If you just want to play it, you can do so by clicking here.

3>

Minimalist “Breakout clone”.

If you want to play it, you can do so by clicking here.

Snakr

Snakr is a “Snake clone” with a twist.

You can find out more about it over here. If you just want to play it, you can do so by clicking here.

Paper Balloon

Paper Balloon is a small tower defense game written in JavaScript.

You can find out more about it over here. If you just want to play it, you can do so by clicking here.

Nine Dots Dungeon

Nine Dots Dungeon is a small territorial occupation game written in JavaScript for Ludum Dare 31.

You can find out more about it over here. If you just want to play it, you can do so by clicking here.

Ancestria: Mini

Ancestria: Mini is a math-3 style game written in Action Script 3.

You can find out more about it over here. If you just want to play it, you can do so by clicking here.

Pong.rb

Quick and dirty Pong clone written in 300 lines of Ruby.

It that runs in your standard terminal and requires ncurses.

You can find out more about it over here.

Kruto.js

Kruto.js is a HTML5 sandbox that implements a subset of HTML and makes it possibly to run Canvas based games as standalone desktop applications.

It is written in C++.

You can find out more about it over here.

Kruto+

Kruto+ is a 2D micro-framework that has been extracted from Kruto.js and written in C++.

You can find out more about it over here.

KrutoC

KrutoC is an “OpenGL” video capture utility written in C++. See a sample capture below.

You can find out more about it over here.

GIMP Font Atlas Creator

A small Script FU plugin for GIMP that creates font atlases. Ideal for mono-spaced fonts.

You can find out more about it over here.

MKATLAS

BASH script to build a texture atlas for games. Requires ImageMagick.

While not entirely written by me, I did some improvements to it.

You can find out more about it over here.