https://github.com/szymonrucinski/sudoku
Senpai. try my fantastic puzzle game!
https://github.com/szymonrucinski/sudoku
Last synced: 3 months ago
JSON representation
Senpai. try my fantastic puzzle game!
- Host: GitHub
- URL: https://github.com/szymonrucinski/sudoku
- Owner: szymonrucinski
- Created: 2019-03-13T22:11:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T20:11:48.000Z (about 2 years ago)
- Last Synced: 2025-01-08T21:22:12.819Z (5 months ago)
- Language: Java
- Homepage:
- Size: 119 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
This project is a Sudoku (数独 sūdoku, digit-single) game written in Java. It's gui was developed using JavaFX library.
Sudoku is typical Sudoku puzzle, with nine rows and nine columns that intersect at square spaces. Some of the cells are filled with a number others are blank cells to be solved.
![]()
![]()
## Getting Started
Simply download this repository and compile Game in order to run it.
Game had been created as project for component programming by Szymon Ruciński an Information Technology student.
This is my first ever game/program with a Graphical User interface.## Installing
Simply copy these commands in order to clone repository.
```
$ git clone https://github.com/szymonrucinski/Sudoku.git
```## How to play?
Download latest release for Mac or Windows from [release page](https://github.com/szymonrucinski/Sudoku/releases).
| Windows | [v.1.0-win](https://github.com/szymonrucinski/Sudoku/releases/download/v.1.0-win/Sudoku-1.0-win.zip) | run Sudoku.bat |
|--------- |--- |--- |
| MacOs | [v.1.0-win](https://github.com/szymonrucinski/Sudoku/releases/download/v.1.0-mac/Sudoku-v1.0-mac.zip) | run Sudoku.sh |## Built With
* [Maven](https://maven.apache.org/) - Dependency Management
* [JavaFX](https://openjfx.io/) - GUI Library## Authors
* **Szymon Ruciński** - *Whole work* - [Szymon Ruciński](https://github.com/szymonrucinski)