Who doesn't know what a merge-like game is? The rules are simple:
- Create object on board
- Merge them to create higher-level object
My idea is to create an API to handle such mechanic, so anybody can use this API to create a merge-like game
Base idea
- Sync board states across redis and postgresql on board-access level