knowyt/server/src/game
2021-12-03 18:36:19 +01:00
..
addQuote.go refactoring: renamed Statement to Quote 2021-08-13 21:37:32 +02:00
changeGameState.go game: countdown to play state 2021-08-15 17:12:24 +02:00
collectQuotes.go collect quotes status added 2021-10-01 16:40:07 +02:00
continueGame.go proceed to next round 2021-09-20 10:41:34 +02:00
finishGame.go don't crash on setupRound() when there're no more quotes 2021-12-03 17:23:42 +01:00
game.go read game state on startup 2021-09-26 23:36:47 +02:00
getGameState.go save state 2021-09-19 23:31:24 +02:00
getPlayer.go populate round's sources (WIP) 2021-09-06 23:31:09 +02:00
getQuote.go saveQuote, removeQuote (WIP) 2021-10-15 23:07:41 +02:00
getQuotesInfoByUser.go fetch list of my quotes 2021-10-01 21:19:31 +02:00
nextRound.go randomize order of sources 2021-09-20 16:53:49 +02:00
notifyClients.go game: countdown to play state 2021-08-15 17:12:24 +02:00
player.go save state 2021-09-19 23:31:24 +02:00
populateGetPlayers.go update score 2021-09-17 23:21:06 +02:00
populateGetRoundInfo.go revelation of the source 2021-09-06 21:56:52 +02:00
populateSyncDataCb.go calculate number of quotes left/total, send to client 2021-12-03 18:36:19 +01:00
removeQuote.go update list of quotes after create/delete 2021-10-16 21:35:31 +02:00
revealShowCount.go proceed to next round 2021-09-20 10:41:34 +02:00
revealSource.go mark quote as played after reveal 2021-09-17 23:40:15 +02:00
runCountdown.go game: countdown to play state 2021-08-15 17:12:24 +02:00
runFinal.go finals table (WIP) 2021-09-21 07:57:33 +02:00
runRound.go don't crash on setupRound() when there're no more quotes 2021-12-03 17:23:42 +01:00
saveQuote.go update list of quotes after create/delete 2021-10-16 21:35:31 +02:00
saveSelection.go save and store selection 2021-08-30 18:21:14 +02:00
setGameState.go read game state on startup 2021-09-26 23:36:47 +02:00
setupRound.go don't crash on setupRound() when there're no more quotes 2021-12-03 17:23:42 +01:00
startGame.go finish game, proceed to finals 2021-09-24 20:46:10 +02:00
struct.go collect quotes status added 2021-10-01 16:40:07 +02:00