项目作者: wgerbert

项目描述 :
Connect Four Game
高级语言: Smalltalk
项目地址: git://github.com/wgerbert/C4Game.git
创建时间: 2020-08-23T18:47:39Z
项目社区:https://github.com/wgerbert/C4Game

开源协议:MIT License

下载


C4Game

Connect Four Game

Little Connect Four board game implementation of alpha beta .
You can play against the computer.

Start the Game

start the game..
C4Game new
then start playing by just clicking into a column. Then the computer will execute its move

Installation

  1. Metacello new
  2. baseline: 'C4Game';
  3. repository: 'github://wgerbert/C4Game/src' ;
  4. load.