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
- Host: GitHub
- URL: https://github.com/tom-the-bomb/number-slider
- Owner: Tom-the-Bomb
- License: mit
- Created: 2024-01-08T04:11:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T03:40:25.000Z (about 2 years ago)
- Last Synced: 2025-04-09T21:40:59.136Z (over 1 year ago)
- Topics: gui, java, number-slider
- Language: Java
- Homepage:
- Size: 1.28 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`