Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Mips96/SuDokuL into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Mode8fx committed Oct 5, 2021
2 parents 324860d + eb206da commit 53851ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ This is a Sudoku game made in C++ and SDL2. It's currently available for Switch,
- These puzzles are generated on-demand using a built-in algorithm; however, to eliminate computation time on weaker devices, Hard and Very Hard puzzles have been pre-generated.
- Mouse, keyboard, controller, and touch screen support
- Supports many resolution options ranging from 320x240 to 5120x2160
- Scrolling background with customizable settings (scroll speed, angle, size)
- Scrolling background with customizable settings (size, scroll speed, angle)
- Calm and envigorating MOD music to suit your mood
- Shaded text for a nice, 3D look
- Runs on a potato
- Optional auto-fill cheat, in case you get stuck

## Screenshots (click for full size)

All screenshots are from PC version 1.0. More can be found in the [screenshots](https://github.com/Mips96/SuDokuL/tree/main/screenshots) folder.
All screenshots are from PC version 1.0, and can be found in the [screenshots](https://github.com/Mips96/SuDokuL/tree/main/screenshots) folder.

<img src="https://github.com/GateGuy/SuDokuL/blob/main/screenshots/screenshot-640-480_1.png?raw=true" width="320" height="240"/> <img src="https://github.com/GateGuy/SuDokuL/blob/main/screenshots/screenshot-640-480_2.png?raw=true" width="320" height="240"/> <img src="https://github.com/GateGuy/SuDokuL/blob/main/screenshots/screenshot-640-480_3.png?raw=true" width="320" height="240"/>
<img src="https://github.com/GateGuy/SuDokuL/blob/main/screenshots/screenshot-1920_1080_1.png?raw=true" width="480" height="270"/>

This game was initially designed for 640x480 displays, but it is compatible with any resolution, and higher resolutions will utilize more detailed text and support for smaller background tiles.

<img src="https://github.com/GateGuy/SuDokuL/blob/main/screenshots/screenshot-1920_1080_1.png?raw=true" width="480" height="270"/>
<img src="https://github.com/GateGuy/SuDokuL/blob/main/screenshots/screenshot-640-480_1.png?raw=true" width="320" height="240"/> <img src="https://github.com/GateGuy/SuDokuL/blob/main/screenshots/screenshot-640-480_2.png?raw=true" width="320" height="240"/> <img src="https://github.com/GateGuy/SuDokuL/blob/main/screenshots/screenshot-640-480_3.png?raw=true" width="320" height="240"/>

## How to Compile
(Note: To run any compiled version, you must have the `fonts`, `graphics`, `music`, and `sfx` folders which can be obtained from the latest release.)
Expand Down

0 comments on commit 53851ba

Please sign in to comment.