Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.
/ goprecure Public archive

[NO LONGER MAINTAINED] goprecure is golang implementation of "Go! Princess PreCure"

Notifications You must be signed in to change notification settings

sue445/goprecure

Repository files navigation

GoPrecure

goprecure is golang implementation of Go! Princess PreCure

Build Status Coverage Status GoDoc

Install

$ go get github.com/sue445/goprecure

Usage

via. gore

gore> :import github.com/sue445/goprecure
gore> flora := goprecure.NewCureFlora()
gore> flora.Name()
"春野はるか"

gore> flora.Transform()
プリキュアプリンセスエンゲージ咲き誇る花のプリンセスキュアフローラ強くやさしく美しくGo!プリンセスプリキュア冷たい檻に閉ざされた夢返していただきますわお覚悟はよろしくてgore> flora.Name()
"キュアフローラ"

gore> flora.Exchange(goprecure.Flora)
エクスチェンジモードエレガント舞え花よプリキュア・フローラル・トルビヨンごきげんよう

gore> ret, err = flora.Exchange(goprecure.Mermaid)
gore> err
&errors.errorString{
  s: "キュアフローラ can not use Mermaid",
}

Demo

Transform

flora_transform.gif

demo/flora_transform.go

Exchange

flora_exchange.gif

demo/flora_exchange.go

More examples

Development

$ go get github.com/mattn/gom
$ gom install

$ export GOPATH="`pwd`/_vendor":$GOPATH
$ _vendor/bin/gore

License

MIT

Presentations / Articles

in Japanese

About

[NO LONGER MAINTAINED] goprecure is golang implementation of "Go! Princess PreCure"

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages