aboutsummaryrefslogtreecommitdiff
path: root/uis/interactive.go
Commit message (Collapse)AuthorAgeFilesLines
* use uis/intercative.go as exampleFlorian Fischer2017-02-211-144/+0
|
* move network code from uis to netFlorian Fischer2017-02-211-1/+1
| | | | logic: add NewPlayer function
* logic: generalize Player structFlorian Fischer2017-02-191-18/+13
|
* TIL dice is the plural of dieFlorian Fischer2017-02-181-1/+1
|
* remove restrictive interfaceFlorian Fischer2017-02-161-34/+40
|
* interactive: print every player's resultFlorian Fischer2017-02-101-13/+22
|
* add MIT LicenseFlorian Fischer2017-02-071-0/+3
|
* interactive: use new cmd parsing codeFlorian Fischer2017-02-061-101/+31
|
* seperate UIs in new uis packageFlorian Fischer2017-01-281-0/+201
add Server and Client ui sceleton