Commit Graph

21 Commits

Author SHA1 Message Date
677a6e9e4d fix game output 2022-03-18 15:21:10 -04:00
48ea6e62a1 add starting tests 2022-03-18 14:20:54 -04:00
7558da5c8e rotate board on output 2022-03-16 23:26:13 -04:00
fry
209a4f5caf Board that corresponds to what the api gives us (#4)
Display what the API gives us as the board + pieces.

Co-authored-by: David Frymoyer <david.frymoyer@gmail.com>
Reviewed-on: #4
Co-authored-by: fry <david.frymoyer@gmail.com>
Co-committed-by: fry <david.frymoyer@gmail.com>
2022-03-16 21:46:20 -04:00
fry
74ee26c8d6 Add nginx so we can make requests to our from the FE without CORS issues (#3)
Co-authored-by: David Frymoyer <david.frymoyer@gmail.com>
Reviewed-on: #3
Co-authored-by: fry <david.frymoyer@gmail.com>
Co-committed-by: fry <david.frymoyer@gmail.com>
2022-03-10 19:26:50 -05:00
a17107379c update readme 2022-03-08 16:12:41 -05:00
877edb34f5 use headers for player_id 2022-03-08 16:11:15 -05:00
fry
56e561c91e Put the api in docker (#2)
Self explanatory

Co-authored-by: David Frymoyer <david.frymoyer@gmail.com>
Reviewed-on: #2
Co-authored-by: fry <david.frymoyer@gmail.com>
Co-committed-by: fry <david.frymoyer@gmail.com>
2022-03-07 21:43:36 -05:00
08dedb24d2 fix game view 2022-03-07 16:14:30 -05:00
09831f53bf update go mod 2022-03-07 15:24:11 -05:00
79db3483c0 update readme 2022-03-07 15:21:59 -05:00
751c2b0dbe moves work 2022-03-07 15:21:37 -05:00
fa019a4de2 actually use new handlers 2022-03-07 15:04:13 -05:00
38c21448cc maybe don't respond twice 2022-03-07 14:49:02 -05:00
86883cff71 rest of the routes, dummy game creation 2022-03-07 14:47:35 -05:00
06e2175021 session skeleton up 2022-03-07 14:47:21 -05:00
e09c1c64e9 actually fix modules 2022-03-07 13:13:34 -05:00
ee011f5e1d remove replace from actual commit 2022-03-07 10:47:09 -05:00
fry
0339acaaba Add initial api and docker files (#1)
Add the basic setup files for a nextjs interface. Need to set up the board and all that. Should be able to get going with `docker-compose up ui` then you'll see a webpage that's just an input on localhost:3000

Co-authored-by: David Frymoyer <david.frymoyer@gmail.com>
Reviewed-on: #1
Co-authored-by: fry <david.frymoyer@gmail.com>
Co-committed-by: fry <david.frymoyer@gmail.com>
2022-03-05 09:57:20 -05:00
a13eaa5575 pretty readme 2022-03-03 13:30:52 -05:00
a50e4162b3 inital skeleton 2022-03-03 13:28:00 -05:00