Skip to content

pawelru/sudoku_r_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku_r_game

Sudoku game in R console! In-build matrix generator of three difficulty level (i.e. (E)asy, (M)edium, (H)ard)) together with interactive game session in which user assign values to a particular matrix cell.

# command to start the game
start_game()

List of commands while in game session:

# assign value
1, 2, 3   # row 1, column 2, value 3
9, 8, .   # row 9, column 8, empty value

# revert last assignment
rev
revert

# restart game
res
restart

# change difficulty level
E   # easy
M   # medium
H   # hard

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages