Skip to content

Commit

Permalink
New screens and video
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Dec 30, 2019
1 parent 583560b commit 49b3cdb
Showing 1 changed file with 21 additions and 13 deletions.
34 changes: 21 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Super Dungeon Delve is retro style 2D dungeon crawl game. It was created as a le

Features (v1)
- Randomly generated levels (dungeons) using [BSP tree method](http://www.roguebasin.com/index.php?title=Basic_BSP_Dungeon_generation)
- Three different enemies with different attack patterns and behaviors
- Collectable treasure & potions
- Three different enemies (goblins, skeletons, slimes) with different attack patterns and behaviors
- Collectable treasure & health potions
- Exit to next level hidden in each level, takes you deeper into the dungeon
- Random chances of rare treasure rooms and rare red 'super monsters', probabilty increases with level depth
- Joypad and keyboard controls
Expand All @@ -15,25 +15,33 @@ Features (v1)
- 'z', ctrl & space: **attack**
- Escape: **pause the game**
- Enter, space: **select option in menus**
- '0' (zero): **save a screenshot**

### Objective
See how far you can get into the dungeon, and how much gold you can find!

## Download / Play
### Windows Binary
[A Windows x64 binary is available on the releases page](https://github.com/benc-uk/super-dungeon-delve/releases)
# Download / Play
## Windows
A Windows x64 binary is available to download on [the releases page](https://github.com/benc-uk/super-dungeon-delve/releases). It's a simple zip file, no installation required.

### Browser / HTML5
A [HTML5 version is playable here](http://code.benco.io/super-dungeon-delve/). NOTE. It is *extremely* unoptimized and likely to play slowly with choppy sound etc, in addition it will only run in very modern browsers that support GLES3
## Browser / HTML5
A [HTML5 version is playable here](http://code.benco.io/super-dungeon-delve/).
NOTE. It is unoptimized and likely to play slowly with very choppy sound etc, in addition it will only run in very modern browsers that support GLES3

## Demo Video
[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/44UAVOMSczE/0.jpg)](https://www.youtube.com/watch?v=44UAVOMSczE)
## Android
Todo

## Screenshots
![](https://user-images.githubusercontent.com/14982936/71201348-c2154e80-2291-11ea-88a2-8d56a329e214.png)
# Demo Video
[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/YRL8pksC_UU/0.jpg)](https://www.youtube.com/watch?v=YRL8pksC_UU)

![](https://user-images.githubusercontent.com/14982936/71201348-c2154e80-2291-11ea-88a2-8d56a329e214.png)
# Screenshots
![](https://user-images.githubusercontent.com/14982936/71577705-21265f00-2aed-11ea-924f-1d94c6fbe8ef.png)

![](https://user-images.githubusercontent.com/14982936/71201348-c2154e80-2291-11ea-88a2-8d56a329e214.png)
![](https://user-images.githubusercontent.com/14982936/71577753-431fe180-2aed-11ea-97db-a9b93178e867.png)

![](https://user-images.githubusercontent.com/14982936/71577716-28e60380-2aed-11ea-90e6-323575da521e.png)

![](https://user-images.githubusercontent.com/14982936/71577727-30a5a800-2aed-11ea-9576-b91d06033561.png)

## Resources Used
- Art and tiles - https://pixel-poem.itch.io/dungeon-assetpuck
Expand Down

0 comments on commit 49b3cdb

Please sign in to comment.