www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Any GPL video games in D2

reply "Binarydepth" <binarydepth gmail.com> writes:
I would like to show D in "action" to other programmers/students.

Anyone knows of a Video Game coded in D2 ?

Thank you
Jun 25 2014
next sibling parent reply Leandro Motta Barros via Digitalmars-d-learn writes:
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
Jun 25 2014
parent "Binarydepth" <binarydepth gmail.com> writes:
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.
Jun 25 2014
prev sibling parent reply "Namespace" <rswhite4 googlemail.com> writes:
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
Jun 25 2014
parent reply "Binarydepth" <binarydepth gmail.com> writes:
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 :)
Jun 25 2014
parent "Namespace" <rswhite4 googlemail.com> writes:
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). :)
Jun 25 2014