-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|675|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
SoCoder -> Showcase Home -> Role Playing


 
Pakz
Created : 12 April 2017
Edited : 03 April 2018
System : Browser Based
Language : Monkey

Roguelike Explorer

Simple Html5 exploration game with Touch support

Play roguelike explorer (htm5)
Sourcecode on github
Screenshots
Something I created a while ago. A map generator with a player that is supposed to discover every inch of a dungeon. No enemies or anything.

When the whole dungeon is discovered a new dungeon is generated. Every new dungeon is bigger then the previous one.

I played it on my ipad. On a phone the screen might be a little bit small.

Latest Update

Update april 2018:

I played a old msx game and got some idea's from it. I took the previous code and started modifying and adding new things. The new code is on the same github page.

Added :
Ground tiles
Wall tiles bottom
Wall tiles top
Monsters bats,rats,goblins (40% done)
Items gold,chests,healthsmall,healthmedium,sword,axe (30% done)
Screen shake effect (press s)
Item pick up effect (press s)
Monsters can be killed
Dialog messages
Game Messages
Monster health bar
Player stats on screen

todo :
more map generation code
more behaviour for monsters
player inventory
stairs up/down (new level generated)
todo possible :
world map (using the zelda like generator)

 

Comments


Thursday, 13 April 2017, 13:00
Jayenkai
Works well enough!
When do we get a big randomizing game with all these!?
Friday, 14 April 2017, 06:59
Pakz
I am working my way towards it. Might be still a long way of though.
Tuesday, 03 April 2018, 18:48
Pakz
Wow - Almost a year since I touched this code. Working on it again. There is a new playable version uploaded.