Dig Deeper by Incal
Escape the incoming lava by digging your way to the exit.
Exit to the right when you reach the bottom.
Keyboard Controls: Arrow keys to move left/right, dig or jump.
PS4 controls: Left joystick to move, O to dig, X to jump.
Textures are Gimp default fill textures. Character sprites from https://assetbakery.itch.io/2d-fighter-3.
Changelog: - Limited the width of the canvas to 512px to provide a better visibility of the playing field in wide browser windows.
| Link | https://pepin.io/Deeper/ |
| Link | https://pepin.io/Deeper/source.zip |
| Original URL | https://ldjam.com/events/ludum-dare/48/dig-deeper-2 |
Ratings
| Overall | 895th | 2.167⭐ | 23🧑⚖️ |
| Fun | 887th | 2.119⭐ | 23🧑⚖️ |
| Innovation | 825th | 2.381⭐ | 23🧑⚖️ |
| Theme | 587th | 3.357⭐ | 23🧑⚖️ |
| Humor | 631th | 1.789⭐ | 21🧑⚖️ |
| Mood | 830th | 1.85⭐ | 22🧑⚖️ |
| Given | 33🗳️ | 18🗨️ |
```
<script>
window.onLoad(function(){
document.getElementById('main-canvas').width = '200px';
})
</script>
```
Something like that anyways.
Edit: I made the change to force a maximum width, since it was one line of CSS. I hope this is not bending the rules too much.
>>>Certain Bug Fixes are allowed. You can’t add new features, but if something broke or didn’t work correctly as you were finishing up, you can fix this after the deadline. You are asked to highlight the changes you make in your submission (a short change log). You probably wont get a 2nd chance with some players, but at least it wont be a problem for future players.
Have fun out there!
Only being able to dig down makes it more challenging. I did make it to the end once, in 36 seconds. :smile:
However it was quite unclear that I had reached the end, all of a sudden I just saw the text "Congratulations on your escape". Didn't see if I walked into a door, portal or something else.
Audio would have added a bit more to this game also, but I understand the time constraints don't always allow you to do all you want.
Congrats on this entry! :rocket:
@joeshanahan @rolle The exit is when you walk into the right-side of the screen, which is blocked everywhere by blocks except at the very bottom. Unfortunately I noticed too late that it was not communicated clearly (or rather not at all). I tried to alleviate the problem a bit by making this "staircase" at the bottom that leads you to the right, I was hoping that would help a little.
Also, maybe an animation for the digging deeper too. I do like what you have done here. Keep it up