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 project contains a Breadth-First-Search implementation of a solver for the board game Ricochet Robots:
http://en.wikipedia.org/wiki/Ricochet_Robot
There is a simple wxPython based GUI frontend for invoking the solver.