Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Wallbreaker (Arkanoid clone)  (Read 3050 times)

0 Members and 1 Guest are viewing this topic.

Haze

  • Full Member
  • ***
  • Posts: 201
    • View Profile
    • Github Profile
Wallbreaker (Arkanoid clone)
« on: October 28, 2019, 01:14:12 pm »
Hi,

This is Wallbreaker, a clone of the old classic Arkanoid/Breakout games.



There are various power-ups and you can create/edit your own levels with the built-in editor.



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

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
Re: Wallbreaker (Arkanoid clone)
« Reply #1 on: October 29, 2019, 01:15:57 am »
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.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Naofu

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: Wallbreaker (Arkanoid clone)
« Reply #2 on: October 31, 2019, 08:48:57 am »
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.

 

anything