Skip to content

grodrigues3/crate-puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

crate-puzzle

Kung Fu Create Puzzle Solver Game: http://www.puzzlebeast.com/crate/

Author: Garrett Rodrigues Date: April 2014

Dependencies:

1)Python 2.7 (probably backwards compatible with anything 2.xx)
2)Numpy 
	To install on Ubuntu:
		sudo apt-get install python-numpy
	Other:
		http://docs.scipy.org/doc/numpy/user/install.html
3)simplejson:
	To install:
		https://pypi.python.org/pypi/simplejson/

Instructions for Running the Code

1- The code relies on the current directory structure. /src /sample_games /answers /board1_solution.json ... /boardn_solution.json

1- Then, once numpy is installed, run the program by typing $ python final_kung_fu.py

1- Answers should be written to the answers directory in the correct json format

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages