Home > game.coffee

game.coffee

Game.coffee is a project mainly written in JAVASCRIPT and COFFEESCRIPT, it's free.

A turn based game library in coffeescript.

Game.coffee

A coffeescript translation of the game pattern taken from Artificial Intelligence a Modern Approach http://aima.cs.berkeley.edu/index.html

Implements alpha/beta search with a configurable depth and static evaluation function.

Previous:Safehood