basic README
All checks were successful
Linux arm64 / Build (push) Successful in 42s

This commit is contained in:
2025-01-29 12:18:33 +01:00
parent 89653f8517
commit cd81334c95

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
# Sudoku 🧩
## Features 🌟
- Graphical User Interface (GUI)
- Sudoku saves
- Multiplayer
## Develop 🤓
### Run 🏃
```sh
./gradlew run
```
### Run tests 🧐
```sh
./gradlew test
```