Skip to content

Releases: RoloEdits/Bingo

Release v0.3.0

27 Jun 05:03
82f7756
Compare
Choose a tag to compare

Notable Changes

Features

  • Added a runtime timer that informs how long it took to resolve all guesses. f9b0c6c
  • Added check for homogenous guesses. 0c810c2
  • Maximum size for the grid is now 255 x 255, for a total of 65,025 squares.
  • Made it so that the row labels can loop from A - IZ. This is effectively just a base-26 numerical system, enough to cover the 255 range limit. 41f9d9e

Bug Fixes and Changes

  • Made program more resilient against bad inputs. It now re-prompts user until valid input is given instead of needing to close program fully. 970ccfe 5a914aa e8718e3 8aa7c35
  • If the player has guessed all of one answer, then their result is omitted from the stats. This was done so that the stats represent a more meaningful representation of peoples choices, rather than the most accurate. a820b22
  • Player scores are still sorted in descending order, but now those with the same scores will be sorted alphabetically, by name. 50ad08c
  • Players that incorrectly guessed for anything but the amount needed, or just from human error when copying the data, are now displayed all at once, informing what row they are in the spreadsheet, and also how much they guessed for versus how much it should be. This is changed from a one at a time method that would require multiple app exits instead. 8cab50b

image

Windows

  • tog-bingo-v0.3.0-win-x64.exe requires .NET to be installed.

If you can't run it, head here to download the runtime.

Linux

In theory, this file should also work on Mac, run the same way as on Linux, just make sure to have .NET installed.

./tog-bingo-v0.3.0-linux-x64
  • tog-bingo-v0.3.0-linux-x64.zip requires .NET to be installed.

You can install it via your package manager

Debian/Ubuntu:

apt install dotnet

Fedora:

dnf install dotnet

Arch:

pacman -S dotnet-runtime

Release v0.2.1

11 Jun 05:36
Compare
Choose a tag to compare

Notable Changes

Features

  • Added markdown table creation that outputs the correct answer key. ab476b4

If you want a recommendation for a simple and easy to use Markdown reader: MarkText

eg:
image

Bug Fixes and Changes

  • Refactored a large part of the program so its better segmented.
  • Changed Repo name and default namespace to Bingo
  • Moved new table and old percentage table to top of document.
  • Now sizes the console window on launch for Windows.

Windows

  • tog-bingo-v0.2.1-win-x64.exe requires .NET to be installed.

If you can't run it, head here to download the runtime.

Linux

  • tog-bingo-v0.2.1-linux-x64.zip requires .NET to be installed.

You can install it via your package manager

Debian/Ubuntu:

apt install dotnet

Fedora:

dnf install dotnet

Arch:

pacman -S dotnet-runtime

Release v0.2.0

31 May 00:47
Compare
Choose a tag to compare

Notable Changes

Features

  • Added markdown table creation that outputs how many people got a given square correct out of all participants. 20a4f62

If you want a recommendation for a simple and easy to use Markdown reader: MarkText

eg:
image

Bug Fixes and Changes

  • Fixed a bug where if the user would close the program by any other means other than pressing a key to exit, no data would be written to file, leaving a blank markdown file. 4fa8120
  • Changed ASCII art from 'Tower of God Bingo' text to Zahards three eye symbol 227e269
  • Set up project to be better organized. 8a99f56 e498d66 ad4ce84 8bcb4c3 48ed709 25439a4

Windows

  • tog-bingo-v0.2.0-win-x64.exe requires .NET to be installed.

If you can't run it, head here to download the runtime.

Linux

  • tog-bingo-v0.2.0-linux-x64.zip requires .NET to be installed.

You can install it via your package manager

Debian/Ubuntu:

apt install dotnet

Fedora:

dnf install dotnet

Arch:

pacman -S dotnet-runtime

Release v0.1.1

22 May 02:04
Compare
Choose a tag to compare

Notable Changes

There is now just one the runtime dependent version.

Features

  • Made console text red to match the logo branding 352cea8
  • Added console title to match branding 352cea8

Bug Fixes and Changes

  • Fixed an issue where having spaces at the beginning or end of the path entry would throw an exception 085f4d1
  • Fixed various typos in source code(did not effect functionality) a324bf1
  • Changed project naming from tog_bingo to tog-bingo 1a63779
  • Restructured the code to be more optimized in operations and readability 0a7283a ea19da1 2938a95

Windows

  • tog-bingo-v0.1.1-win-x64.exe requires .NET to be installed.

If you can't run it, head here to download the runtime.

Linux

  • tog-bingo-v0.1.1-linux-x64.zip requires .NET to be installed.

You can install it via your package manager

Debian/Ubuntu:

apt install dotnet

Fedora:

dnf install dotnet

Arch:

pacman -S dotnet-runtime

Release v0.1.0

19 May 20:58
Compare
Choose a tag to compare

Windows

There are two versions:

  • tog-bingo-v0.1.0-win-x64-portable.exe is completely portable, with the runtime components included.

  • tog-bingo-v0.1.0-win-x64.exe requires .NET to be installed.

Linux

There are two versions:

  • tog-bingo-v0.1.0-linux-x64-portable.zip is completely portable, with the runtime components included.

  • tog-bingo-v0.1.0-linux-x64.zip requires .NET to be installed.