bin
|
stub room socket connection (client + server)
|
2020-02-05 16:44:34 -08:00 |
data
|
add seed moves
|
2020-02-05 16:44:37 -08:00 |
public
|
serve basic page at api endpoint to redirect user
|
2020-02-05 16:44:33 -08:00 |
routes
|
stub games/:id endpoint to join game socket room
|
2020-02-05 16:44:36 -08:00 |
services
|
check legality of move prior to posting
|
2020-02-05 16:44:37 -08:00 |
test
|
check legality of move prior to posting
|
2020-02-05 16:44:37 -08:00 |
knexfile.js
|
add room migration and simple seeds
|
2020-02-05 16:44:33 -08:00 |
package.json
|
patch no-query bug in rooms/ endpoint
|
2020-02-05 16:44:35 -08:00 |
Procfile
|
debug produciton db connection
|
2020-02-05 16:44:30 -08:00 |
server.js
|
patch frontend api endpoint in config
|
2020-02-05 16:44:33 -08:00 |
socket.js
|
stub game services to store active games
|
2020-02-05 16:44:37 -08:00 |