niehusst / net-go

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

end game scoring logic #19

Closed niehusst closed 7 months ago

niehusst commented 1 year ago

should also show rudimentary UI for displaying the score

niehusst commented 8 months ago

grep for TODO and printBoard

niehusst commented 7 months ago

create some generic type transformer in Main.elm to handle passing message content from one page to the next init

niehusst commented 7 months ago

actually i think pages should be independent of all data; meaning score should be displayed on the game page (where the game data is). KILL SCORE PAGE