https://github.com/sofyanox12/step-race-game
Weird version of snake and ladder 🏃
https://github.com/sofyanox12/step-race-game
Last synced: 5 months ago
JSON representation
Weird version of snake and ladder 🏃
- Host: GitHub
- URL: https://github.com/sofyanox12/step-race-game
- Owner: sofyanox12
- Created: 2022-05-25T11:31:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T11:59:39.000Z (over 1 year ago)
- Last Synced: 2024-11-26T07:08:45.783Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 11.1 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Step Race 🎲
A game that uses the [Snakes and Ladders](https://en.wikipedia.org/wiki/Snakes_and_ladders) mechanism where your player **rolls the dice to step forward** until reaches the 50th tile.
The only difference is that the layout of this game uses horizontal planes, traps, and some powerups rather than snakes and ladders for random tile events.
## Preview
[](https://nodesource.com/products/nsolid)
Features :
- Dice movement-based game.
- Traps, Power-ups, and Object tiles are randomized.
- There are 3 kinds of Power-UPs with each having their unique ability.
- Animated characters.
- Some bugs that we don't have time to fix it.
## How to play
1. Download the `.exe` file in the [Releases](https://github.com/sofyanox12/step-race-game/releases) section (don't worry it's not a virus :P).
2. Start the game.
3. Select your character and the Bot character.
4. Enjoy!
## Author(s)
- [sofyanox12](https://github.com/sofyanox12)
- [chindyfebryan](https://github.com/chindyfebryan)
## Misc
The layer uses Java FX which gives us a lot of UI options to use.
The Engine is made using a thread that is integrated into Java FX (which needs to override the limitation of non-Java FX
libraries usage).
[](https://nodesource.com/products/nsolid)