flightcrank / pong

The classic pong game. Coded in C using SDL for graphics
88 stars 39 forks source link

License #3

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi,

I'm interested in using this code for the libretro/RetroArch project and maybe elsewhere. I didn't see a license specified, but I noticed an old (closed) issue where you gave permission to someone else to use it.

Would you be ok with letting me/us use it as well? Thanks

flightcrank commented 5 years ago

sure thing you can use it. But from memory there are issues. it was simply an exercise in programming and to familiarise myself with the old SDL library.

maybe ill update it in the near future. As its as simple as it gets really.

flightcrank commented 5 years ago

well I just updated this to work with SDL2 so should run on any modern system. The game does end i was wrong about that, its first to 10 points. The ai is a little rough but the ball will not get caught like i thought. Its been 7 years since i looked at the code so my memory was foggy.

oh it also now supports fullscreen mode with the "-f" command line argument.

enjoy