Skip to content

wenxichang/cryptica-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

gcc solve.c -Wall -O2 -o solve

Run

./solve level/e12.txt

The level file

  • Should be exactly 9 charater per line, and 7 lines total.
  • '#' for wall, ' ' for space.
  • Lower chars for the moving blocks, and the upper case is where it should place to win.

About

Puzzle game - Cryptica solver, solve all levels in minutes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages