Skip to content

Releases: robert-saramet/quizio

v0.4.1 - rename module for go install

30 Sep 19:09
dbb78e9
Compare
Choose a tag to compare
Pre-release
Fix module name in mod.go

v0.4.0 - all functionality complete

23 Sep 17:16
Compare
Choose a tag to compare
Pre-release

Changes:

  • main.go
    • clean up the prototype code
  • cli.go
    • remove menu and player from struct
    • remove obsolete windows-specific code
    • move some functions to game.go
  • game.go
    • put gameplay-specific code here
    • refactor cli methods into functions
  • player.go
    • remove "Default" from field names
  • player.yaml
    • edit to match player.go
  • question.go
    • restrain: select appropriate questions
    • shuffle: order questions randomly

v0.3.0 - cli works nicely

21 Sep 21:30
Compare
Choose a tag to compare
Pre-release

Note: Windows no longer supported due to UNIX-only package "term" used for CLI functionality

Commit 1: Refactor entire package, implement player files

Commit 2: Make menu functionality slightly more automatic

v0.2.0 - basic game functionality

15 Sep 20:36
Compare
Choose a tag to compare
Pre-release
  • YAML exentions implemented
  • Questions no longer hardcoded
  • Works like an actual (boring) game

v0.1.0 - hardcoded demo quiz

15 Sep 16:47
Compare
Choose a tag to compare
Pre-release
Initial commit