Skip to content

Releases: Ruben9922/reversi

v0.2.0

11 Jun 21:09
Compare
Choose a tag to compare

Changelog

  • 40f59e1 Add workflow_dispatch trigger to GitHub Action
  • f909efc Add info about macOS unidentified developer error
  • cc58e9a Add one-player mode
  • b9096a1 Attempt to use GoReleaser to generate Snap packages
  • 2c24f98 Further styling refactoring
  • 9fcb75f Install Snapcraft in GitHub Action
  • 9892f7a Minor styling changes
  • ff2162d Refactor styling
  • e76622b Refactor styling
  • 72cdf63 Remove extra space in archive names
  • b9abe1b Remove unused variable
  • 592a31f Use radio buttons for displaying game options

v0.1.1

25 Apr 07:31
Compare
Choose a tag to compare

Changelog

  • 0166cbe Display "macos" instead of "darwin" in macOS archive names
  • f3ae176 Display version correctly
  • 8c69142 Edit README
  • f719257 Edit archive name template in .goreleaser.yaml

v0.1.0

24 Apr 20:45
Compare
Choose a tag to compare

Changelog

  • 55ee561 Add .gitignore
  • f2fd09c Add GoLand files
  • 50d449e Add help text to display controls
  • 4a1976c Add initial README
  • 41c6c9e Add licence
  • c81d99b Add newlines as a workaround for incorrect text width when resizing
  • 8e55a64 Add option to play again from game over view
  • 946d36d Add quit confirmation message
  • 693306f Add title view
  • 8a1d76a Add win condition & game over view
  • 1ebf3bd Display version
  • 0927442 Don't update available points when switching to point confirmation view
  • c1fdbea Fix current player being changed on resizing
  • 2418cc7 Fix incorrect max text width
  • 6daae66 Implement separate "classic Reversi" and Othello rules
  • f3f1c7d Improve resizing behaviour / view refactoring
  • a1d9170 Initial commit
  • 64ffa2d Minor change to text formatting
  • 7b43c40 Minor change to text formatting
  • 31036c5 Minor changes to help text
  • 7ce0d9e More minor styling improvements
  • 5148753 Pluralise the word "disks" properly
  • ab8a955 Remove blink style
  • c5a0af8 Remove commented out code
  • fee10bd Remove total disks flipped statistic
  • 4efce43 Reuse computed "available points" within view
  • 53f0986 Run go mod tidy
  • c8b829a Set up GoReleaser
  • ce538ec Set up Snapcraft
  • e3fab67 Show number of disks flipped after each turn
  • 3f3e583 Update "available points" to only include points that will result in one or more flips
  • a1d9112 Use "tie" instead of "draw"
  • 71f65c2 Use string.Builder
  • f38c1a4 Use different colour for showing flipped disks
  • 04bad06 Use map when computing "available points" to prevent duplicates
  • d2971ca Various styling improvements