Update README.md
This commit is contained in:
@@ -1,45 +1,5 @@
|
|||||||
<h1>Sudoku</h1>
|
<h1>Sudoku</h1>
|
||||||
<p>A project worked on by Programming Club members at Salt Lake Community College.</p>
|
<p>A project worked on by Programming Club members at Salt Lake Community College.</p>
|
||||||
<h2>Features</h2>
|
|
||||||
<ul>
|
|
||||||
<li><s>Sudoku auto-solver</s></li><br>
|
|
||||||
<li>GUI:</li>
|
|
||||||
<ul>
|
|
||||||
<li>Navigation Bar (<a href="https://lucid.app/lucidchart/238344ab-de24-4be6-972a-70966379df86/edit?viewport_loc=-11%2C-11%2C2155%2C1156%2C0_0&invitationId=inv_870d3842-5217-4c56-a3e5-8fbb5f490c10">UML</a>):</li>
|
|
||||||
<ul>
|
|
||||||
<li>File dropdown for New, Open, and Save</li>
|
|
||||||
<li>Display elapsed time</li>
|
|
||||||
<li>Toggle between Note & Enter modes</li>
|
|
||||||
<li>Display hints</li>
|
|
||||||
<li>Open settings</li>
|
|
||||||
</ul>
|
|
||||||
<li>Sudoku Board:</li>
|
|
||||||
<ul>
|
|
||||||
<li>Differentiated initial values, likely by color</li>
|
|
||||||
<li>Highlight row, column, and box of a selected cell</li>
|
|
||||||
<li>Display noted values in cell's internal grid</li>
|
|
||||||
</ul>
|
|
||||||
<li>Number input</li>
|
|
||||||
<ul>
|
|
||||||
<li>Keyboard bindings & Vim-mode</li>
|
|
||||||
<li>Number pad on the side</li>
|
|
||||||
</ul>
|
|
||||||
</ul><br>
|
|
||||||
|
|
||||||
<li>File I/O:</li>
|
<h2>Installation</h2>
|
||||||
<ul>
|
|
||||||
<li>.sdku file standard</li>
|
|
||||||
<ul>
|
|
||||||
<li>Current values in cells</li>
|
|
||||||
<li>User "note" values in cells</li>
|
|
||||||
<li>Time spent on the puzzle</li>
|
|
||||||
<li>Number of mistakes</li>
|
|
||||||
<li>Puzzle solution</li>
|
|
||||||
</ul>
|
|
||||||
<li>.sdku file import</li>
|
|
||||||
<li>.sdku file export/saving</li>
|
|
||||||
<li>auto-saving</li>
|
|
||||||
</ul><br>
|
|
||||||
|
|
||||||
<li>Random .sdku generation</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user