Re: Any GPL video games in D2

2014-06-25 Thread Leandro Motta Barros via Digitalmars-d-learn
Hi,

Some time ago I wrote this Tetris-like game:
https://bitbucket.org/lmb/anytris (also on GitHub:
https://github.com/lmbarros/Anytris)

Nothing fancy. I am sure there are better examples out there. And maybe
this is not the best code to show to students ;-)

Also, license is ZLib -- I assume it will be good for your purposes.

LMB



On Wed, Jun 25, 2014 at 11:24 AM, Binarydepth via Digitalmars-d-learn 
digitalmars-d-learn@puremagic.com wrote:

 I would like to show D in action to other programmers/students.

 Anyone knows of a Video Game coded in D2 ?

 Thank you



Re: Any GPL video games in D2

2014-06-25 Thread Namespace via Digitalmars-d-learn

On Wednesday, 25 June 2014 at 14:24:11 UTC, Binarydepth wrote:
I would like to show D in action to other 
programmers/students.


Anyone knows of a Video Game coded in D2 ?

Thank you


Here are two:
http://dgame-dev.de/?page=show


Re: Any GPL video games in D2

2014-06-25 Thread Binarydepth via Digitalmars-d-learn
On Wednesday, 25 June 2014 at 15:35:25 UTC, Leandro Motta Barros 
via Digitalmars-d-learn wrote:

Hi,

Some time ago I wrote this Tetris-like game:
https://bitbucket.org/lmb/anytris (also on GitHub:
https://github.com/lmbarros/Anytris)

Nothing fancy. I am sure there are better examples out there. 
And maybe

this is not the best code to show to students ;-)

Also, license is ZLib -- I assume it will be good for your 
purposes.


LMB



On Wed, Jun 25, 2014 at 11:24 AM, Binarydepth via 
Digitalmars-d-learn 

digitalmars-d-learn@puremagic.com wrote:

I would like to show D in action to other 
programmers/students.


Anyone knows of a Video Game coded in D2 ?

Thank you


Thank you. Very appreciated. I  will check it.


Re: Any GPL video games in D2

2014-06-25 Thread Binarydepth via Digitalmars-d-learn

On Wednesday, 25 June 2014 at 16:37:13 UTC, Namespace wrote:

On Wednesday, 25 June 2014 at 14:24:11 UTC, Binarydepth wrote:
I would like to show D in action to other 
programmers/students.


Anyone knows of a Video Game coded in D2 ?

Thank you


Here are two:
http://dgame-dev.de/?page=show


That's great.They are using Derelict3 and SDL. It's in very good 
shape for what I want to do :)


Re: Any GPL video games in D2

2014-06-25 Thread Namespace via Digitalmars-d-learn

On Wednesday, 25 June 2014 at 21:12:23 UTC, Binarydepth wrote:

On Wednesday, 25 June 2014 at 16:37:13 UTC, Namespace wrote:

On Wednesday, 25 June 2014 at 14:24:11 UTC, Binarydepth wrote:
I would like to show D in action to other 
programmers/students.


Anyone knows of a Video Game coded in D2 ?

Thank you


Here are two:
http://dgame-dev.de/?page=show


That's great.They are using Derelict3 and SDL. It's in very 
good shape for what I want to do :)


Actually, they use Dgame. Dgame however used Derelict3 (SDL  
OpenGL). :)