Skip to content

A simple Sudoku game built using Java and javax.swing. The purpose of this project is just to learn more about Java and its capabilities.

License

Notifications You must be signed in to change notification settings

wesley-archives/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku

A simple Sudoku game built using Java and javax.swing. The purpose of this project is just to learn more about Java and its capabilities.

Table of Contents

Features

  • New Game
  • Verify Solution
  • Get Hints
  • Solver ...

Get Started

Prerequisites

  • Java 17+
  • Maven

Running the project

  1. Clone the repository
git clone https://github.com/wesleybertipaglia/sudoku.git
  1. Navigate to the project directory
cd sudoku
  1. Build the project
mvn clean install
  1. Run the app
mvn exec:java -Dexec.mainClass="com.wesleybertipaglia.Main"

Contributing

Contributions are welcome! If you have any suggestions or improvements, please open an issue or a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

A simple Sudoku game built using Java and javax.swing. The purpose of this project is just to learn more about Java and its capabilities.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages