Projects considered done

pomodoro

Pomodoro Timer

Minimalistic app for time management purposes like Pomodoro technique or preventing eyestrain.

No image

Mediasort

Sorts media files and stores them in the specified way. Also it redoes ID3v2 tags.

pixed

Pixed

Simple pixel editor for XPM files. Editor designed specifically to preserve XPM file formatting upon rewriting inlcuding whitspaces and comments.

sokoban_screen

Miniban

A clone of Sokoban game pixel graphics and with minimalistic interface.

cybercrawl

Cybercrawl

Clone of original Rogue v3.6 with cyberpunk-influenced theme.

remembrance

Remembrance

Remembrance is an application for tagged notes storage. Main idea is that there is no index and each note can be accessed only by its tags.

life

Life

Conway's Game of Life console implementation. Uses `ncurses` to display field and cells.

No image

QGetOpt

Qt wrapper class for GNU getopt.

No image

none

Utility for doing nothing.

inventory

Inventory

Application for inventory management.

No image

fcols

Fcols (Format COLumnS) is an utility for text processing, mainly aimed to process source code. It fills incoming text by given separators using spaces to produce aligned version of the text.

branchgame

Branchgame

Connect all branches and close the circuit.

No image

libchthon

A compact C++ library (primarily for roguelike development).

Features roguelike game helper classes:

  • Roguelike game class (extendable for game customization) with powerful game flow based on actions.
  • 2D generic map class.
  • Flexible actions use and a lot of predefined actions.
  • Basic AI (very basic but extendable).
  • Cells, objects, items, monsters with various properties and basic Info class.
  • Field-of-vision classes.
  • Pathfinding algorithms (currently only A\*).

And some utilities:

  • Logging utilities.
  • String formatting routine
  • Engine for serializing C++ objects with unified interface for storing/restoring.
  • Tiny but flexible unit-testing framework (suites, fixtures, various asserts).
  • Point class, foreach macro and some bits of useful utilities.
  • Pixmap class with attention on XPM files.
catris

Catris

Just like usual tetris, but each figure is a bunch of cats.