C4Game

Description

Connect Four Game

Details

Source
GitHub
Dialect
pharo (40% confidence)
License
MIT
Stars
2
Created
Aug. 23, 2020
Updated
Dec. 14, 2022
Topics
alphabeta connect-four game pharo smalltalk

Categories

Games

README excerpt

# 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
```
Metacello new
  baseline: 'C4Game';
  repository: 'github://wgerbert/C4Game/src' ;
  load.
```
← Back to results