Skip to content

rafaelribeiro1510/C-Note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C-Note

Install

After cloning the project, open a SICStus terminal, navigate to File and hit Consult, then choose the file cnote.pl. The predicate cnote. starts the program.

Usage

The main menu presents the following options:

  /$$$$$$                      /$$   /$$  /$$$$$$  /$$$$$$$$ /$$$$$$$$
 /$$__  $$                    | $$$ | $$ /$$__  $$|__  $$__/| $$_____/
| $$  \__/                    | $$$$| $$| $$  \ $$   | $$   | $$      
| $$             /$$$$$$      | $$ $$ $$| $$  | $$   | $$   | $$$$$   
| $$            |______/      | $$  $$$$| $$  | $$   | $$   | $$__/   
| $$    $$                    | $$\  $$$| $$  | $$   | $$   | $$      
|  $$$$$$/                    | $$ \  $$|  $$$$$$/   | $$   | $$$$$$$$
 \______/                     |__/  \__/ \______/    |__/   |________/

1. Solve input puzzle                       <--- Input existing puzzle (examples in the game's web page)
2. Generate puzzle                          <--- Generate a random puzzle
3. Generate puzzle with unique solution     <--- Generate a puzzle that only has one possible solution
0. Exit