Foon →
Ludum Dare Explorer →
LD41 →
Dedicated User Defined Entity (D.U.D.E.)
Dedicated User Defined Entity (D.U.D.E.)
By bros
View on ldjam.com
| Category | Rank | Score | Count |
|
|---|
| Overall | 563 | 3.47 | 21 | |
| Fun | 572 | 3.31 | 21 | |
| Innovation | 295 | 3.68 | 21 | |
| Theme | 375 | 3.86 | 21 | |
| Graphics | 312 | 3.90 | 22 | |
| Humor | 706 | 2.66 | 17 | |
| Mood | 862 | 2.94 | 20 | |
Comments
This is a pretty neat concept for a game. I like the idea of not always having the same set of skills in a platformer and having to make due with what you get. I also think that the character art is really good and I particularly like the little puff of smoke that happens when you start moving. That said, I think that the card game element could have been better implemented since you can always pick the best stuff if you don't really care about score. That, said, you really have something cool going on here and it's a solid entry overall. Nice work!
Like the combination, but too bad these combinations are made by a lot of people, so not really original, but still fun.
timbs
2018-04-24 09:30
Nice Graphics and animations. Like the concept of having different modes.
jaa
2018-04-24 09:44
очень приятный персонаж))))
rombus
2018-04-26 23:02
Wow a Libgdx game! and it feels so polished. Congrats on that! I might be looking at the sources, I could never do a polished game with libgdx in such a fast cycle.
Too bad it didn't have any sound, 'cause the game is really cool! I whish there was a key to as for a new card instead of a timer.
Overall, solid entry!
bros
2018-04-27 20:18
@superpokeunicorn Thank you. I realized that problem after the first day, so I implemented the Score-Thing in order to give it more meaning, but you're absolutely right. I should have thought more about the cards
@Glorious Kittens Jepp. Unfortunately I noticed it after the first day, and changing genres at that time was impossible. Cool name btw.
@Rombus One point regarding the source. I noticed a huge implementation mistake: When you read the code, please replace all LinkedLists with ArrayLists. I iterate through the Lists via indexing to avoid object allocation of an Iterator but used the wrong list implementation causing a running time of the for-loops with O(n²) instead of O(n) that could be done using ArrayList. I'm sorry about that. _If you know about all that stuff..._
Otherwise the code should be okayish. I used techniques from [ForeignGuyMike](https://www.youtube.com/user/ForeignGuyMike) and [GameProgrammingPattern](http://gameprogrammingpatterns.com/).
rombus
2018-04-27 21:48
@Bros awesome! I haven't made the time to check it out, but thanks a lot for the detailed description. Love LibGDX, I should find the time to keep deving with it!
jajo
2018-04-28 10:48
Pretty good entry. The card mechanic got tedious, but was definitely workable. Great art :)
hs-dave
2018-04-28 12:07
Looked lovely, frustrating to but fun to play! It would be nice to have some lives, esp at your ability set is completely RNG and the difficulty is brutal is kinda sucky to go straight back to 1 again XD But I liked the concept and will say it kept me trying quite a few times!
Neat as fuck. A little hard but that's how I likeit.
macdoom
2018-05-03 04:19
Cool game! It's a really neat idea, some tightening to the controls would be nice, it feels a bit slippery. The constant change of variables keeps one alert of the characters capabilities. Nice work!
aeveis
2018-05-03 05:51
nice art! I liked the character and the card art. The platforming was okay, maybe a bit precise, but I wish I could have restarted from the beginning of each level to see what was next. I liked how if I knew the level though I could stack some cards to run it through faster, but if I didn't know it I would just choose one card and take more time seeing what was next. Good job!
Neat idea! The game plays smoothly and looks really good!
Since you can discard cards anytime, there is not much challenge here, yet. Maybe a puzzle game approach would work well, where you get a set of cards and have to choose for every situation, with the "every enhancement card" as a kind of joker. Or the RNG could be adjusted so you don't get combinations repeatedly that are not fit to let you progress.
I really dig the idea, though, and see a lot of potential here! :)
houruck
2018-05-04 22:20
A lot of entries used card mechanics, but this one complements the core game mechanics well.
vfqd
2018-05-06 13:25
Nice idea, echoing what some people have said before me, I think you really incorporated the card mechanics well into the platformer :smile:
niterich
2018-05-06 23:47
I think there's a lot of promise here: I've visualizing a game where you see a huge level ahead of time and have to create a deck to match it. Like others have said, there's some balancing issues here: I found I could reliably discard my hand until I got one of those ultra cards that gave you everything. Other than that, the UI was nice and clean, and gameplay was fun.
bros
2018-05-08 16:21
@beebo-studios @niterich I originally planned to design only level parts which than need specific Cards like `Part 1 requires Jump or Dash`. With this parts I would create a "real" Level by simply **align multiple parts next to each other**. That way, I would know which cards one need to complete the level, an thus creating a sort of deck. But unfortunally LibGDX (the framework I used) does not support aligning TiledMaps that easily, i.e. by simply offsetting the parts.
With only 3 or so hours left, I had to create "real" levels by hand. The "discard hand" feature was implemented, so the user can get rid of his hand if there are no fitting cards, as I could not easily predict, which cards will be useful.
Long story short: the ideas where completely planned, but the time was missing to implement the features in a correct manner.
Works on Linux. For some reason the menu scene is in glorious fullscreen while the actual scene is a tiny image in the center of the screen. Odd technical issue there.
Simple, kind of an obvious idea and not at all incompatible! Sure the theme isn’t great, so let’s skip it. There is potential in this “random skills to get through a level” idea. Having to switch the skills every 10 odd seconds isn’t too thrilling though as it breaks the flow.
How about picking 3 skills out of 5 available, where every combination is still usable? This would require clever level design, but improve the experience, I reckon. Some levels could automatically select a random set of skills so that the player cannot go with their favorites all the time.
The graphics are indeed nice, 16-bit retro feelz. I wouldn’t mind the black background if the assets were even more retro (think Atari xx00 and early NES), but currently it does detract from the style. Audio would have added a lot, you’ll get there eventually!
Ok effort, you should have disabled humor and mood in my opinion.
Overall:* 2.5 (Below average)* Fun:* 2.5 (Below average)* Innovation:* 3.5 (Above average)* Theme:* 3.0 (Average)* Graphics:* 4.0 (Good)* Humor:* 1.0 (Non-existent)* Mood:* 1.0 (Non-existent)*