Skip to content

Commit 1a9b659

Browse files
Redirect links from rltk_rs to bracket-lib
1 parent 39c3a62 commit 1a9b659

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Roguelike Tutorial - in Rust
22

3-
Welcome to the Roguelike Tutorial - in Rust. This is intended to accompany [rltk_rs](https://github.com/thebracket/rltk_rs), my roguelike terminal library for Rust. You can read the ready-formatted version here: [https://bfnightly.bracketproductions.com/rustbook/](https://bfnightly.bracketproductions.com/rustbook/).
3+
Welcome to the Roguelike Tutorial - in Rust. This is intended to accompany [rltk_rs](https://github.com/thebracket/bracket-lib), my roguelike terminal library for Rust. You can read the ready-formatted version here: [https://bfnightly.bracketproductions.com/rustbook/](https://bfnightly.bracketproductions.com/rustbook/).

book/src/chapter_0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
---
1212

13-
Every year, the fine fellows over at [r/roguelikedev](https://www.reddit.com/r/roguelikedev/new/) run a *Tutorial Tuesday* series - encouraging new programmers to join the ranks of roguelike developers. Most languages end up being represented, and this year (2019) I decided that I'd use it as an excuse to learn Rust. I didn't really want to use `libtcod`, the default engine - so I created my own, [RLTK](https://github.com/thebracket/rltk_rs). My initial entry into the series isn't very good, but I learned a lot from it - you can find it [here](https://github.com/thebracket/rustyroguelike), if you are curious.
13+
Every year, the fine fellows over at [r/roguelikedev](https://www.reddit.com/r/roguelikedev/new/) run a *Tutorial Tuesday* series - encouraging new programmers to join the ranks of roguelike developers. Most languages end up being represented, and this year (2019) I decided that I'd use it as an excuse to learn Rust. I didn't really want to use `libtcod`, the default engine - so I created my own, [RLTK](https://github.com/thebracket/bracket-lib). My initial entry into the series isn't very good, but I learned a lot from it - you can find it [here](https://github.com/thebracket/rustyroguelike), if you are curious.
1414

1515
The series always points people towards an excellent series of tutorials, using Python and `libtcod`. You can find it [here](http://rogueliketutorials.com/tutorials/tcod/). Section 1 of this tutorial mirrors the structure of this tutorial - and tries to take you from zero (*how do I open a console to say Hello Rust*) to hero (*equipping items to fight foes in a multi-level dungeon*). I'm hoping to continue to extend the series.
1616

book/src/chapter_1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Cargo also supports *extensions* - that is, plugins that make it do even more. T
117117

118118
### Making a new project
119119

120-
Lets modify the newly created "hello world" project to make use of [RLTK](https://github.com/thebracket/rltk_rs) - the Roguelike Toolkit.
120+
Lets modify the newly created "hello world" project to make use of [RLTK](https://github.com/thebracket/bracket-lib) - the Roguelike Toolkit.
121121

122122
## Setup Cargo.toml
123123

book/src/chapter_44.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ None! It would be nice to have once tiles are done, but fully voicing a modern R
126126

127127
### Technical Description
128128

129-
The game will be written in Rust, using [RLTK_RS](https://github.com/thebracket/rltk_rs) for its back-end. It will support all the platforms on which Rust can compile and link to OpenGL, including Web Assembly for browser-based play.
129+
The game will be written in Rust, using [rltk_rs](https://github.com/thebracket/bracket-lib) for its back-end. It will support all the platforms on which Rust can compile and link to OpenGL, including Web Assembly for browser-based play.
130130

131131
### Marketing and Funding
132132

0 commit comments

Comments
 (0)