Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1018 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 1018 Bytes

FlyPaul

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.

My image

Icons

During the time we play the level, we can obtain some power up potions to improve the gameplay of the game temporally.

My image

How to Play

Clone the repo, and run Main class

Keyboard

  • In normal bird state, we only need to press space to fly, and try to dodge the clouds

^ Space

  • We can use some powerUp potions to extend the keyboard, and being able to move Up and Down during 30 seconds. Our bird it will turn into Super Bird mode in purple color.

^ Key Up v Key Down

My image