https://github.com/walsh9/7drl2016
❇⚡ Bisby's Escape - A turn-based digdug-like where you drop mystery crates on enemies.
https://github.com/walsh9/7drl2016
7drl 7drl2016 dig-dug-like game javascript roguelike turn-based
Last synced: 6 days ago
JSON representation
❇⚡ Bisby's Escape - A turn-based digdug-like where you drop mystery crates on enemies.
- Host: GitHub
- URL: https://github.com/walsh9/7drl2016
- Owner: walsh9
- License: mit
- Created: 2016-03-07T03:04:01.000Z (about 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-09-17T19:28:41.000Z (over 8 years ago)
- Last Synced: 2025-04-16T00:17:11.933Z (6 days ago)
- Topics: 7drl, 7drl2016, dig-dug-like, game, javascript, roguelike, turn-based
- Language: JavaScript
- Homepage: http://walsh9.github.io/7drl2016/
- Size: 2.2 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#Bisby's Escape
A 7-day roguelike about digging tunnels and dropping crates.
Made for the 2106 7-day Roguelike Challenge.
#Play Now
[http://walsh9.github.io/7drl2016/](http://walsh9.github.io/7drl2016/)
#Description
Control Bisby with arrow keys, hjkl, or number pad.
You can clear levels in two different ways:- Collect all the yellow energy units and open the yellow gate.
- Crush enemies with crates, collect their blue datachips, and open the blue gate.Guide Bisby safely through 7 levels to reach the surface.
#Tips
- You can push crates from the sides, even through dirt.
- Even dangerous crates have uses.
- It's turn-based. Enemies only move after you move. Take your time!#Changelog
## v1.3.0
- Add 2 exciting new crate types
- Add random obstacle walls
- Remove the crate with the down arrow that just digs down if it hits dirt
- Bug fixes## v1.2.2
- Bug fixes## v1.2.1
- Press space to restart instead of any key
- Bug fixes## v1.2.0
- Animated motion between tiles
- Sound effects! Toggle with 'S'.
- Crate turn order changed. Crates always go after enemies take their turns.
- Bug fixes## v1.1
- Bug fixes## v7DRL
Seven-day version features:
- Random tunnels
- Random crates
- Enemies
- 7 levels
- 2 ways to pass levels
- Losing
- Winning
- Victory screen#Inspirations
- Dig Dug
- Mr. Do!
- Digger
- Bomberman#License
© Matt Walsh 2016, released under the MIT License