Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.17 KB

README.md

File metadata and controls

40 lines (33 loc) · 1.17 KB

Solitaire

License: GPL v3

Getting Started

These instructions will get you a copy of the project up and running on your local machine. Remember that this project is still in the early stages of development.

Prerequisites

  • Java 17+
  • Maven 3.8.1+
  • Git 2.34.1+

Installing and running

  • Clone the repository from GitHub:
git clone https://github.com/Achaaab/solitaire.git
  • Compile
cd solitaire
mvn package
  • Run
java -jar target/solitaire-0.0.0.jar

Screenshots

gameplay screenshot

about screenshot

Authors

  • Jonathan Guéhenneux - Programmer - Achaaab

License

This project is licensed under the GNU General Public License (GPL) - see the LICENSE.md for the details.

Acknowledgments