Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
General
»
SFML projects
»
Wallbreaker (Arkanoid clone)
Print
Pages: [
1
]
Author
Topic: Wallbreaker (Arkanoid clone) (Read 4030 times)
0 Members and 1 Guest are viewing this topic.
Haze
Full Member
Posts: 201
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
Logged
»
CosmoScroll - Spaceshooter game
»
Wallbreaker - Arkanoid/Breakout clone
eXpl0it3r
SFML Team
Hero Member
Posts: 11030
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.
Logged
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
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!
By the way, I found a bug: When move the window while playing in stage, the game freezes.
Logged
Print
Pages: [
1
]
SFML community forums
»
General
»
SFML projects
»
Wallbreaker (Arkanoid clone)