Skip to content

Commit

Permalink
Merge pull request #35 from walsh9/bisby-next
Browse files Browse the repository at this point in the history
Bisby next
  • Loading branch information
walsh9 authored Sep 17, 2016
2 parents 47b7d88 + ad869f7 commit 24e5a1e
Show file tree
Hide file tree
Showing 14 changed files with 383 additions and 160 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="docs/screenshot.png" width=480>

A 7-day roguelike about digging tunnels and dropping crates.
A 7-day roguelike about digging tunnels and dropping crates.

Made for the 2106 7-day Roguelike Challenge.

Expand All @@ -13,7 +13,7 @@ Made for the 2106 7-day Roguelike Challenge.
#Description

Control Bisby with arrow keys, hjkl, or number pad.
You can clear levels in two different ways:
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.
Expand All @@ -28,6 +28,12 @@ Guide Bisby safely through 7 levels to reach the surface.

#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

Expand All @@ -46,7 +52,7 @@ Guide Bisby safely through 7 levels to reach the surface.

## v7DRL

Seven-day version features:
Seven-day version features:

- Random tunnels
- Random crates
Expand Down
134 changes: 103 additions & 31 deletions assets/i/tileset.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"sourceSize": {"w":34,"h":34},
"pivot": {"x":0.5,"y":0.5}
},
"crate":
"checks":
{
"frame": {"x":34,"y":0,"w":34,"h":34},
"rotated": false,
Expand All @@ -18,7 +18,7 @@
"sourceSize": {"w":34,"h":34},
"pivot": {"x":0.5,"y":0.5}
},
"crate_blast":
"crate":
{
"frame": {"x":68,"y":0,"w":34,"h":34},
"rotated": false,
Expand All @@ -27,7 +27,7 @@
"sourceSize": {"w":34,"h":34},
"pivot": {"x":0.5,"y":0.5}
},
"crate_blocks":
"crate_blast":
{
"frame": {"x":102,"y":0,"w":34,"h":34},
"rotated": false,
Expand All @@ -36,7 +36,7 @@
"sourceSize": {"w":34,"h":34},
"pivot": {"x":0.5,"y":0.5}
},
"crate_cross":
"crate_blocks":
{
"frame": {"x":136,"y":0,"w":34,"h":34},
"rotated": false,
Expand All @@ -45,7 +45,7 @@
"sourceSize": {"w":34,"h":34},
"pivot": {"x":0.5,"y":0.5}
},
"crate_decoy":
"crate_cross":
{
"frame": {"x":170,"y":0,"w":34,"h":34},
"rotated": false,
Expand All @@ -54,7 +54,7 @@
"sourceSize": {"w":34,"h":34},
"pivot": {"x":0.5,"y":0.5}
},
"crate_enemy":
"crate_decoy":
{
"frame": {"x":204,"y":0,"w":34,"h":34},
"rotated": false,
Expand All @@ -63,7 +63,7 @@
"sourceSize": {"w":34,"h":34},
"pivot": {"x":0.5,"y":0.5}
},
"crate_fall":
"crate_dirt":
{
"frame": {"x":238,"y":0,"w":34,"h":34},
"rotated": false,
Expand All @@ -72,7 +72,7 @@
"sourceSize": {"w":34,"h":34},
"pivot": {"x":0.5,"y":0.5}
},
"crate_unknown":
"crate_enemy":
{
"frame": {"x":272,"y":0,"w":34,"h":34},
"rotated": false,
Expand All @@ -81,7 +81,7 @@
"sourceSize": {"w":34,"h":34},
"pivot": {"x":0.5,"y":0.5}
},
"datachip":
"crate_fall":
{
"frame": {"x":306,"y":0,"w":34,"h":34},
"rotated": false,
Expand All @@ -90,7 +90,7 @@
"sourceSize": {"w":34,"h":34},
"pivot": {"x":0.5,"y":0.5}
},
"door_locked":
"crate_fire":
{
"frame": {"x":340,"y":0,"w":34,"h":34},
"rotated": false,
Expand All @@ -99,7 +99,7 @@
"sourceSize": {"w":34,"h":34},
"pivot": {"x":0.5,"y":0.5}
},
"door_open":
"crate_unknown":
{
"frame": {"x":374,"y":0,"w":34,"h":34},
"rotated": false,
Expand All @@ -108,7 +108,7 @@
"sourceSize": {"w":34,"h":34},
"pivot": {"x":0.5,"y":0.5}
},
"dugeast":
"datachip":
{
"frame": {"x":408,"y":0,"w":34,"h":34},
"rotated": false,
Expand All @@ -117,9 +117,54 @@
"sourceSize": {"w":34,"h":34},
"pivot": {"x":0.5,"y":0.5}
},
"debris":
{
"frame": {"x":0,"y":34,"w":34,"h":34},
"rotated": false,
"trimmed": false,
"spriteSourceSize": {"x":0,"y":0,"w":34,"h":34},
"sourceSize": {"w":34,"h":34},
"pivot": {"x":0.5,"y":0.5}
},
"door_locked":
{
"frame": {"x":34,"y":34,"w":34,"h":34},
"rotated": false,
"trimmed": false,
"spriteSourceSize": {"x":0,"y":0,"w":34,"h":34},
"sourceSize": {"w":34,"h":34},
"pivot": {"x":0.5,"y":0.5}
},
"door_open":
{
"frame": {"x":68,"y":34,"w":34,"h":34},
"rotated": false,
"trimmed": false,
"spriteSourceSize": {"x":0,"y":0,"w":34,"h":34},
"sourceSize": {"w":34,"h":34},
"pivot": {"x":0.5,"y":0.5}
},
"dugeast":
{
"frame": {"x":102,"y":34,"w":34,"h":34},
"rotated": false,
"trimmed": false,
"spriteSourceSize": {"x":0,"y":0,"w":34,"h":34},
"sourceSize": {"w":34,"h":34},
"pivot": {"x":0.5,"y":0.5}
},
"dugnorth":
{
"frame": {"x":442,"y":0,"w":34,"h":34},
"frame": {"x":136,"y":34,"w":34,"h":34},
"rotated": false,
"trimmed": false,
"spriteSourceSize": {"x":0,"y":0,"w":34,"h":34},
"sourceSize": {"w":34,"h":34},
"pivot": {"x":0.5,"y":0.5}
},
"dugpocket":
{
"frame": {"x":170,"y":34,"w":34,"h":34},
"rotated": false,
"trimmed": false,
"spriteSourceSize": {"x":0,"y":0,"w":34,"h":34},
Expand All @@ -128,7 +173,7 @@
},
"dugsouth":
{
"frame": {"x":476,"y":0,"w":34,"h":34},
"frame": {"x":204,"y":34,"w":34,"h":34},
"rotated": false,
"trimmed": false,
"spriteSourceSize": {"x":0,"y":0,"w":34,"h":34},
Expand All @@ -137,7 +182,7 @@
},
"dugwest":
{
"frame": {"x":510,"y":0,"w":34,"h":34},
"frame": {"x":238,"y":34,"w":34,"h":34},
"rotated": false,
"trimmed": false,
"spriteSourceSize": {"x":0,"y":0,"w":34,"h":34},
Expand All @@ -146,7 +191,16 @@
},
"energy":
{
"frame": {"x":544,"y":0,"w":34,"h":34},
"frame": {"x":272,"y":34,"w":34,"h":34},
"rotated": false,
"trimmed": false,
"spriteSourceSize": {"x":0,"y":0,"w":34,"h":34},
"sourceSize": {"w":34,"h":34},
"pivot": {"x":0.5,"y":0.5}
},
"fire":
{
"frame": {"x":306,"y":34,"w":34,"h":34},
"rotated": false,
"trimmed": false,
"spriteSourceSize": {"x":0,"y":0,"w":34,"h":34},
Expand All @@ -155,7 +209,7 @@
},
"laser_bottom":
{
"frame": {"x":578,"y":0,"w":34,"h":34},
"frame": {"x":340,"y":34,"w":34,"h":34},
"rotated": false,
"trimmed": false,
"spriteSourceSize": {"x":0,"y":0,"w":34,"h":34},
Expand All @@ -164,7 +218,7 @@
},
"laser_center":
{
"frame": {"x":612,"y":0,"w":34,"h":34},
"frame": {"x":374,"y":34,"w":34,"h":34},
"rotated": false,
"trimmed": false,
"spriteSourceSize": {"x":0,"y":0,"w":34,"h":34},
Expand All @@ -173,7 +227,7 @@
},
"laser_horizontal":
{
"frame": {"x":646,"y":0,"w":34,"h":34},
"frame": {"x":408,"y":34,"w":34,"h":34},
"rotated": false,
"trimmed": false,
"spriteSourceSize": {"x":0,"y":0,"w":34,"h":34},
Expand All @@ -182,7 +236,7 @@
},
"laser_left":
{
"frame": {"x":680,"y":0,"w":34,"h":34},
"frame": {"x":0,"y":68,"w":34,"h":34},
"rotated": false,
"trimmed": false,
"spriteSourceSize": {"x":0,"y":0,"w":34,"h":34},
Expand All @@ -191,7 +245,7 @@
},
"laser_right":
{
"frame": {"x":714,"y":0,"w":34,"h":34},
"frame": {"x":34,"y":68,"w":34,"h":34},
"rotated": false,
"trimmed": false,
"spriteSourceSize": {"x":0,"y":0,"w":34,"h":34},
Expand All @@ -200,7 +254,7 @@
},
"laser_top":
{
"frame": {"x":748,"y":0,"w":34,"h":34},
"frame": {"x":68,"y":68,"w":34,"h":34},
"rotated": false,
"trimmed": false,
"spriteSourceSize": {"x":0,"y":0,"w":34,"h":34},
Expand All @@ -209,7 +263,7 @@
},
"laser_vertical":
{
"frame": {"x":782,"y":0,"w":34,"h":34},
"frame": {"x":102,"y":68,"w":34,"h":34},
"rotated": false,
"trimmed": false,
"spriteSourceSize": {"x":0,"y":0,"w":34,"h":34},
Expand All @@ -218,7 +272,16 @@
},
"playerbot":
{
"frame": {"x":816,"y":0,"w":34,"h":34},
"frame": {"x":136,"y":68,"w":34,"h":34},
"rotated": false,
"trimmed": false,
"spriteSourceSize": {"x":0,"y":0,"w":34,"h":34},
"sourceSize": {"w":34,"h":34},
"pivot": {"x":0.5,"y":0.5}
},
"poof":
{
"frame": {"x":170,"y":68,"w":34,"h":34},
"rotated": false,
"trimmed": false,
"spriteSourceSize": {"x":0,"y":0,"w":34,"h":34},
Expand All @@ -227,7 +290,7 @@
},
"skullbot":
{
"frame": {"x":850,"y":0,"w":34,"h":34},
"frame": {"x":204,"y":68,"w":34,"h":34},
"rotated": false,
"trimmed": false,
"spriteSourceSize": {"x":0,"y":0,"w":34,"h":34},
Expand All @@ -236,7 +299,7 @@
},
"skullbot_spiky":
{
"frame": {"x":884,"y":0,"w":34,"h":34},
"frame": {"x":238,"y":68,"w":34,"h":34},
"rotated": false,
"trimmed": false,
"spriteSourceSize": {"x":0,"y":0,"w":34,"h":34},
Expand All @@ -245,7 +308,7 @@
},
"spookbot":
{
"frame": {"x":918,"y":0,"w":34,"h":34},
"frame": {"x":272,"y":68,"w":34,"h":34},
"rotated": false,
"trimmed": false,
"spriteSourceSize": {"x":0,"y":0,"w":34,"h":34},
Expand All @@ -254,7 +317,16 @@
},
"spookbot_phasing":
{
"frame": {"x":952,"y":0,"w":34,"h":34},
"frame": {"x":306,"y":68,"w":34,"h":34},
"rotated": false,
"trimmed": false,
"spriteSourceSize": {"x":0,"y":0,"w":34,"h":34},
"sourceSize": {"w":34,"h":34},
"pivot": {"x":0.5,"y":0.5}
},
"square":
{
"frame": {"x":340,"y":68,"w":34,"h":34},
"rotated": false,
"trimmed": false,
"spriteSourceSize": {"x":0,"y":0,"w":34,"h":34},
Expand All @@ -263,7 +335,7 @@
},
"wall":
{
"frame": {"x":986,"y":0,"w":34,"h":34},
"frame": {"x":374,"y":68,"w":34,"h":34},
"rotated": false,
"trimmed": false,
"spriteSourceSize": {"x":0,"y":0,"w":34,"h":34},
Expand All @@ -275,8 +347,8 @@
"version": "1.0",
"image": "tileset.png",
"format": "RGBA8888",
"size": {"w":1020,"h":34},
"size": {"w":442,"h":102},
"scale": "1",
"smartupdate": "$TexturePacker:SmartUpdate:019d838f8569b1ed4df04654629e1187:86bcb9e005b02439d776e77b05a44005:ace0e5e82375743ccde85e973fd84fb5$"
"smartupdate": "$TexturePacker:SmartUpdate:1a77d772b7f206cc7b460c38b381d71b:5c7d8142fe70a8248aa68dd8d2c8b428:ace0e5e82375743ccde85e973fd84fb5$"
}
}
Binary file modified assets/i/tileset.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 24e5a1e

Please sign in to comment.