Skip to content

abecirovic3/Jumpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Jumpy

Jumpy is a simple puzzle game based on the game Skocko which is part of the game Slagalica

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact
  6. Credits

About The Project

Screenshot

When I was in highschool my friends and I used to play Slagalica all the time, and to me the mini-game Skocko was the best part of it. So I decided to make my version of the game Skocko and here it is. Since the game is already available on mobile and web, I made a desktop version.

Built With

Technologies used:

  • JavaFX
  • CSS

Getting Started

To play the game follow these steps.

Prerequisites

  1. First you need to install java version 11 or later. Download JDK 11 here.
  2. Download JavaFX here.

Installation

  1. Go to Releases
  2. Download the latest released Jumpy.jar file.
  3. Open up terminal and change directory to where you've downloaded the Jumpy.jar file. For example:
    cd C:\Users\UserName\Downloads
  4. Run the folowing command
    java --module-path %PATH-TO-JAVAFX-LIB% --add-modules javafx.controls,javafx.fxml -jar Jumpy.jar
    Change %PATH-TO-JAVAFX-LIB% to the path of the lib directory in the javafx-sdk directory which you've downloaded earlier. For example:
    java --module-path C:\Users\UserName\Downloads\javafx-sdk-11.0.2\lib --add-modules javafx.controls,javafx.fxml -jar Jumpy.jar

Contributing

Feel free to contribute as much as you like. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the GNU General Public License, version 3. See LICENSE for more information.

Contact

Ajdin Becirovic - @Ajdin Becirovic - abecirovic3@etf.unsa.ba

Project Link: https://github.com/abecirovic3/Jumpy

Credits