www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - I won a school game-creation competition!

reply "Vladde Nordholm" <v vladde.net> writes:
So hey everyone! I am very happy to say that I won a 
game-creation contest, called "LBS Game Awards 2015", where I 
entered with my console game DRPG, which is written in D. I 
didn't win the best game, but I won the "best newcomer"-award!

I am really grateful to all of you who have helped me with the 
struggles during development. With out you, the D community, I am 
almost certain the game wouldn't be what it is today! Chatting 
with the the people on #d has really been amazing, and again, I'm 
very happy that the whole community is as friendly as it is!

Just some shoutouts to people who really have helped me a lot: 
Adam D. Ruppe, Danol, ketmar, jA_cOp, CyberShadow. You have 
always helped me when I needed it. Thank you :)
May 30 2015
next sibling parent "Marcin Szymczak" <m_szymczak o2.pl> writes:
That is great news! Congratulations on your project. That must 
have been a good learning practice, while demonstrating D 
language to other people.
May 30 2015
prev sibling next sibling parent reply "extrawurst" <stephan extrawurst.org> writes:
On Saturday, 30 May 2015 at 14:48:53 UTC, Vladde Nordholm wrote:
 So hey everyone! I am very happy to say that I won a 
 game-creation contest, called "LBS Game Awards 2015", where I 
 entered with my console game DRPG, which is written in D. I 
 didn't win the best game, but I won the "best newcomer"-award!

 I am really grateful to all of you who have helped me with the 
 struggles during development. With out you, the D community, I 
 am almost certain the game wouldn't be what it is today! 
 Chatting with the the people on #d has really been amazing, and 
 again, I'm very happy that the whole community is as friendly 
 as it is!

 Just some shoutouts to people who really have helped me a lot: 
 Adam D. Ruppe, Danol, ketmar, jA_cOp, CyberShadow. You have 
 always helped me when I needed it. Thank you :)
here is the link i suppose: http://lbsgameawards.se/project.php?id=208
May 30 2015
parent reply "Dennis Ritchie" <dennis.ritchie mail.ru> writes:
On Saturday, 30 May 2015 at 20:42:14 UTC, extrawurst wrote:
 On Saturday, 30 May 2015 at 14:48:53 UTC, Vladde Nordholm wrote:
 So hey everyone! I am very happy to say that I won a 
 game-creation contest, called "LBS Game Awards 2015", where I 
 entered with my console game DRPG, which is written in D. I 
 didn't win the best game, but I won the "best newcomer"-award!

 I am really grateful to all of you who have helped me with the 
 struggles during development. With out you, the D community, I 
 am almost certain the game wouldn't be what it is today! 
 Chatting with the the people on #d has really been amazing, 
 and again, I'm very happy that the whole community is as 
 friendly as it is!

 Just some shoutouts to people who really have helped me a lot: 
 Adam D. Ruppe, Danol, ketmar, jA_cOp, CyberShadow. You have 
 always helped me when I needed it. Thank you :)
here is the link i suppose: http://lbsgameawards.se/project.php?id=208
The game starts normally but when I press 'S', then the game shuts down. What am I doing wrong?
May 30 2015
parent "Vladimir Panteleev" <vladimir thecybershadow.net> writes:
On Saturday, 30 May 2015 at 20:53:29 UTC, Dennis Ritchie wrote:
 On Saturday, 30 May 2015 at 20:42:14 UTC, extrawurst wrote:
 here is the link i suppose: 
 http://lbsgameawards.se/project.php?id=208
The game starts normally but when I press 'S', then the game shuts down. What am I doing wrong?
I saw the same problem (access violation), but it doesn't occur if I rebuild it from source.
May 30 2015
prev sibling next sibling parent Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
On 5/30/15 7:48 AM, Vladde Nordholm wrote:
 So hey everyone! I am very happy to say that I won a game-creation
 contest, called "LBS Game Awards 2015", where I entered with my console
 game DRPG, which is written in D. I didn't win the best game, but I won
 the "best newcomer"-award!

 I am really grateful to all of you who have helped me with the struggles
 during development. With out you, the D community, I am almost certain
 the game wouldn't be what it is today! Chatting with the the people on
 #d has really been amazing, and again, I'm very happy that the whole
 community is as friendly as it is!

 Just some shoutouts to people who really have helped me a lot: Adam D.
 Ruppe, Danol, ketmar, jA_cOp, CyberShadow. You have always helped me
 when I needed it. Thank you :)
Congratulations! -- Andrei
May 30 2015
prev sibling parent "Vladde Nordholm" <v vladde.net> writes:
Quick note to Dennis and Vladimir: There was something wrong with 
the file, but it's fixed now. I should've tested it before I 
uploaded that version :P

Now my current goal is to make this work properly on Linux, since 
I know there are some problems.

The "official" page for DRPG is at http://vladde.net/drpg , for 
anyone wondering :)

And again, thanks to all of you!
May 31 2015