Skip to content

Implementation of The game of Sim and player AI for CS61BL @uc Berkeley Summer 2013

Notifications You must be signed in to change notification settings

mllobet/Sim-game

Repository files navigation

Project 1

Implementation of The game of Sim and player AI for CS61BL @UC Berkeley

Overview

The Game of Sim is a simple zero sum two-player game played in a board with six points representing a regular Hexagon, each player takes turns to draw a line connecting two points , each using his own color.

The first player to be forced to form a triangle of his own color (only triangles whose vertexes are among .the six starting points count) is the loser.

Strategies

There actually is a winning strategy for the second player (implementation), but it is COMPLICATED, the next best strategies are search algorithms based on prunning the search tree of the minimax algorithm:

About

Implementation of The game of Sim and player AI for CS61BL @uc Berkeley Summer 2013

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages