I DID STUFF, GOD A PROC MACRO AND SHIT

This commit is contained in:
Rusty Striker 2024-09-22 23:46:51 +03:00
commit 22319e84a1
Signed by: RustyStriker
GPG key ID: 87E4D691632DFF15
28 changed files with 3101 additions and 0 deletions

23
reqs.md Normal file
View file

@ -0,0 +1,23 @@
# Requests (and their responses)
## User initiated
- Login
- get available tabes
- get table data
- connect to table
- get map data
- table ping
- table action (this will prob be broken into different actions later):
- move token
-
- close table (admin closes the table)
- exit table (user exits the table)
## Server initiated
- push image
- table ping (transfer)
- table action (transfer)
- map update (switch map)
- close table (remove player from table)