Skip to content
/ set Public

A playable RESTful implementation of the Set game using Spring and Gradle

Notifications You must be signed in to change notification settings

buchacher/set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESTful Set Game

The aim was to develop a working implementation of the Set game, a logic puzzle. The system comprises a server back end that provides a RESTful API and a front end that allows users to play the game.

Screen

IntelliJ Running Instructions

Add the following arguments to the VM options of your IDE to run the client side of the game:

--module-path /path/to/project/set/javafx-sdk-15.0.1/lib/ --add-modules javafx.controls,javafx.media,javafx.fxml

Make sure to replace the /path/to/project/ with the actual path on your local machine.

Select and run Server configuration:

Server

Select and run Client configuration:

Client

Non-Standard Dependencies

  • JavaFX: An open source, next generation client application platform for desktop, mobile and embedded systems built on Java
  • AnimateFX: A library of ready-to-use animations for JavaFX

Shared with the kind permission of collaborators AK and RK.

About

A playable RESTful implementation of the Set game using Spring and Gradle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages