Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Offline Rallfried  
#1 Posted : Tuesday, January 1, 2013 8:45:25 PM(UTC)
Rallfried

Medals: Admin

Joined: 8/21/2011(UTC)
Posts: 36
Location: Hannover

Thanks: 2 times
Post your Submissions here!

For general information about the contest, look here.

You can submit your Game, Code or Tutorial during all of January 2013. The contest will end at January 31 at Midnight CET.

Prices

Every winner in each category gets:

  • Delta Engine Basic+ License for 1 year, value $120
  • $100 Price Money (to your paypal account)
  • Limited Edition Delta Engine Coffee Mug

Wanna join the discussion?! Login to your forum accountregister a new account. Or Connect via Facebook Twitter Google

Offline internetfreak  
#2 Posted : Wednesday, January 23, 2013 10:44:57 PM(UTC)
internetfreak

Joined: 12/19/2011(UTC)
Posts: 529

Thanks: 10 times
Was thanked: 16 time(s) in 15 post(s)
I want to submit something for this month. I just created a little application which could be used as template to start new projects as base of it.
It's a really simple game, it only displays 4 colored rectangles which change their color. The outer two change their color every seconds while the inner two change their color every 1.5 seconds.
I wish I could do more but I didn't have any better idea at the moment. Maybe I'm getting something else and then I hope I can replace my submission but I don't think that I can create something better atm.

Here is the download to the playable game: http://files.internetfre...net/share/SimpleGame.zip
It also contains the source even though this is not required. To successfully compile the source, you need to add the follwing lines to the Color-class in file Color.cs in the offical DeltaEngine solution (I used the latest blocks starter kit which benjamin provided me so if this is already available in a internal version of delta, then my addition isn't required anymore)

Code:

public static Color operator *(Color c, float value)
{
    return new Color(c.R * value, c.G * value, c.B * value);
}


Here is also a screenshot how it looks when you execute the game: UserPostedImage

I hope it's useful in any way and if it's only to see how easy it is to start with delta. Should I not win, it's fine because it was some kind of traning for me and that's the main goal for me, I want to learn to handle the new DE so I can quickly create new stuff^^
Mein Blog: www.internetfreak.net

- Inoffizieller DeltaEngine-Supporter und Tutorialschreiber -
Offline Benjamin  
#3 Posted : Wednesday, January 23, 2013 10:47:55 PM(UTC)
Benjamin

Medals: Admin

Joined: 8/20/2011(UTC)
Posts: 1,421
Location: Hannover

Thanks: 18 times
Was thanked: 97 time(s) in 92 post(s)
Cool, good stuff, I will check it out in detail next week. Maybe you will find the time to update it to the Milestone 2 release, which is coming this week.

Also a small tutorial would be great and some experience stories on using the early Delta Engine as one of the earliest committers :)
Offline internetfreak  
#4 Posted : Wednesday, January 23, 2013 10:59:12 PM(UTC)
internetfreak

Joined: 12/19/2011(UTC)
Posts: 529

Thanks: 10 times
Was thanked: 16 time(s) in 15 post(s)
If it's necessary, I will update my submission for the upcoming MS2 release but I don't think that I have to change something beside the assemblies (the references in my solution are hardcoded, that means they work only with my folder structure because I didn't create a environment variable for the path of the DE assemblies)
We'll see when it's time.

Of course I can write a small tutorial (I already planned to do some like I already did in the old v0.9.5.x times ;) ), just wait and I will come up with something.
A quick experience report is also not really difficult so I will write one.
Mein Blog: www.internetfreak.net

- Inoffizieller DeltaEngine-Supporter und Tutorialschreiber -
Offline Rallfried  
#5 Posted : Friday, February 1, 2013 2:20:21 PM(UTC)
Rallfried

Medals: Admin

Joined: 8/21/2011(UTC)
Posts: 36
Location: Hannover

Thanks: 2 times
Congratulations, internetfreak!

You are the winner of the January 2013 contest.

Have fun with your prices:

  • Delta Engine Basic+ License for 1 year, value $120
  • $100 Price Money (to your paypal account)
  • Limited Edition Delta Engine Coffee Mug

Offline internetfreak  
#6 Posted : Friday, February 1, 2013 2:26:20 PM(UTC)
internetfreak

Joined: 12/19/2011(UTC)
Posts: 529

Thanks: 10 times
Was thanked: 16 time(s) in 15 post(s)
Wow, that's cool. What should I do now to receive my prices? I hope that Delta grows and I can have a fair battle next year (because now I'm not allowed to submit anything for 12 months :( ).
Anyway, I will always support delta even without the contest
Mein Blog: www.internetfreak.net

- Inoffizieller DeltaEngine-Supporter und Tutorialschreiber -
Rss Feed  Atom Feed
Users browsing this topic
OceanSpiders 2.0
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2023, Yet Another Forum.NET
This page was generated in 0.070 seconds.