https://github.com/michelenatale/games
The first classic strategy game I would like to publish here is Sudoku or XSudoku.
https://github.com/michelenatale/games
strategy-game sudoku sudoku-generator sudoku-puzzle sudoku-solver xsudoku
Last synced: 2 months ago
JSON representation
The first classic strategy game I would like to publish here is Sudoku or XSudoku.
- Host: GitHub
- URL: https://github.com/michelenatale/games
- Owner: michelenatale
- License: gpl-3.0
- Created: 2024-06-17T16:12:00.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-21T23:02:24.000Z (2 months ago)
- Last Synced: 2025-02-21T23:47:18.722Z (2 months ago)
- Topics: strategy-game, sudoku, sudoku-generator, sudoku-puzzle, sudoku-solver, xsudoku
- Language: C#
- Homepage:
- Size: 74.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Games
## LittleGame
**A little game, if you please.**

https://github.com/michelenatale/Games/tree/main/LittleGame
## Sudoku
The first classic strategy game I would like to publish here is Sudoku or XSudoku.
In classic Sudoku, the aim is to fill a 9 × 9 grid with digits so that each column, each row and each of the nine 3 × 3 sub-grids that make up the grid contains all the digits from 1 to 9.
https://github.com/michelenatale/Games/tree/main/Strategic/Sudoku