Man pages for pawelru/sudoku_r_game
Sudoku game

assign_valueAction to assign value in selected cell
check_colsCheck each column agains predefined criteria
check_if_winFunction to check if user wins
check_matrixMain function to check if sudoku matrix is correct
check_rangeCheck condition of values being within 1-9 range
check_rowsCheck each row agains predefined criteria
check_squaresCheck each mini-square agains predefined criteria
check_uniqueCheck condition of values being unique
fill_NARandomly fill empty values in matrix depending on difficulty
flipFlip matrix horizontally or vertically
generate_matrixMain function to generate final sudoku matrix
generate_raw_matrixGenerate correct sudoku matrix to be modified
get_small_indexConverts big index to range of small indexes
is.sudokuSudoku class utils Function to check if an object is sudoku...
print_matrix_cellPrint matrix cell with appropriate colour
print.sudokuMethod for printing sudoku object in predefinied format and...
randomize_matrixModify matrix by various approaches
replaceChanges two values by each other
rotateRotate matrix by 90 degrees
shift_indexMove elements from tail to the head of vector
shuffleInternal shuffle function
shuffle_columnsChange columns order randomly
shuffle_rowsChange rows order randomly
start_gameMain function to start game
pawelru/sudoku_r_game documentation built on May 15, 2019, 9:15 p.m.