Every year, the community over at - r/roguelikedev runs a "Tutorial Tuesday" series
I decided to try my hand at implementing a roguelike using - Flutter
First, you'll need to clone the repository using the following command in your terminal:
git clone https://github.com/mrlanu/flutter_roguelike.git
Then, you'll need to start the mobile app by running the following command in the project folder:
flutter run