Skip to content

KitsuneNoMegami/Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pour la version Française fr

Sudoku

A simple Sudoku solver for the console, written entirely in Assembly language (MIPS).

What is it?

  • Solve Sudoku directly in your terminal.
  • All logic and features are implemented in Assembly (MIPS).

How to Run

Requirements

Running with Your Own Sudoku Grid

If you have a text file containing a Sudoku puzzle, replace file.txt with your filename and run:

spim -file sudoku.asm file.txt

Running With the Built-in Example Grid

If you want to use the example grid included in the code:

  1. In sudoku.asm, remove the # (comment) at the start of line 9, and add # to the start of line 10.
    (This enables the built-in grid and disables file input.)
  2. Run:
spim -file sudoku.asm

License

This project is licensed under the MIT License. See LICENSE for details.

About

A sudoku using Assembly

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published