Skip to content

Unicellular/cfegame

Repository files navigation

五行戰鬥牌

最新規則請見 遊戲官方網站

對規則有疑義可以到 討論區留言討論。

開發環境

  • rails 7.0.4

  • ruby 3.2.0

執行rspec

# if you have change the db schema
rails db:reset
rails db:seed RAILS_ENV=test
# do the spec
rails spec