Skip to content

mrlanu/flutter_roguelike

Repository files navigation

Roguelike in Flutter

Every year, the community over at - r/roguelikedev runs a "Tutorial Tuesday" series

that encourages new programmers to dive into the world of roguelike development.

Many different programming languages are typically represented.

I decided to try my hand at implementing a roguelike using - Flutter

MyPic

How to run

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