Skip to content

Instantly share code, notes, and snippets.

@muzudho
Last active August 1, 2017 13:49
Show Gist options
  • Save muzudho/ceaa8e82657decad0235888f8915e7fc to your computer and use it in GitHub Desktop.
Save muzudho/ceaa8e82657decad0235888f8915e7fc to your computer and use it in GitHub Desktop.
ゲーム開発を受注しようぜ<その1> 開発環境の準備 ref: http://qiita.com/muzudho1/items/d5d30619bf7f4102f7f1
@startuml
きふわらべ -> お父ん : 起きろ☆!
きふわらべ <- お父ん : 起きてるぜ☆!
@enduml
@startuml
interface 二足歩行{
+ 前進()
}
interface USI将棋エンジン{
+ ベストムーブ()
}
class お父ん{
+ お金
}
class きふわらべ{
+ 電力
}
二足歩行 <|-- お父ん
二足歩行 <|--きふわらべ
USI将棋エンジン <|-- きふわらべ
@enduml
{
"きふわらべ":"起きろ、お父ん!",
"お父ん":"起きてるぜ"
}
note "用語\n--\nスター : ステージ中で拾うもの" as n2
ステージ詳細 -down-> ステージ : スタートボタン タップ
リザルト -up-> ステージ詳細 : OKボタン タップ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment