| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | migrate to go moduleHEADv0.0.0-alphamaster | Florian Fischer | 2022-12-21 | 1 | -0/+3 |
| | | |||||
| * | remove unfinished ui code from goffel.go | Florian Fischer | 2017-03-16 | 1 | -6/+2 |
| | | |||||
| * | mention License in README.md | Florian Fischer | 2017-03-16 | 1 | -0/+3 |
| | | |||||
| * | use uis/intercative.go as example | Florian Fischer | 2017-02-21 | 1 | -46/+31 |
| | | |||||
| * | logic: add FindBest() | Florian Fischer | 2017-02-21 | 2 | -36/+22 |
| | | | | | server: use logic.Player | ||||
| * | move network code from uis to net | Florian Fischer | 2017-02-21 | 5 | -6/+11 |
| | | | | | logic: add NewPlayer function | ||||
| * | score: remove "Score:" line from String() | Florian Fischer | 2017-02-20 | 1 | -1/+1 |
| | | |||||
| * | cmd: dices -> dice | Florian Fischer | 2017-02-19 | 1 | -11/+11 |
| | | |||||
| * | logic: generalize Player struct | Florian Fischer | 2017-02-19 | 3 | -33/+36 |
| | | |||||
| * | logic: rename Dices -> Dice in tests | Florian Fischer | 2017-02-18 | 2 | -41/+41 |
| | | |||||
| * | TIL dice is the plural of die | Florian Fischer | 2017-02-18 | 5 | -17/+17 |
| | | |||||
| * | score: improve Insert() and Cancel() error strings | Florian Fischer | 2017-02-18 | 1 | -11/+10 |
| | | |||||
| * | cmd: improve error strings of ParseCmd | Florian Fischer | 2017-02-18 | 1 | -4/+7 |
| | | |||||
| * | README: add netcat example | Florian Fischer | 2017-02-16 | 1 | -0/+13 |
| | | |||||
| * | server: add sever implementation | Florian Fischer | 2017-02-16 | 1 | -4/+477 |
| | | |||||
| * | cmd: mention "q/quit" in help | Florian Fischer | 2017-02-16 | 1 | -0/+1 |
| | | |||||
| * | remove restrictive interface | Florian Fischer | 2017-02-16 | 4 | -84/+70 |
| | | |||||
| * | score: add total to String() | Florian Fischer | 2017-02-16 | 1 | -0/+1 |
| | | |||||
| * | cmd: strip new line from ParseCmd's input | Florian Fischer | 2017-02-13 | 1 | -1/+1 |
| | | |||||
| * | cmd: allow long command names | Florian Fischer | 2017-02-13 | 1 | -5/+10 |
| | | |||||
| * | dices: add NewDices() | Florian Fischer | 2017-02-13 | 1 | -0/+6 |
| | | |||||
| * | interactive: print every player's result | Florian Fischer | 2017-02-10 | 1 | -13/+22 |
| | | |||||
| * | cmd: change return value of CmdHelp from string to []string | Florian Fischer | 2017-02-10 | 1 | -42/+42 |
| | | |||||
| * | cmd: trim whitespace before processing input | Florian Fischer | 2017-02-10 | 2 | -0/+9 |
| | | |||||
| * | cmd: fix typo in help | Florian Fischer | 2017-02-10 | 2 | -5/+5 |
| | | |||||
| * | cmd: fix tests | Florian Fischer | 2017-02-09 | 1 | -3/+8 |
| | | |||||
| * | Score: fix Cancel() and add tests | Florian Fischer | 2017-02-09 | 2 | -2/+27 |
| | | |||||
| * | add Readme | Florian Fischer | 2017-02-07 | 1 | -0/+25 |
| | | |||||
| * | add MIT License | Florian Fischer | 2017-02-07 | 10 | -0/+46 |
| | | |||||
| * | interactive: use new cmd parsing code | Florian Fischer | 2017-02-06 | 1 | -101/+31 |
| | | |||||
| * | generalise command parsing code | Florian Fischer | 2017-02-06 | 2 | -0/+276 |
| | | |||||
| * | score: export entry names | Florian Fischer | 2017-02-06 | 2 | -32/+48 |
| | | |||||
| * | run go fmt | Florian Fischer | 2017-02-06 | 3 | -3/+1 |
| | | |||||
| * | dices: use fancy dice runes only if explicit specified | Florian Fischer | 2017-01-30 | 2 | -2/+15 |
| | | |||||
| * | seperate UIs in new uis package | Florian Fischer | 2017-01-28 | 4 | -2/+50 |
| | | | | | add Server and Client ui sceleton | ||||
| * | add .gitignore | Florian Fischer | 2017-01-28 | 1 | -0/+2 |
| | | |||||
| * | add executable and a simple interactive terminal ui | Florian Fischer | 2017-01-28 | 2 | -0/+236 |
| | | |||||
| * | dices.go: make Roll() more robust | Florian Fischer | 2017-01-28 | 1 | -3/+8 |
| | | |||||
| * | score.go: add method to cancel an entry (write 0 to it) | Florian Fischer | 2017-01-28 | 1 | -0/+11 |
| | | |||||
| * | add Score implementation | Florian Fischer | 2017-01-27 | 2 | -0/+217 |
| | | |||||
| * | change package goffel into logic | Florian Fischer | 2017-01-27 | 2 | -2/+5 |
| | | |||||
| * | add dices implementation | Florian Fischer | 2017-01-27 | 2 | -0/+207 |
| The type Dices represent the dice set. It also implements the game logic checks. (IsFullHouse, ...) | |||||
