fruit

chess engine, to calculate chess moves

This is a very strong chess engine, placed second in the 13th world computer chess championship 2005. It uses the UCI (universal chess interface), for chess engines as communication protocol. This means to play against it, you will have to use an UCI capable interface, like knights. This distribution comes with an opening book of moves that the engine can use for the first few moves of the game. This increases performance in the chess games opening.
front-end for the arcade games emulator MAME

gmameui

front-end for the arcade games emulator MAME

hard-core shoot 'em up game in blue-or-red world

tenmado

hard-core shoot 'em up game in blue-or-red world

tenmado is a vertically scrolling, late 1990s style (that is, a massive number of enemy shots against a smaller-than-it-looks spaceship) shoot 'em up game. A very accurate collision detection makes it a game of dexterity. If something looks like a triangle, it is a triangle, not a rectangle of similar size.
the game of life, simple console version

zivot

the game of life, simple console version

This is a variant of John Horton Conway's Game of Life (a classic cellular automaton), simple console version, written in FORTRAN.

openscenegraph

3D scene graph, utilities and examples (binaries)

A portable, high level graphics toolkit for the development of high performance graphics applications such as flight simulators, games, virtual reality or scientific visualization. Providing an object orientated framework on top of OpenGL, it frees the developer from implementing and optimizing low level graphics calls, and provide many additional utilities for rapid development of graphics applications.
connect pipes to get the water flowing from inlet to outlet

pipenightdreams

connect pipes to get the water flowing from inlet to outlet

If you know the old arcade-game "Pipe Dreams", you'll instantly recognize this. The goal is to connect different pipe segments to let the water flow from the inlet and through as many pipes as possible, until it finally reaches the outlet. This requires an even combination of speed, skill and foresight.