Skip to content

Releases: TheWhite147/pi-score-counter

In-game ELO comparison!

21 Oct 19:09
Compare
Choose a tag to compare

New feature

  • ELO score (+/-) is now displayed during the game so you do not have to wait the end of the game to see how much points you won/lost.

Performances, multi-seasons and rank divisions!

12 Aug 13:06
52faf69
Compare
Choose a tag to compare

🚨 DATABASE MIGRATION REQUIRED! 🚨

After you updated to this version, please run the script migrate_scores_into_games.py in order to migrate your existing database. A backup of the database is recommended.

Enhancements

  • Scores are now loaded with the Api.GetGames endpoint. This increases loading performances a lot. Every scores are still recorded in the database.

New features

  • You can now set multiple seasons in the future. The system will only load the active one, so you do not have to edit season.js every time.
  • Rank divisions: Every rank is now divided in 3 divisions of 10 points. They are displayed as little green circles under each rank.

NFC Reader!

20 Apr 00:29
5349730
Compare
Choose a tag to compare

New features

  • You can now select players by using a NFC chip reader!!! 😄

Seasons!

24 Mar 18:26
Compare
Choose a tag to compare

New features

  • It is now possible to setup a season! Statistics will be computed within the range of the setuped season dates.
    • To enable a season, just change the variables values in web/js/season.js.

Enhancements

  • Big performance improvements when computing ELO. When the Api.GetScores() was called, all scores were always fetched from the database (could take many seconds to load). Now, Api.GetScores() and Api.GetGames() can take an idLastGame parameter to fetch only the games and scores that were not already loaded.

ELO ranking

12 Mar 01:06
7e8f9a1
Compare
Choose a tag to compare

New features

  • ELO rankings shows while playing and are recalculated after a game
  • After 60 seconds of inactivity in the main menu, stats screen shows up with detailed statistics

Bugfixes

  • Fixed a major bug that was ignoring every games a player made as "Player 2".. yep!

Minor bugfixes and enhancements

01 Mar 00:56
Compare
Choose a tag to compare

Enhancements

  • Statistics banner text is now bigger
  • It is now possible to go to main menu by setting a negative score. The opponent's score must be 0 to do so.

Bugfixes

  • Some games were detected as valid in the statistics but they were not (games under 60 seconds)

Statistics

01 Mar 00:11
6e5736b
Compare
Choose a tag to compare

New features

  • Added statistics ribbon at the bottom of the page

Minor bugfixes and enhancements

14 Feb 04:46
Compare
Choose a tag to compare

Enhancements

  • A player can now toggle if he is ready or not in players list
  • Better UI for serving player during game

Bugfixes

  • Fixed service toggle bug when decreasing score
  • Fixed negative scores bug when decreasing score

First release

13 Feb 01:42
Compare
Choose a tag to compare

First release. Ready to install. All main features done.