# Mini RPG Mini RPG is a derivative of the following videos by javidx9: - [Code-It-Yourself! Role Playing Game Part #1](https://youtu.be/xXXt3htgDok) It's been used to help me develop an understanding of: - Camera. - Story systems. To run: ```commandline cargo run --example mini-rpg ``` ## License The source code for this example is subject to the [OLC-3 License](https://github.com/OneLoneCoder/olcPixelGameEngine/blob/master/LICENCE.md). ## Implementation Notes - See the code it yourself platform game video for tilemap and collision detection.