aboutsummaryrefslogtreecommitdiff
path: root/uis
Commit message (Collapse)AuthorAgeFilesLines
* use uis/intercative.go as exampleFlorian Fischer2017-02-211-144/+0
|
* move network code from uis to netFlorian Fischer2017-02-213-502/+1
| | | | logic: add NewPlayer function
* logic: generalize Player structFlorian Fischer2017-02-192-33/+27
|
* TIL dice is the plural of dieFlorian Fischer2017-02-182-2/+2
|
* server: add sever implementationFlorian Fischer2017-02-161-4/+477
|
* remove restrictive interfaceFlorian Fischer2017-02-163-51/+49
|
* interactive: print every player's resultFlorian Fischer2017-02-101-13/+22
|
* add MIT LicenseFlorian Fischer2017-02-073-0/+9
|
* interactive: use new cmd parsing codeFlorian Fischer2017-02-061-101/+31
|
* run go fmtFlorian Fischer2017-02-061-1/+0
|
* seperate UIs in new uis packageFlorian Fischer2017-01-283-0/+233
add Server and Client ui sceleton