Software list (games)
Asteroids game
Game written in JAVA. You need to fly and destroy as many rocks as you can. This game has multiplayer option, so you can play with anyone within your network (unlimited number of players).
Checkers game
Simple game written in Delphi. There are few algorithms implemented to make game much harder and more interesting. Of course there is Alpha-Beta with few levels of search depth.
Labirynth3D
This game is written in C++. I used Ogre library to do the rendering. The rules are simple: you must go as fast as you can to the mark point. Watch out collision detection and phisics aren't real and can make a lot of trubbles.
OX
Game written in JAVA. Simple game simple rules nothing to explain.
Ping-Pong (DOS)
Two boards, one ball and a lot of space to waste! Simple game written in C++.
Prisoner Dillema
This is more complex than all other. Asynchronous TCP/IP communication, auto-configurable database support. Many clients support. Setup, and many more. This application is a simple logic game and it does combine all those things together. Written in C++ language.
Snake (DOS)
Simplme DOS game written in PASCAL. One thing is interesting: there were no threads used to build pseudo-simultaneously updated objects (battle game).