EnumsΒ§
- TicTac
ToeCreate Game Error - Error that may occur while creating a tic-tac-toe game
- TicTac
ToeTry Move Error - Error that may occur while performing a tic-tac-toe move
- TicTac
ToeTry Move Response - The response for making a tic-tac-toe move
ConstantsΒ§
- CHECK_
IN_ πTIC_ TAC_ TOE_ GAME_ SQL - CREATE_
DEFAULT_ πSCORE_ TIC_ TAC_ TOE_ SQL - CREATE_
TIC_ πTAC_ TOE_ GAME_ SQL - DELETE_
TIC_ πTAC_ TOE_ GAME_ SQL - GET_
TIC_ πTAC_ TOE_ GAME_ SQL - GET_
TIC_ πTAC_ TOE_ SCORE_ SQL - GET_
TOP_ πTIC_ TAC_ TOE_ SCORES_ SQL - INCREMENT_
CONCEDES_ πSCORE_ TIC_ TAC_ TOE_ SQL - INCREMENT_
LOSSES_ πSCORE_ TIC_ TAC_ TOE_ SQL - INCREMENT_
TIES_ πSCORE_ TIC_ TAC_ TOE_ SQL - INCREMENT_
WINS_ πSCORE_ TIC_ TAC_ TOE_ SQL - UPDATE_
TIC_ πTAC_ TOE_ GAME_ SQL
FunctionsΒ§
- create_
user_ πscore_ data - Try to make a userβs score data
- delete_
tic_ πtac_ toe_ game - get_
tic_ πtac_ toe_ game - set_
draw_ πtic_ tac_ toe_ game - Set a tic-tac-toe game as a draw as part of a larger transaction, consuming it.
- set_
win_ πtic_ tac_ toe_ game - Set a tic-tac-toe game as a win as part of a larger transaction, consuming it.
- update_
tic_ πtac_ toe_ game