This repository is my attempt at working through the Roguelike Tutorial in Rust. I was heavily inspired by Uncle Scientist's "Writing a Roguelike using RLTK" playlist on YouTube, where he works through the tutorial in bitesized chunks.
Code from the tutorial is copyright the original authors and released under the MIT License, see amethyst/rustrogueliketutorial for details.
Original code is copyright 2022, Keith Sharp, kms@passback.co.uk and is released under the AGPL.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/