Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.59 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.59 KB

board-score-hub

board-score-hub

Description


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 game

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.


Game Definition

The game definition defines the structure of the table for the game. You can find the interface for the definition here.


Development

TODO


by Philipp B.