Thread overview
Any GPL video games in D2
Jun 25, 2014
Binarydepth
Jun 25, 2014
Binarydepth
Jun 25, 2014
Namespace
Jun 25, 2014
Binarydepth
Jun 25, 2014
Namespace
June 25, 2014
I would like to show D in "action" to other programmers/students.

Anyone knows of a Video Game coded in D2 ?

Thank you
June 25, 2014
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
>


June 25, 2014
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
June 25, 2014
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.
June 25, 2014
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 :)
June 25, 2014
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). :)