Home > Kalah

Kalah

Kalah is a project mainly written in RUBY and SHELL, it's free.

A command-line Kalah game in which you can play against the computer or you can pit different AI players against one another. This implementation is based upon a simple game engine for playing two-player turn-based zero-sum games and includes AI play

This is a playable (command-line) game of Kalah written in Ruby using RSpec and Cucumber. You can play against the computer or you can pit different AIs against one another.

This project provides a simple game engine for playing two-player turn-based zero-sum games and includes AI players using the minimax algorithm and alpha-beta pruning. Eventually, I'd like to extract out the engine from the Kalah game itself and write a few more simple games on top of it (namely, tictactoe and othello).

Previous:ProwlVBS