An addictive multiplayer networked strategy game completely written in Java.
You program a robot that makes a race through an old factory. The game is inspired by Roborally (TM) - but it's different...
2018-05-08: Successfully(?) copied the CVS repo to github: https://github.com/hsteller/botsnscouts
This project is aimed at developing an intelligent Scrabble aid. Currently, the program suggests moves for a player, given a Scrabble board and letters available. In the future, it could be developed into an automated bot, including AI.
Chess program written in Java. It uses a set of Rules to evaluate a position. These rules can be easily extended. It uses a standard set of openings to reduce think time for initial moves.
Four Win Three Dimensional is an offline board game. I want to know which player has an advantage from the very beginning. There might be once a program to play four win against a computer with graphical frontend.
A minigame tournament engine that allows for playing games against other people across the internet. The project is in the planning/alpha. It only currently has an Line of Sight Chess Program.