FAQ - mogproject/mog-playground GitHub Wiki
Frequently Asked Questions
1. How to add a piece graphic?
Add SVG files in mog-frontend
Put files in assets/img/p/***
Update Code in mog-frontend
src/main/scala/com/mogproject/mogami/frontend/model/PieceFace.scala
Define a new case object and add it to the variable all.
src/main/scala/com/mogproject/mogami/frontend/view/i18n/MessagesJapanese.scala
Add a Japanese translation of the piece set.
Testing
Be careful to the message length and check how it appears on mobile/tablet devices.
Licensing
Check copyright and update the following page if needed.