No Description

Herbert Wolverson d758f3ad0f Add some missing imports. 4 years ago
.vscode 2aa16da603 Starting chapter 28 -drunkard's walk. 4 years ago
book 2aa16da603 Starting chapter 28 -drunkard's walk. 4 years ago
chapter-01-hellorust 8d52a319c7 Update chapters 1 and 2 to RLTK_RS 0.3.0 and wasm support. 4 years ago
chapter-02-helloecs fd65e47730 Refactor input bounds checking by clamping the values with min and max functions 4 years ago
chapter-03-walkmap d758f3ad0f Add some missing imports. 4 years ago
chapter-04-newmap d758f3ad0f Add some missing imports. 4 years ago
chapter-05-fov fd65e47730 Refactor input bounds checking by clamping the values with min and max functions 4 years ago
chapter-06-monsters fd65e47730 Refactor input bounds checking by clamping the values with min and max functions 4 years ago
chapter-07-damage 9f09629632 Refactor player input to match multiple arms to same statement 4 years ago
chapter-08-ui 9f09629632 Refactor player input to match multiple arms to same statement 4 years ago
chapter-09-items 9f09629632 Refactor player input to match multiple arms to same statement 4 years ago
chapter-10-ranged 9f09629632 Refactor player input to match multiple arms to same statement 4 years ago
chapter-11-loadsave 9f09629632 Refactor player input to match multiple arms to same statement 4 years ago
chapter-12-delvingdeeper 9f09629632 Refactor player input to match multiple arms to same statement 4 years ago
chapter-13-difficulty 9f09629632 Refactor player input to match multiple arms to same statement 4 years ago
chapter-14-gear 9f09629632 Refactor player input to match multiple arms to same statement 4 years ago
chapter-16-nicewalls 9f09629632 Refactor player input to match multiple arms to same statement 4 years ago
chapter-17-blood 9f09629632 Refactor player input to match multiple arms to same statement 4 years ago
chapter-18-particles 9f09629632 Refactor player input to match multiple arms to same statement 4 years ago
chapter-19-food 9f09629632 Refactor player input to match multiple arms to same statement 4 years ago
chapter-20-magicmapping 9f09629632 Refactor player input to match multiple arms to same statement 4 years ago
chapter-21-rexmenu 9f09629632 Refactor player input to match multiple arms to same statement 4 years ago
chapter-22-simpletraps 9f09629632 Refactor player input to match multiple arms to same statement 4 years ago
chapter-23-generic-map 9f09629632 Refactor player input to match multiple arms to same statement 4 years ago
chapter-24-map-testing 9f09629632 Refactor player input to match multiple arms to same statement 4 years ago
chapter-25-bsproom-dungeons 9f09629632 Refactor player input to match multiple arms to same statement 4 years ago
chapter-26-bsp-interiors 9f09629632 Refactor player input to match multiple arms to same statement 4 years ago
chapter-27-cellular-automota 9f09629632 Refactor player input to match multiple arms to same statement 4 years ago
chapter-28-drunkards-walk 2aa16da603 Starting chapter 28 -drunkard's walk. 4 years ago
resources f39e15ee1c Chapter 21 - REX Paint menu. 4 years ago
src e20960c49f Initial commit of first 2 chapters. 4 years ago
.gitignore f0a94e1ec4 Fix previous commit. 4 years ago
Cargo.lock 2aa16da603 Starting chapter 28 -drunkard's walk. 4 years ago
Cargo.toml 2aa16da603 Starting chapter 28 -drunkard's walk. 4 years ago
LICENSE 950a51f641 Spelling check run, add intro, README and LICENSE files. 4 years ago
README.md 950a51f641 Spelling check run, add intro, README and LICENSE files. 4 years ago
index.html 28df2a40fa update contributors. 4 years ago
wasmbuild.bat 2aa16da603 Starting chapter 28 -drunkard's walk. 4 years ago

README.md

Roguelike Tutorial - in Rust

Welcome to the Roguelike Tutorial - in Rust. This is intended to accompany rltk_rs, my roguelike terminal library for Rust. You can read the ready-formatted version here: http://bfnightly.bracketproductions.com/rustbook/.