A revamped game replica made by Divyansh Rastogi & Rupanshu Yadav
๐ Implementation Description /
Game Objective /
How To Run? /
In-Game Snapshots /
Bonus Features
For a further detailed overview, refer here ๐
The UI/UX for the game is designed with JavaFX.
Implemented our own game-engine in JavaFx on bare canvas with
optimized game-play physics offering ultra smooth rendering.
Utilized FXML and JavaFx CSS to tailor a receptive game interface designed on Scene Builder.
Learn more here โ
Encounter and pave your way through a variety of unique & challenging tri/quad-colored obstacles!
All seems fun & enticing but this may very well change when you escort a colored ball through these shapes!
Keep bouncing, have fun and good luck!
Current steps are supported on IntelliJ IDEA โ
โ JDK 11 or higher โ | โ download
โ JavaFX 11.0.1 or higher โ | โ download
โ Git โ | โ download
โ Install IntelliJ IDEA and follow basic setup guidelines
โ Open a new project from existing source, use
https://github.com/Team-60/ColorSwitch.git
as project source.
โ Set up project libraries for JavaFX
โ โ Go to
File > Project Structure > Project Settings > Libraries
โ โ Select
add a new Java library (+ icon) > select path to your JavaFx > "lib" folder
โ Adding VM options for run configurations
โ โ Go under
Run > Edit Configurations
โ โ Add the following under VM Options
โ โ โ -ea --module-path "$JAVAFX_LIB_PATH" --add-modules javafx.controls,javafx.fxml,javafx.media
โ Build the project ๐จ
โ Go to
src/gameEngine/App.java
, select the file and press right click > run