Skip to content

alexqfredrickson/pinnekjott

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pinnekjott

... like Stockfish for Patchwork!

general idea

The general idea is to create an engine that simulates a Patchwork game, and to implement a minimax algorithm to determine the best moves and piece placements.

Player boards are represented as 9-bit integer arrays (i.e. as bitboards).

This is an extremely unfinished project.

importing pieces

~/piece_importer/ is a code generation tool used to import your own custom pieces into the GamePieces class, if you want. To run it, run cd /piece_importer/ and npm start.

About

An attempt at writing an engine for Patchwork

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published