Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.52 KB

README.md

File metadata and controls

52 lines (32 loc) · 1.52 KB

Color-Switch-Game

cs_logo_text_dk

A game made in Javafx that includes animation, background music, and view leaderboards. To keep the game alive, a player has to move the ball up/down by pressing the up/down arrow so that the ball only touches different rotating obstacles with the same color. ..

Features to be added later:


  1. Multiplayer mode.
  2. Save previous state of a game.

Steps

1. Run Main.java
2. Press Play button to start the game.
3. Press Up/Down key to move ball.
4. Score will only increased if white ball touches other obstacles that have same white color.
4. Pause button used to pause the game.
5. Save button also given to save highest score achieved by any individual.
6. Press exit button to close the game.

Sample Video:


Sample.mp4

Animation 1:


Animation1

Animation 2:


Animation2

Animation 3:


Animation3

Contributors