https://github.com/newlandtv/sudoku
A simple sudoku game.
https://github.com/newlandtv/sudoku
c sudoku sudoku-game
Last synced: over 1 year ago
JSON representation
A simple sudoku game.
- Host: GitHub
- URL: https://github.com/newlandtv/sudoku
- Owner: NewLandTV
- Created: 2022-09-04T00:56:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-24T10:38:58.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T13:38:27.940Z (over 1 year ago)
- Topics: c, sudoku, sudoku-game
- Language: C
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Sudoku**
**HOW TO PLAY**
---
**Steps**
+ Step 1. Execute Sudoku.exe file or compile and run Sudoku.c.
+ Move answer.sudk file and board.sudk file to C:\\NewLand\\Sudoku path.
+ Run Sudoku.exe and play.
---
# **Manual**
| Key | Description |
| --- | --- |
| ↑ | Moves the cursor on the left up. |
| ← | Move the upper cursor to the left. |
| ↓ | Moves the left cursor down. |
| → | Move the upper cursor to the right. |
| 1 ~ 9 | Draws that number in the space where the current cursor overlaps. |
| Backspace | Clears the number of spaces where the current cursor overlaps. |
---

# **Links(링크)**
* [JkhTV YouTube(장경혁tv)](https://www.youtube.com/@NewLand2019-JkhTV)
* [NewLand Cafe(New랜드 카페)](https://cafe.naver.com/2019newland)
* [NewLand Discord(New랜드 디스코드)](https://discord.gg/2J646MaZGA)
* [JkhTV Tistory(장경혁tv의 티스토리)](https://jkhtv.tistory.com)