Jumpy is a simple puzzle game based on the game Skocko which is part of the game Slagalica
Table of Contents
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.
Technologies used:
- JavaFX
- CSS
To play the game follow these steps.
- Go to Releases
- Download the latest released Jumpy.jar file.
- Open up terminal and change directory to where you've downloaded the Jumpy.jar file. For example:
cd C:\Users\UserName\Downloads
- Run the folowing command
Change
java --module-path %PATH-TO-JAVAFX-LIB% --add-modules javafx.controls,javafx.fxml -jar Jumpy.jar
%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
Feel free to contribute as much as you like. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU General Public License, version 3. See LICENSE
for more information.
Ajdin Becirovic - @Ajdin Becirovic - abecirovic3@etf.unsa.ba
Project Link: https://github.com/abecirovic3/Jumpy