Page 1 of 1

Retropong

PostPosted: 10 Sep 2010, 21:33
by Pix3l
Hello to everybody, i'm new here :]

I want to show you my first game, it's a simple pong clone written in C and SDL.
It use SDLttf for textes and SDLmixer for sounds, the game is avaible from it project page https://sourceforge.net/projects/retropong/.
This game is released as open source under GPL 2.0 license. (change)

Image

Sorry for my bad english, i'm Italian :]

Re: Retropong

PostPosted: 11 Sep 2010, 01:17
by qubodup
Hello,

I haven't tried the game yet, but want to comment about the license (thanks for pointing it out, this project introduction thread is a very good one):
The NonCommercial part of the license makes your game not open source as in the Open Source Initiative's definition. Is you would like to be open source you should pick one of these.
Also: Creative Commons licenses should not be used for software.

You can use the license for audio and graphics ( ;) ), I would encourage something simpler for something that simple :).

What do you have planned next?

Re: Retropong

PostPosted: 11 Sep 2010, 07:56
by Pix3l
Thanks for the issue man, i have changed the license to GPL 2.0 :]

Re: Retropong

PostPosted: 12 Sep 2010, 11:12
by qubodup
Cool!

I wanted to try the game just now, but I don't know what gcc line to use on my Linux system.

Re: Retropong

PostPosted: 24 Sep 2010, 18:39
by Pix3l
qubodup {l Wrote}:Cool!

I wanted to try the game just now, but I don't know what gcc line to use on my Linux system.


It's all included inside source code, look better :]

Re: Retropong

PostPosted: 25 Sep 2010, 15:07
by qubodup
Pix3l {l Wrote}:It's all included inside source code, look better :]

Found it, works now!

Re: Retropong

PostPosted: 26 Nov 2010, 11:45
by Pix3l
I have made two new classic retro games, breakout and tetris. You can get those new games at the same project page!

Enjoy it :]