Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrlanu/flutter_roguelike

A Roguelike game in Flutter
https://github.com/mrlanu/flutter_roguelike

flutter flutter-app roguelike roguelike-game

Last synced: 25 days ago
JSON representation

A Roguelike game in Flutter

Awesome Lists containing this project

README

        

# Roguelike in Flutter

### Every year, the community over at - [r/roguelikedev](https://www.reddit.com/r/roguelikedev/new/) 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](https://flutter.dev/)


MyPic

## How to run

First, you'll need to clone the repository using the following command in your terminal:

```sh
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:

```sh
flutter run
```