Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1.22 KB

TODO.md

File metadata and controls

51 lines (41 loc) · 1.22 KB

color-switch-java

Members:

  • Ananya Lohani, 2019018
  • Mihir Chaturvedi, 2019061

Instructions

This project uses Gradle to build the files, create executables and run the compiled code. It must be installed on your system.

To install Gradle, please see gradle.org/install.

For development:

  • Run: gradle run
  • Build (normal JAR): gradle build
  • Clean: gradle clean

The JAR files can be found in app/build/libs/ directory.

TODO

  • Add collision detections
    • w/ obstacles
    • w/ stars
    • w/ color changer
  • obstacles pause on pause menu (and timertask)
  • restart game with stars minus
  • increase difficulty
  • pause game hotkey !!
  • dynamically add new objects
    • stars
    • obstacles
    • color changer
  • update score
  • implement serializable
    • ColorSwitch
    • saved games
  • restoring game
    • restore ball color
    • restore star value (??)
    • position ball
    • position obstacles more precisely
    • remove stars/colorchangers
    • keep starCount/prevStarValue
  • statistics !!
  • help scene !!
  • settings scene !!
    • turn music on/off
  • adding music/sound (that old banger) !!