Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

ExplodidungeonView game page

Submitted by indieLM — 38 minutes, 4 seconds before the deadline
Add to collection

Play game

Explodidungeon's itch.io page

Results

CriteriaRankScore*Raw Score
Music#13.6233.800
Overall#23.4053.571
Deliciousness#23.8144.000
Graphics#33.6233.800
Respect of the theme#34.0054.200
Game play#33.2423.400
Sound effects#42.8603.000
Game design#62.6702.800

Ranked from 5 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Judge feedback

Judge feedback is anonymous.

  • cool

team members
1

engine
Java/Processing 3

cookies eaten
0

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted(+1)

Smooth controls, cool graphics and really good movement and melee attacking. My only complaint is not really getting any feedback when getting hit or hitting the monster(sound effect, slight screen shake, sprite flashing, etc..), but that is something easy to remedy.

Your melee mechanic and just the smooth movement in general is so good, I'm inspired heavily by this game to make some improvements on my jumping/melee sword attacks for my long term project I'm working on, you did really good! Did you literally code this from scratch in Java or use an engine? Either way, great job!! 

Developer(+1)

There is a sound effect for getting hit, however it's not as noticeable as I'd like. Adding a flash to the sprites would definitely help a lot.

It is indeed from scratch in java, specifically Processing 3, no engines. After voting is done I'll clean up the source code and put it up.

The smooth look comes from using a low pass filter between the camera and the target(player). like cameraLocation = cameraLocation - smoothing*(playerLocation - cameraLocation ). Also using a velocity vector for the player, with acceleration, instead of just hard left or right. 

Host

Nice game, though i found it really hard to play with WASD the space bar, and clicking... up down left right, x and c maybe??

Developer (1 edit)

/ is an alternative to clicking, also W and space are the same