Aucune description

Herbert Wolverson 950a51f641 Spelling check run, add intro, README and LICENSE files. il y a 4 ans
.vscode 950a51f641 Spelling check run, add intro, README and LICENSE files. il y a 4 ans
book 950a51f641 Spelling check run, add intro, README and LICENSE files. il y a 4 ans
chapter-01-hellorust e20960c49f Initial commit of first 2 chapters. il y a 4 ans
chapter-02-helloecs e20960c49f Initial commit of first 2 chapters. il y a 4 ans
chapter-03-walkmap 06b3062980 Chapter 3 - a walkable map. il y a 4 ans
chapter-04-newmap 67f9fc836d Chapter 4: map generation and VI keys. il y a 4 ans
chapter-05-fov 36bd335c94 Chapter 5 - FOV il y a 4 ans
chapter-06-monsters bb561289dd Starting on chapter 7 il y a 4 ans
chapter-07-damage d30ad10770 Chapter 8 - GUI. il y a 4 ans
chapter-08-ui d30ad10770 Chapter 8 - GUI. il y a 4 ans
chapter-09-items 1fdee4266c Chapter 9 working barring tweaks. il y a 4 ans
chapter-10-ranged 9ee904503b Working chapter 10, just needs visuals. il y a 4 ans
chapter-11-loadsave 73aee09ed2 Chapter 11 is working, just needs some tidying up. il y a 4 ans
chapter-12-delvingdeeper dba4087dae Chapter 12 - delving deeper. il y a 4 ans
chapter-13-difficulty 729f32cc55 Chapter 13 ready for editing. il y a 4 ans
chapter-14-gear 00dd2430e5 Chapter 14 and we're done with the first pass of section 1. il y a 4 ans
resources e20960c49f Initial commit of first 2 chapters. 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 170b59bc46 WIP - you can equip and benefit from weapons/shields. il y a 4 ans
Cargo.toml 6a50e696e1 Chapter 14 placeholder. 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

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