An open API service indexing awesome lists of open source software.

https://github.com/tom-the-bomb/number-slider

Final project for ICS3U1 class - A java GUI number slider game
https://github.com/tom-the-bomb/number-slider

gui java number-slider

Last synced: 11 months ago
JSON representation

Final project for ICS3U1 class - A java GUI number slider game

Awesome Lists containing this project

README

          

# Java Game

My game for my computer science class culminating project.

## Number Slider

Made with `Java` and `Swing`

Based off of the popular logic puzzle:
Example seen [here](https://www.artbylogic.com/puzzles/numSlider/numberShuffle.htm)

:star: The goal of the game is to slide all the numbers into ascending order.

## How to run

- Ensure `java` is installed
- Inside the project directory, run `$ java -cp bin App`