Skip to content

CSP Solver for a children's tile-placing game (CSC384 Final Project)

Notifications You must be signed in to change notification settings

asher-dev/tile-compile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tile-compile

CREATED BY

  • Asher Minden-Webb
  • Kathy Ge
  • Amit Kadan

Creates a Constraint Satisfaction Problem model of a children's tile-placing game, and runs a backtracking search algorithm to attempt to solve it. Works for most 3x3 puzzles using a forward checking propagation algorithm. GAC propagation is too slow on puzzles larger than 2x2 due to massive branching (requires further optimization).

Uses elements of source code from CSC384 Assignment 2 Starter Code (University of Toronto, Department of Computer Science), which formed the basis for the btsearch module.

Dependencies (not currently utilized):

  • numpy
  • matplotlib

To run:

python3 ./tilecompile.py

About

CSP Solver for a children's tile-placing game (CSC384 Final Project)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages