CodebreakerApp / Codebreaker.Backend

MIT License
2 stars 0 forks source link

Game per day API #38

Open christiannagel opened 1 year ago

christiannagel commented 1 year ago

Admin API (this will be authenticated for admin) to create game-templates for the game of the day (OTD) for a date range.

Games of the day types:

This stores GameTemplate types to the database

The GameTemplate contains these members:

API to play:

christiannagel commented 1 year ago

dependent on #39