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: 3 months ago
JSON representation
A Roguelike game in Flutter
- Host: GitHub
- URL: https://github.com/mrlanu/flutter_roguelike
- Owner: mrlanu
- Created: 2024-08-21T03:06:08.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T18:48:10.000Z (8 months ago)
- Last Synced: 2025-01-05T02:41:36.285Z (4 months ago)
- Topics: flutter, flutter-app, roguelike, roguelike-game
- Language: Dart
- Homepage:
- Size: 531 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)
![]()
## 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
```