Salut les Tek. 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
I managed to run this one, but it took some debugging. I’m pretty sure I’m among the only ones who did!
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!
Comments26
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