The Story of Hallakungui.
2D RPG game with optional multiplay.
- multi scene management using worldroute
- camera moving
- 2 type clothes and weapon swap
- collision check with ground tile
- strike enemies with swords and arrows
- overlay
- localization
- connecting to a server using http and websocket
- bgm and audio effect
- Launch iOS simulator or Android emulator and set landscape orientation.
$ git clone https://github.com/ecli666/tsoh
$ cd tsoh
$ flutter pub get
$ flutter run- For multiplay.
$ git clone https://github.com/ecli666/tsoh
$ cd tsoh
$ cd server
$ flutter pub get
$ dart_frog dev
$ cd ..
$ flutter pub get
$ flutter run- This project is under license from MIT.





