...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 Pythoncode (tavla.py) and two auxiliary AI files. These AI files are essentially simple Python scripts containing decision-making mechanisms. They can roll dice and randomly decide what to do by determining the positions of the pieces. Then they make their moves.
This program was completed through human effort and artificial intelligence support.
...
A collection of mods for Civilization IV: Colonization.
The purpose of joining multiple mods into a collection is to make them share the source code. This allows joined work without the time consuming and bug prone process of moving modpacks between source codes.
This mean the source code is made up of multiple features, which can be tweaked by XML and as a result it is possible to make total conversion mods without knowing how to program.
What this is NOT is a bunch of nearly...
Tactical, turn-based game engine, that uses OpenGL and WinAPI
Tactical, turn-based game engine, that uses OpenGL and WinAPI specific. In the initial phase of development will focus on the general game logic, in an elegant pack of std. C++. This project in principle, can be described as academic. Feel free to to review the code, any remarks and comments.
This project's aim is to create a turn-based strategic figurine game, like Warhammer (TM). One emphasized goal is to generate automagically as much code as possible, in order to keep modifications minimal when adding functionalities.