Skip to content

Commit 6418aa0

Browse files
author
Andy Bayer
committed
Color bump#2
1 parent 94d3f2f commit 6418aa0

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

_posts/2020-03-17-brogue-generation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ excerpt: More procedural dungeon creation
77
[Brogue](https://sites.google.com/site/broguegame/) is a procedurally generated roguelike with a great dungeon creation system. The dungeons feel organic and real, with enough complexity to create unique playthroughs.
88

99
<style>
10-
.cell.DOOR {
10+
.cell.door {
1111
background-color: #DC267F !important;
1212
}
1313
</style>

_posts/2020-04-7-brogue-generation-2.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ title: Broguelike Dungeon Creation, Part 2
44
excerpt: Loops and lakes
55
---
66

7+
<style>
8+
.cell.door {
9+
background-color: #DC267F !important;
10+
}
11+
</style>
12+
713
This is part 2 of implementing Brogue's dungeon generation algorithm in JavaScript. Part one is [here]({% post_url 2020-03-17-brogue-generation %}).
814

915
## Loops

0 commit comments

Comments
 (0)