Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 853 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 853 Bytes

FeOSolver

Introduction

FeOSolver is a free, open-source sudoku solver for the Nintendo DS.

Build prerequisites

You need the following in order to build FeOS:

  • The current FeOS SDK

Before building, you must set the FEOSSDK environment variable to point to the /sdk directory (if on Windows, you must use Unix-style paths, like /c/Users/.../gitrepos/FeOS/sdk).

How to build FeOSolver

cd to the directory this repo is in and type the following:

make

When it's done compiling, transfer the generated feosolver.fx2 to data/FeOs/bin on your SD card.

How to use FeOSolver

Start FeOSolver by typing feosolver on FeOS cmd prompt. Enter a 81-character string representing a sudoku. Use ., 0 or the space bar for emty fields. Press enter.