Aucune description

tjalkane fd65e47730 Refactor input bounds checking by clamping the values with min and max functions il y a 4 ans
.vscode 82612fc6cf Chapter 27 - cellular automota maps mostly done. il y a 4 ans
book fd65e47730 Refactor input bounds checking by clamping the values with min and max functions il y a 4 ans
chapter-01-hellorust 8d52a319c7 Update chapters 1 and 2 to RLTK_RS 0.3.0 and wasm support. il y a 4 ans
chapter-02-helloecs fd65e47730 Refactor input bounds checking by clamping the values with min and max functions il y a 4 ans
chapter-03-walkmap fd65e47730 Refactor input bounds checking by clamping the values with min and max functions il y a 4 ans
chapter-04-newmap fd65e47730 Refactor input bounds checking by clamping the values with min and max functions il y a 4 ans
chapter-05-fov fd65e47730 Refactor input bounds checking by clamping the values with min and max functions il y a 4 ans
chapter-06-monsters fd65e47730 Refactor input bounds checking by clamping the values with min and max functions il y a 4 ans
chapter-07-damage fd65e47730 Refactor input bounds checking by clamping the values with min and max functions il y a 4 ans
chapter-08-ui fd65e47730 Refactor input bounds checking by clamping the values with min and max functions il y a 4 ans
chapter-09-items fd65e47730 Refactor input bounds checking by clamping the values with min and max functions il y a 4 ans
chapter-10-ranged fd65e47730 Refactor input bounds checking by clamping the values with min and max functions il y a 4 ans
chapter-11-loadsave fd65e47730 Refactor input bounds checking by clamping the values with min and max functions il y a 4 ans
chapter-12-delvingdeeper fd65e47730 Refactor input bounds checking by clamping the values with min and max functions il y a 4 ans
chapter-13-difficulty fd65e47730 Refactor input bounds checking by clamping the values with min and max functions il y a 4 ans
chapter-14-gear fd65e47730 Refactor input bounds checking by clamping the values with min and max functions il y a 4 ans
chapter-16-nicewalls fd65e47730 Refactor input bounds checking by clamping the values with min and max functions il y a 4 ans
chapter-17-blood fd65e47730 Refactor input bounds checking by clamping the values with min and max functions il y a 4 ans
chapter-18-particles fd65e47730 Refactor input bounds checking by clamping the values with min and max functions il y a 4 ans
chapter-19-food fd65e47730 Refactor input bounds checking by clamping the values with min and max functions il y a 4 ans
chapter-20-magicmapping fd65e47730 Refactor input bounds checking by clamping the values with min and max functions il y a 4 ans
chapter-21-rexmenu fd65e47730 Refactor input bounds checking by clamping the values with min and max functions il y a 4 ans
chapter-22-simpletraps fd65e47730 Refactor input bounds checking by clamping the values with min and max functions il y a 4 ans
chapter-23-generic-map fd65e47730 Refactor input bounds checking by clamping the values with min and max functions il y a 4 ans
chapter-24-map-testing fd65e47730 Refactor input bounds checking by clamping the values with min and max functions il y a 4 ans
chapter-25-bsproom-dungeons fd65e47730 Refactor input bounds checking by clamping the values with min and max functions il y a 4 ans
chapter-26-bsp-interiors fd65e47730 Refactor input bounds checking by clamping the values with min and max functions il y a 4 ans
chapter-27-cellular-automota fd65e47730 Refactor input bounds checking by clamping the values with min and max functions il y a 4 ans
resources f39e15ee1c Chapter 21 - REX Paint menu. il y a 4 ans
src e20960c49f Initial commit of first 2 chapters. il y a 4 ans
.gitignore f0a94e1ec4 Fix previous commit. il y a 4 ans
Cargo.lock 82612fc6cf Chapter 27 - cellular automota maps mostly done. il y a 4 ans
Cargo.toml 82612fc6cf Chapter 27 - cellular automota maps mostly done. il y a 4 ans
LICENSE 950a51f641 Spelling check run, add intro, README and LICENSE files. il y a 4 ans
README.md 950a51f641 Spelling check run, add intro, README and LICENSE files. il y a 4 ans
index.html 28df2a40fa update contributors. il y a 4 ans
wasmbuild.bat 82612fc6cf Chapter 27 - cellular automota maps mostly done. il y a 4 ans

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/.