BojanSof / 24-Points-Card-Game

Recreation of the 24 Game with solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

24 Points card game

24 Points card game

24 Points card game is recreation of the 24 Game, fully playable, also including solution finder, which can find all of the solutions for the given cards. How to play menu is also included.

Getting Started

The game is created in Java (using JDK 11) with the JavaFX (version 11) platform. The project was created in Eclipse IDE with maven support (m2eclipse plugin), so it can be imported in Eclipse or it can be build driectly using maven. I tested the project on Windows 10 and Ubuntu.

Prerequisites

Maven
JDK 11 or greater
JavaFX 11 or greater

Building

Clone the repository

git clone https://github.com/BojanSof/24-Points-Card-Game

Build the project using Maven

mvn clean
mvn package

24PointCardGame-0.0.1-SNAPSHOT.jar file will be created under target folder

Running the program

The program can be executed with double click on the 24PointCardGame-0.0.1-SNAPSHOT.jar file, or using terminal:

java -jar 24PointCardGame-0.0.1-SNAPSHOT.jar

About

Recreation of the 24 Game with solver

License:MIT License


Languages

Language:Java 100.0%