Skip to content

lavinski/DotsAndBoxes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dots and Boxes

This UI for the dots and boxes game. Game rules can be found: https://en.wikipedia.org/wiki/Dots_and_Boxes

What is unique about this implementation is that it allows not just to play against other human opponent but to play against 3 bot levels or to watch bots play against each other

Users can create there own bots following guidelines described in this repository: https://github.com/lavinski/boxyDotsBot

Bots

Game comes with 3 preinstalled bots

Easy bot

Players/RandomBot

This bot is the simples one. What it does is just picks random move from available moves.

Medium

Players/MiniMaxBot

This bot is implements using MiniMax algorithm (https://en.wikipedia.org/wiki/Minimax)

Hard

Players/AlphaBetaBot

This bot is implements using AlphaBeta algorithm (https://en.wikipedia.org/wiki/Alpha%E2%80%93beta_pruning)

ScreenShots

BoxyDotsGame PlayerSelection GameExample

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages