aboutsummaryrefslogtreecommitdiff
path: root/uis/server.go
Commit message (Collapse)AuthorAgeFilesLines
* move network code from uis to netFlorian Fischer2017-02-211-489/+0
| | | | logic: add NewPlayer function
* logic: generalize Player structFlorian Fischer2017-02-191-15/+14
|
* TIL dice is the plural of dieFlorian Fischer2017-02-181-1/+1
|
* server: add sever implementationFlorian Fischer2017-02-161-4/+477
|
* remove restrictive interfaceFlorian Fischer2017-02-161-8/+6
|
* add MIT LicenseFlorian Fischer2017-02-071-0/+3
|
* seperate UIs in new uis packageFlorian Fischer2017-01-281-0/+16
add Server and Client ui sceleton