Delta Engine
»
General
»
Showcase
»
Monthly Contest: April 2013
Medals:  Joined: 8/21/2011(UTC) Posts: 36 Location: Hannover
Thanks: 2 times
|
Time for another contest. Post your Submissions here!For general information about the contest, look here. You can submit your Game, Code or Tutorial during all of April 2013. The contest will end at April 30 at Midnight CET. PrizesEvery 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
Edited by user Wednesday, April 3, 2013 9:46:51 AM(UTC)
| Reason: Not specified
|
|
|
|
Medals:  Joined: 8/20/2011(UTC) Posts: 1,421 Location: Hannover
Thanks: 18 times Was thanked: 97 time(s) in 92 post(s)
|
Cool, another contest. Should be much easier to use one of our sample games now and create something cool now
|
|
|
|
Joined: 9/6/2012(UTC) Posts: 32
Thanks: 3 times Was thanked: 1 time(s) in 1 post(s)
|
Good news, I'll get back to the project.
|
|
|
|
Joined: 12/19/2011(UTC) Posts: 529
Thanks: 10 times Was thanked: 16 time(s) in 15 post(s)
|
Yay, a new contest. Too bad that I'm not able to enter this contest, I'm still restricted with the 12-month-contest-ban :( Maybe the rules could be altered so everyone can enter but one could only win once in 12 months? Or maybe we can still enter and win but only get a small prize then. I'm sure it would be cool to do that so we have some kind of competition :) |
|
|
|
|
Medals:  Joined: 8/20/2011(UTC) Posts: 1,421 Location: Hannover
Thanks: 18 times Was thanked: 97 time(s) in 92 post(s)
|
Just join the contest and have fun. We might change the rules in the upcoming months, but not now.
|
|
|
|
Joined: 12/19/2011(UTC) Posts: 529
Thanks: 10 times Was thanked: 16 time(s) in 15 post(s)
|
Ok thanks for the answer, I'll now have to code something to enter the contest :) |
|
|
|
|
Joined: 3/1/2012(UTC) Posts: 4 Location: Russia
|
Hi, I made the classic snake game. Download binaries&sources 
|
|
|
|
Joined: 3/18/2013(UTC) Posts: 29
Thanks: 5 times
|
Thanks for the example... I'm working on a little game too.
|
|
|
|
Medals:  Joined: 8/20/2011(UTC) Posts: 1,421 Location: Hannover
Thanks: 18 times Was thanked: 97 time(s) in 92 post(s)
|
Originally Posted by: Ekzo  Hi, I made the classic snake game. Cool stuff, can we include it in the next Delta Engine release?
|
|
|
|
Joined: 3/1/2012(UTC) Posts: 4 Location: Russia
|
Originally Posted by: Benjamin Nitschke  Cool stuff, can we include it in the next Delta Engine release? Yes, of course.
|
|
|
|
Joined: 9/6/2012(UTC) Posts: 32
Thanks: 3 times Was thanked: 1 time(s) in 1 post(s)
|
Category: Code Link: http://sdrv.ms/11LWb0BDescription: This is a particle system, it's still in very early beta state. Initializers and modifiers based on: http://flintsilverlight.codeplex.com/I didn't open the source yet, because refactoring required and a new more efficient emitter. There are lot of garbage now, and a little sluggish over than 4000 particles, what isn't very well. (I don't know why, uses low memory) Instructions: click-click-click Things planned: 1. Effects can be declared in xml file, loaded via Content<T> 2. Triggers 3. Effect editor plugin  
|
|
|
|
Joined: 9/8/2011(UTC) Posts: 2
|
Hey everyone, after hearing your talk at the QuoVadis13 I decided to pick the eninge up again. Here is my entry for the April contest in the game categorie. Title: PakSnackerCategory: Game Link: http://sdrv.ms/11LpMZkDescription:PakSnacker is a Pacman remake where your hungry rolling character yearns for all the tasty DeltaEngine coins. But don´t get snatched by the evil monsters guaring the coins. The game features endless levels, because of its procedural mace generation algorithm. Instructions:Press Space to start a new game. Control the character with the arrow keys, gamepad or touch (only keys tested for now) Things planned:
- Player interaktion feels a bit clumsy now, I will try to make it more fluid
- Do AAAALL the user interfaces. (Text on screen, points, lives and all of this stuff)
- Increase evil AI, to hunt the player
- The dungeon generator produces unreachable tiles sometimes, this needs to be fixed
- Extend the possible geometry generated by the algorithm
- Sounds to make this experience even more live changing
Ingame Video:Youtube Ingame VideoScreenshots:  
|
|
|
|
Joined: 4/26/2013(UTC) Posts: 46
Thanks: 6 times Was thanked: 1 time(s) in 1 post(s)
|
Hola, Here's my entry for the Monthly Contest April 2013 in Code category. It's a Delta Engine version of my Particle Engine, runs pretty nicely now no DE even could be still faster but I suppose it will do:  Here are binaries (Windows version): http://www.codesmith.fi/...p?attredirects=0&d=1If the above does not work, here's a link to the downloads page on my site, Downloads git://github.com/codesmith-fi/particletester.git and throug browser: GitHub - DE ParticleSystem testerDetails of the Particle Engine - Particle System can consist of one or more effects
- Each Particle Effect can contain one or more emitters.
- Currently supports several types of emitters, Cone, Line, Circle, Point
- Easily extendable. Make your own Generators, Emitters and Modifiers
- Generators are abstracted, each generator is applied during particle creation time
- Generators include, Random and Constant versions of: Opacity, Color, Scale, Rotation, Depth, etc.
- Modifiers are abstracted, each modifier is applied during particle life time in the update loop
- Generators include, Scale, Opacity, Rotation, Velocity (linear,angular) etc...
- Now with ParticlePool which keeps a pool of preallocated particles...
I've released this as open source under MIT so this can be used if you want. Of course I'd like credit if someone uses it :) Edit: I updated the screenshots so this should be final now also added description of the system. Edited by user Monday, April 29, 2013 1:59:39 PM(UTC)
| Reason: Updated the screenshots |
|
|
|
|
Medals:  Joined: 8/21/2011(UTC) Posts: 36 Location: Hannover
Thanks: 2 times
|
Thank you all for submitting your applications so far. By now, we have 3 entrys, and one more is announced - more than i expected :)
|
|
|
|
Joined: 4/26/2013(UTC) Posts: 46
Thanks: 6 times Was thanked: 1 time(s) in 1 post(s)
|
Please tell me if the links above do not work. I have edited it so many times but now it should be final! :) -erno |
|
|
|
|
Joined: 1/7/2012(UTC) Posts: 9
Thanks: 4 times
|
Hey, Here a little game by me :D Screenshot:  Download: https://mega.co.nz/#!iBd1Da6Q!LzoEZlBEV6PzeqrZrhr4eGT0pOc0p10UztDRVdRnS0I
|
|
|
|
Joined: 3/18/2013(UTC) Posts: 29
Thanks: 5 times
|
Hallo, my little game: Delta Ninja. It is only a prototype and I hope to improve it in the coming weeks. I will publish the source on codeplex. Alternative link: Delta Ninja. You have to cut the logo from side to side. A stroke starts with a single mouse click and goes on for 1/10 of second following the mouse movement. The biggest logos are worth 10 points; the smaller ones are worth 15 points. Press ‘f’ to switch to full screen or restore windowed mode. Press ‘ESC’ to quickly close the game. Some screenshots:    Edited by user Wednesday, May 1, 2013 12:58:03 AM(UTC)
| Reason: Added alternative link.
|
|
|
|
Medals:  Joined: 8/20/2011(UTC) Posts: 1,421 Location: Hannover
Thanks: 18 times Was thanked: 97 time(s) in 92 post(s)
|
Wow, so many good submissions, it will be hard to find a winner
|
|
|
|
Medals:  Joined: 8/21/2011(UTC) Posts: 36 Location: Hannover
Thanks: 2 times
|
This Contest is closed now, submitting isn´t possible anymore. Here is a summary of all submissions: Snake Game by Ekzo (Category Game) Particle System by panky (Category Code) PakSnacker by floAr (Category Game) Particle Engine by codesmith (Category Code) Little Game by MrBarsack (Category Game) Delta Ninja by fg_garda (Category Game) Thanks to everyone who contributed  . We will announce the winners briefly!
|
|
|
|
Joined: 4/26/2013(UTC) Posts: 46
Thanks: 6 times Was thanked: 1 time(s) in 1 post(s)
|
Originally Posted by: Kirsten Grobe-Nitschke  Thanks to everyone who contributed  We will announce the winners briefly! Thanks for the competition! I can't wait for the results! All the entries submited are great! -erno |
|
|
|
|
Medals:  Joined: 8/20/2011(UTC) Posts: 1,421 Location: Hannover
Thanks: 18 times Was thanked: 97 time(s) in 92 post(s)
|
Snake Game by Ekzo (Category Game) - Great game, nice remake, fun to play - A bit hard because it is very fast and small on my screen ^^ - Source code a bit broken (AssemblyInfo broken, missing references, bad code style) - Player class a bit too long, too much unused dependency injection - Had to change keyboard mapping
Particle System by panky (Category Code) - Pretty cool particle demo - But without code we cannot really evaluate, especially in the "Code" category! - It could be a tutorial, but then we need some more text. - Maybe resubmit for the May contest
PakSnacker by floAr (Category Game) - Very good and polished game - No source code - Fun to play, nicely tweaked
Particle Engine by codesmith (Category Code) - Very good code base, own style with tons of comments and classes - Nice particle demo, a bit short - Good forum dicsussions
Little Game by MrBarsack (Category Game) - Simple, but fun game, got 1500 score ^^ - No source code
Delta Ninja by fg_garda (Category Game) - Good UI, fonts, menu system, most impressive game in this regard - Fun short game, a bit hard sometimes, lines seem to missed - No source code
Winner in Category Game: - PakSnaker by floAr
Winner in Category Code: - Particle Engine by codesmith
Extra Winner in Category Tutorial (because the game is short and easy to understand modify): - Snake Game by Ekzo
Sorry for the rest of the guys, please submit your game again for the May contest and you will have a chance to win again, especially if you include some source code.
|
|
|
|
Joined: 9/6/2012(UTC) Posts: 32
Thanks: 3 times Was thanked: 1 time(s) in 1 post(s)
|
|
|
|
|
Joined: 3/18/2013(UTC) Posts: 29
Thanks: 5 times
|
Thanks for the contest and congratulations to floAr ... I'll try again in May!
|
|
|
|
Joined: 4/26/2013(UTC) Posts: 46
Thanks: 6 times Was thanked: 1 time(s) in 1 post(s)
|
Whoa! I didn't see this coming! Thank you :) -erno
|
|
|
|
|
Delta Engine
»
General
»
Showcase
»
Monthly Contest: April 2013
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.