Pong Breaker by alliel_a
Pong Breaker is a compilation of the famous Pong and BrickBreaker games.
In Pong breaker you should try to break the wall without losing the ball.
Several difficulties are availables and a Survival Mode where the objectif is to have the biggest score.
SDL lib is needed to run the game.
In Pong breaker you should try to break the wall without losing the ball.
Several difficulties are availables and a Survival Mode where the objectif is to have the biggest score.
SDL lib is needed to run the game.
| Linux | http://www.mediafire.com/download/49h029pxcncc7cw/PongBreaker |
| Original URL | https://ludumdare.com/compo/ludum-dare-34/?action=preview&uid=65908 |
Ratings
| Coolness | 68% | 3 |
| Overall(Jam) | 2.91 | 864 |
| Fun(Jam) | 2.97 | 665 |
| Innovation(Jam) | 2.69 | 805 |
| Theme(Jam) | 3.29 | 810 |
Vous devriez tenter de porter votre jeu sous Windows vite, avant que la période de vote ne se termine. Il y a peu de gens sous Linux.
Utilisez CodeBlock ou Cygwin (Ca marche bien avec SDL) pour ça, vous devriez y arriver rapidement.
Sinon, vous savez déjà ce que je pense de votre jeu. ;)
#0 0x00007ffff771bfca in TTF_SizeUNICODE ()
from /usr/lib/x86_64-linux-gnu/libSDL_ttf-2.0.so.0
#1 0x00007ffff771c3e4 in TTF_RenderUNICODE_Solid ()
from /usr/lib/x86_64-linux-gnu/libSDL_ttf-2.0.so.0
#2 0x00007ffff771c80a in TTF_RenderText_Solid ()
from /usr/lib/x86_64-linux-gnu/libSDL_ttf-2.0.so.0
#3 0x00000000004012d4 in main () at pong.c:130
So, if you wish to work around the crash, you need to create a "Fonts" directory in the current directory, and put a TrueType font (any font will do) in there called "DS-DIGI.TTF". Be careful, case matters.
Apart from that, it’s a pong/breakout style game, where the ball becomes faster each time it hits the wall. I don’t know whether the wall eventually breaks and leads to another level or something, because I didn’t manage to get beyond 7 hits.
You get points from me for finishing something and for sticking to the theme, but next time, try to be here to help people who have trouble running the entry, or at least please provide the source code!
btw, the game run in a raspberry pi 2 ^^
:(
How can I fix this to give your game a try? T.T