DominoBot is a project for a simple IRC framework. It is currently a simple yet functional Domino game bot for IRC. It currently allows arbitrary piece (stones) numbers and multi session support. The game states are broadcast to the lobby. Uses colors to identify the player who layed each stone.
It is a case study to create a framework for quick development of turn-based sessions, such as games, voting, meeting and etc.
Uses PircBotX (redistributed - you do not need to download it)....
Play now at http://webchat.freenode.net/?channels=#twentyonebot. Just say "Hi!"
This bot will play the game of 21 with users in an IRC chat room. The game is quite similar to Blackjack, but is played with dice instead of playing cards. Players continue rolling dice until the sum of all rolls is as close to 21 as possible, but don't go over!
This project is based off of the source for the same game which was written by Jason Hamilton and updated slightly more recently by LuizCB (aka pincel).
A multiplayer Blackjack game which works over the internet
Warning: this games server is no longer functional. In the future it may be fixed, but unfortunately, the game is currently nonoperational.
This game consists of a Java client, a PHP server, and a database which is accessed with MySQL. It is my first game capable of functioning across a network, and my first application which combines Java with a database.