BoardScoreHub is a web application that is used for keeping track of scores for board games. It is a simple and easy-to-use application that allows users to create and manage games, players, and scores. The application is built using React.
Add a new folder in the games directory with the structure of the other games. Alternative you can install templify and run the following command:
tpy generate game <game-name>
After adding the game folder you have to register the game in the allGames.ts file.
The game definition defines the structure of the table for the game. You can find the interface for the definition here.
TODO
by Philipp B.