SFML community forums
General => SFML projects => Topic started by: Haze on October 28, 2019, 01:14:12 pm
-
Hi,
This is Wallbreaker, a clone of the old classic Arkanoid/Breakout games.
(https://raw.githubusercontent.com/abodelot/wallbreaker/master/screenshots/game.png)
There are various power-ups and you can create/edit your own levels with the built-in editor.
(https://raw.githubusercontent.com/abodelot/wallbreaker/master/screenshots/editor.png)
This is a very simple game, but it's quite complete. I just wanted a small project that I could actually finish to play with the SFML API. You can found:
- a particle system
- animations (move, zoom, and fade effects)
- a custom GUI module
- bitmap fonts
- state management
Some people might be interested in that so I decided to properly release it. Feel free to have a look!
Windows release: https://github.com/abodelot/wallbreaker/releases/download/v0.3/wallbreaker_0.3-windows.zip
Github project: https://github.com/abodelot/wallbreaker
-
It looks awesome! :)
Also nicely cleaned up code. Need to dig a bit deeper, but this might be a nice code base for people to take some inspiration on.
-
Cool! And the code is really helpful to me. Nice work! :D
By the way, I found a bug: When move the window while playing in stage, the game freezes.