This is a traditional backgammon game developed in Turkish. The visuals, icons, etc. used in the game are my personal work. Some externally used audio files are in the public domain. The files "mirkelam_tavla.mp3" and "mirkelam_win.mp3," converted from MIDI files, are processed fake versions of clipped audio from the song "Tavla (backgammon)" by Turkish pop artist Mirkelam.
The game mimics the traditional backgammon game. The game engine consists of a main Python code (tavla.py) and two...
...This client-server system supports multiple simultaneous games between people and/or AI bots. Originally written by Robert S Thomas as an AI dissertation (http://sourceforge.net/projects/jsettlers).
The active sourcecode is hosted at https://github.com/jdmonin/JSettlers2 including full history; the sourceforge CVS is historical up to 2012-09-28.
Star Trek Frontline Combat (in short STFC), is a web browser game set in the Star Trek (tm) universe. Based on the original code of Star Trek Galaxy Conquest (STGC in short), the game has been largely modified and improved (at least we hope so!) during four years of development.
Archivist is a program for "Magic the Gathering".
Archivist allows you to create Magic Decks for Mindless Automaton and Apprentice. You can manage your private card collection and multiple decks. Rich analysis tools help you to improve your deck.
Archivist 2 is the latest version build for Windows Systems using the .NET Framework.
Download as archive or self extracting archive. No installation required!
CODE moved to GitHub - https://github.com/spech66/archivist
The gaming ladder is an open source Elo-based competitive gaming ladder. The code is currently used for The Battle for Wesnoth at http://wesnoth.gamingladder.info. The project is stable and in use by thousands of players.
"Kenny" is an XBoard/WinBoard chess engine based on "Winglet"
Kenny is a Winboard/XBoard chess engine based on Winglet (http://www.sluijten.com/winglet/source/index.htm), an open source chess program. Winglet's full sourcecode can be obtained from Winglet.
Kenny is an advanced form of Winglet which plays better at some faster time levels like blitz chess or upto 20 minute games, but almost always loses against Winglet when the time controls are 40 minutes or more for each. These tests were run by setting up various tournamennts on the free Chess GUI Arena Version 3.0. ...
S.C.O.U.R.G.E. is a roguelike game with a 3D user interface. The game allows a group of four characters to search for treasure, kill enemies, gain levels, etc. The code is C++ using SDL, OpenGL and freetype. The game uses Squirrel for scripting.
An Open Source portable pure Java game library with example games, Swing-based sprite animation engine, deployment framework, and firewall tunneling networking. The code is documented in the book Advanced Java Game Programming by David Wallace Croft.
A turn-based, 4X strategy game with some real-time tactical and also role playing aspects. I've been planning this game on paper for years and am now starting to code (Jan. '11)
JACL is an interpreted language for creating interactive fiction and other turn-based games that can be played on the desktop or over the web. This project is now hosted at Google Code. Please visit http://code.google.com/p/jacl/ for latest source co
Diplomacy is a popular turn based strategy game in which you battle to control Europe; to win you must be diplomatic and strategic. webDiplomacy lets you play Diplomacy online. Official game server: http://webdiplomacy.net/
Overlord PBEM game project is re-creation of strategy/RPG PBEM Atlantis-like game "Overlord", originaly designed by Vincent Archer. The purpose of the project is to create set of code and documentation enabling free and and easy overlord games
Open-source attempt to write a themeable engine to play mafia-like games with over the irc network. Currently in beta, documentation pending. Functionality currently is limited to simple turn-based vote-killing, code under heavy work.
A shareware game called begin was released in 1984: a tactical starship game with a good AI and fair rules (the computer had no advantage) I've hacked assembly code to make it a multiplayer game, so that folk can challenge each other rather than the AI.
Earl Engine moved to Google Code: http://earl.googlecode.com. BoardCalc is a separate, independent utility mobile application for Conflict of Heroes gamers. It's a probability calculator and dice replacement. NOTE:
A platform which hosts battles between Fruit War robots - special java programs. The platform accepts sourcecode as robot, and ranks all robots according to battle result. This project has been totally refined and is now hosted at http://robotypo.appspot.com
Invade Earth is based on the popular game Risk 2210 A.D. by Avalon Hill.
Invade Earth features multiple rule sets, a versatile Map Editor, network support, saving and loading game states, and play against the computer.
NOTE: Currently, code in CVS may not be up-to-date. Contact admin if interested in the codebase. The latest version of the application is available at http://jonathancrosmer.com/software/invadeearth
A working browser-based Space Game that demonstrates advanced concepts such as hexagonal navigation, vector visibility, and a message-based battle engine. Currently seeking a CVS release manager to distribute the code.
MechForce is the coolest shareware game on the Amiga (IMHO). It's a mixture of realtime and turn based strategy/tactic game based on BattleTech. This is an attempt to recreate this game with a lot of enhancements with the help of the Allegro library.
Evening is a game engine based off of the open-sourced Quake 3 engine code. The Evning engine will have features like physics and per-pixel lighting and be perfect for commercial-quality game projects.
Generic Game Framework in eiFFel (G2F3) aims to simplify the development of two player zero sum strategy games by separating game specific code from reusable generic code. So far, abstract board games are best supported.