Skip to content

ecli666/tsoh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsoh

The Story of Hallakungui.

About

2D RPG game with optional multiplay.

Screenshots

Features

  • 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

Technologies

Starting

  • 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

License

  • This project is under license from MIT.

Releases

No releases published

Packages

No packages published

Languages