index
:
dicegame
main
Game simulation to help understand Go concurrency patterns.
Brandon Irizarry
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-04-23
docs: change title
HEAD
main
Brandon C. Irizarry
2026-04-23
docs: edit README and add example game output
Brandon C. Irizarry
2026-04-23
feat: reword comment
Brandon C. Irizarry
2026-04-23
docs: update README
Brandon C. Irizarry
2026-04-23
docs: expand README
Brandon C. Irizarry
2026-04-23
style: rename guild to party
Brandon C. Irizarry
2026-04-23
refactor: move termination task into separate function
Brandon C. Irizarry
2026-04-23
docs: expand the README with more detail and examples
Brandon C. Irizarry
2026-04-23
style: fix remaining "score" names
Brandon C. Irizarry
2026-04-23
feat: clarify the printouts
Brandon C. Irizarry
2026-04-23
feat: rename Score struct to Player
Brandon C. Irizarry
2026-04-23
feat: print a prettified report of the winner
Brandon C. Irizarry
2026-04-23
feat: log when the winning number is thrown
Brandon C. Irizarry
2026-04-23
feat: remove start message
Brandon C. Irizarry
2026-04-23
feat: use wait group to wait for players to finish
Brandon C. Irizarry
2026-04-23
feat: include some logging
Brandon C. Irizarry
2026-04-23
feat: two players roll dice indefinitely
Brandon C. Irizarry