# New leaderboard on my game Falling Square

## Falling Square v0.3.0

Last week I released a new version of my game [Falling Square](https://play.google.com/store/apps/details?id=fr.emilienleroy.fallingsquare&hl=fr&gl=US&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1&pli=1) which add some new cool features. Falling Square is a simple arcade game where the main goal is to touch squares before they go out of the screen. It currently in development, but you can download the [Android version](https://play.google.com/store/apps/details?id=fr.emilienleroy.fallingsquare&hl=fr&gl=US&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1) to test it. This project is [open source](https://github.com/EmilienLeroy/FallingSquare), you can contribute to it or create your own version of falling square.

## New leaderboard

The main features of this version is the leaderboard. It adds a bit a challenge to the game. This feature use [HighScore](https://github.com/EmilienLeroy/HighScore) (*an open source leaderboard I developed*) to work. Highscore only store your username and your score. It uses a simple session id and a cookie to retrieve your score. No account is needed to send a score. Play to the game to send a score and try to beat the current top score!


![leaderboard.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1669147808883/ukZPvZsIb.png align="center")

## Internationalization
  
The second new feature is the support of two langages: **english** and **french**. If you want add another language feel free to open a pull request.

![languages.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1669148046960/cVCXSA27B.png align="center")

## Better home menu

In the previous version home page contain only a single button. Now in this version menu have been updated and you can easily access to the option view or the information view. I also add some pretty falling squares to the background of the home view.


![home.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1669148268477/ZZBYp_LUC.png align="center")

## What's next

If you want to support my work you can donwload Falling Square or leave a star to the github repository of the game. In the next version **visual effect** and **sound effect** will be improved. The github repository https://github.com/EmilienLeroy/FallingSquare.

 <a align="center" href='https://play.google.com/store/apps/details?id=fr.emilienleroy.fallingsquare&hl=fr&gl=US&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img width="100" height="20" alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png'/></a>

Thanks you for reading this article !
