Skip to content

An AI project that generates puzzles to find a good puzzle that is optimized to be challenging and entertaining by using simulated annealing.

Notifications You must be signed in to change notification settings

beyzabozbey/puzzle-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PuzzleGenerator

This project generates puzzles to find a good puzzle that is optimized to be challenging and entertaining by using simulated annealing. For the project description, please see the "Programming Part" of proj.pdf.

How to compile and run

In order to compile and run for the default puzzle size, use make command. It will generate PuzzleGenerator executable. You can run the program for other puzzle sizes by using ./PuzzleGenerator r c i j for a puzzle of size
r x c where each cell contains an integer between i and j (inclusive).

About

An AI project that generates puzzles to find a good puzzle that is optimized to be challenging and entertaining by using simulated annealing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published