==-What Even Is This?-==

Dungeon Junkie is a small Dungeon Crawler inspired by games like Shadowgate and The Legend of Zelda. You are tasked with exploring the 4-level Dungeon, with 21 rooms each and unique paths. After collecting the Artifacts and Gold, you must defeat the Final Boss (Sweaty Steve). We're always adding secret rooms, NPCs, and items too, so keep your eyes peeled! [^-^]

This game was made using Bitsy and Beepbox. The newest release will always be updated here and then added to the official GitHub repository. This game originated as a small text adventure, which you can check out and play on our website. This is a constantly changing game, so make sure to check the devlogs to see what's new! If you have any questions, email me or get in touch with us with one of the many methods on our website.

We hope you enjoy this little project as much as we do.

~SmickyG and the Gang

Controls -  WASD to move. Run into things to interact with them. Touch Screen controls are also available. Swipe and hold to move, and tap to click.

==-A quick note on the Point System-==

When you finish the game and proceed to the final room to view the stats, your final score is a string of several numbers with length depending on how many items you collected. Each 50 represents an item you collected. Say your final score has all 8 items, it would look like this:

Final Score: 5050505050505050

Simply adding these will give you your final score.  Please, feel free to post your score, gold count, and time (a thread has been created for each) in the comments below!

==-Important Links-==

Check out our website here!

OST here!

BeepBox online music tool here!

HTML source files can be downloaded from this project's GitHub repository here or you can get the newest release directly from this page.  This game is open for modding! Make sure to upload the mod here on itch (with a new name, of course) and comment a link below. There's a tutorial video on our website that goes over uploading the game to the Bitsy editor if you do wish to do this.

StatusReleased
PlatformsHTML5
Rating
Rated 4.0 out of 5 stars
(1 total ratings)
AuthorSmickyG
GenreAdventure
Made withbitsy
Tags2D, Bitsy, Black and White, Casual, Dungeon Crawler, Exploration, Pixel Art

Download

Download
DJ4.7.4.zip 177 kB

Install instructions

Download the zip below. Being an HTML game, it can run on its own in your browser.  You can also follow the tutorial on our website to edit it and release your own modified version of the original game. But before you get all independent, why not give us a little feedback?

Development log

View all posts

Comments

Log in with itch.io to leave a comment.

Deleted 2 years ago
Deleted 2 years ago
(1 edit)

Really cool and nice little game! I like the style, and I figured the OST was made with BeepBox :)

I'm curious with one thing, tho: how did you implement the wavy and colorful text effects? Drawing each letter as individual objects? Just curious if you're using a different method.

(1 edit)

It's actually not as complicated as it looks...one of the reasons I've grown quite fond of Bitsy CX. In the dialogue settings box, just put these codes before and after the text you want to effect, with multiple codes for multiple effects:

{wvy} - wavy text

{rbw} - Rainbow-style text

{shk} - Shaky text

For example, if you typed {rbw}{wvy}TEXT{wvy}{rbw}, you would get the output TEXT with a colorful and wavy effect. There are also settings in Bitsy that let you do this to an entire dialogue box, which is how I learned the codes.

Glad you enjoyed our game! (^-^)

Thanks a lot, I did knew it was just that easy! You don't imagine the pain it is to do that on other game engines XD

No problemo, glad I could help

Pretty cool game! Thanks for making it. Enjoyed.

Deleted 2 years ago