Is this repo useful? Please ⭑Star this repository and share the love.
It's a simple 2D Game base on Javax.Swing
implemented in Scala.
The goal in the game is dodge the clouds
that are getting faster during 5 minutes.
All Sprites has been implemented using piskelapp webpage.
During the time we play the level, we can obtain some power up potions to improve the gameplay of the game temporally.
Clone the repo, and run Main
class
- In normal
bird
state, we only need to pressspace
to fly, and try to dodge theclouds
^ Space
- We can use some
powerUp
potions to extend the keyboard, and being able to moveUp
andDown
during 30 seconds. Our bird it will turn intoSuper Bird
mode in purple color.
^ Key Up v Key Down