Skip to content

PanosVl/puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puzzle

This is a simple arithmetic puzzle.

The .txt files provide the steps needed to win 3x3 and 4x4 puzzle.

You can pass them as input to your programm, in order to solve itself automatically.

To run the program:

./fifteen 3 < YOUR_PATH/3x3.txt for the 3x3 puzzle ./fifteen 3 < YOUR_PATH/4x4.txt for the 4x4 puzzle

where YOUR_PATH is the path with vinegere.c and the txt files

To download the CS50 library and learn more about it, go here

About

Simple arithmetic, square puzzle, implemented in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages