Skip to content

A terminal-based Nonogram game implemented in Python.

Notifications You must be signed in to change notification settings

ivanipenburg/nonogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nonogram

A terminal-based Nonogram game in implemented in Python. The plan is to implement a Nonogram solver as well.

How to run

Python 3.9+ is required.

cd game
python main.py -f [PUZZLE_FILE_NAME]

Puzzle files

A puzzle file for the puzzle

                3  2
       1  2  2  1  2
   3
   4
2  1
   1
   2

looks like this:

3/4/2,1/1/2
1/2/2/3,1/2,2

About

A terminal-based Nonogram game implemented in Python.

Topics

Resources

Stars

Watchers

Forks

Languages