Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 380 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 380 Bytes

Brick breaker with Rainbow ball!

A simple Brick Breaker game using Scala and Processing.

demo

Project on Github

Run the game

  • On Windows, open the Terminal inside this project's folder:
gradlew run
  • On Linux, same
./gradlew run