niehusst / net-go

The game Go over the internet.
GNU General Public License v3.0
0 stars 0 forks source link

add ability to continue in-progress game #38

Open niehusst opened 11 months ago

niehusst commented 11 months ago

backend should save in-progress games on each move (many-to-many relation between User and Game (even though user side of relation is always 2))

frontend should add page to list games in rows. Clicking one should construct game URL and nav to that GamePlay page.