Commit Graph

137 Commits (main)

Author SHA1 Message Date
Brian Hicks 930d09cf90
update nixpkgs 2024-02-25 13:54:00 -06:00
Brian Hicks e0822f1208 remove the checkphase 2021-09-14 07:46:21 -05:00
Brian Hicks 34ab8e4473 remove niv stuff 2021-09-13 17:08:25 -05:00
Brian Hicks 090cb5e39c move to flakes 2021-09-13 17:05:09 -05:00
Brian Hicks aff22eb1ca don't update both players during the play-in period 2021-05-25 09:42:47 -05:00
Brian Hicks a7f1fd1b69 remove container configuration 2021-05-25 09:28:01 -05:00
Brian Hicks 5ed6ae5075 upgrade deps 2021-05-25 09:25:19 -05:00
Brian Hicks 3e389b55b3 use mkShell instead of mkDerivation 2021-05-25 09:19:33 -05:00
Brian Hicks 0817e91d46 upgrade to unstable nixpkgs 2021-05-25 09:19:28 -05:00
Brian Hicks 9a22fc5d3a add elm-json 2021-05-25 09:15:49 -05:00
Brian Hicks b510cd0e6b update sources.nix 2021-05-25 09:15:45 -05:00
Brian Hicks e748c5f646 update sources 2021-05-25 09:15:40 -05:00
Brian Hicks e7e78093d1 fix issues I didn't test for in Main.elm 2021-04-05 13:57:22 -05:00
Brian Hicks d7ea77087a backfill tests for getters/setters 2021-04-05 12:33:11 -05:00
Brian Hicks d19f759165 combine interop tests 2021-04-05 12:26:16 -05:00
Brian Hicks 4ea9a07ccb move decoderTest up 2021-04-05 12:25:39 -05:00
Brian Hicks c7c993e31a make Player opaque too 2021-04-05 12:25:02 -05:00
Brian Hicks 26ed088bdc name stand-ins "existing player" instead of "dummy" 2021-04-05 12:03:28 -05:00
Brian Hicks 38a8ea0622 store players by their ID 2021-04-05 12:02:13 -05:00
Brian Hicks fa58353a1c do the right thing to generate the initial ID in playerFuzzer 2021-04-05 11:58:08 -05:00
Brian Hicks 59ce847a8a simplify name fuzzer 2021-04-05 11:56:00 -05:00
Brian Hicks 85984d0941 add elm-sorter-experiment 2021-04-05 11:25:02 -05:00
Brian Hicks 5af16b2683 make the ID opaque 2021-04-05 11:23:26 -05:00
Brian Hicks 068a4bba8a add murmur3 where Nix can find it 2021-04-05 11:14:31 -05:00
Brian Hicks c37c473e51 add an ID field to Player 2021-04-05 11:13:56 -05:00
Brian Hicks 054ad832cc add space between buttons 2021-02-02 11:46:10 -06:00
Brian Hicks 2ae4cd999d add a container image 2020-11-04 11:38:59 -06:00
Brian Hicks 7a6977405b update sources 2020-11-04 11:08:24 -06:00
Brian Hicks 8620958fa5 remove `with` 2020-11-04 11:07:37 -06:00
Brian Hicks 486e5698f0 lift elo-anything to an attrset 2020-11-04 11:06:15 -06:00
Brian Hicks 5231f8f951 implement my own percentile function so I can drop the dependency 2020-10-29 10:28:24 -05:00
Brian Hicks ac9e2b1ea1 determine stable plateau with percentile instead of absolute cutoff 2020-10-29 10:01:04 -05:00
Brian Hicks ccf73d6215 remove duplication 2020-10-29 09:52:14 -05:00
Brian Hicks 951032b50c favor getting new information in new players 2020-10-29 09:45:12 -05:00
Brian Hicks 659966df6b use up arrow for ties 2020-10-12 10:47:40 -05:00
Brian Hicks 229618b91b use average instead of median 2020-10-12 10:47:14 -05:00
Brian Hicks a52ebb8439 add players at the median score of the league 2020-10-12 10:45:14 -05:00
Brian Hicks 97e21162b7 add undo/redo 2020-09-25 14:45:23 -05:00
Brian Hicks 9f68d326ff peek back instead of reconstructing all of history 2020-09-25 14:18:19 -05:00
Brian Hicks e2a5b7f5a6 model history and push to it on any changes 2020-09-25 14:17:18 -05:00
Brian Hicks dd27284167 lower sensitivity cutoff 2020-09-23 08:10:06 -05:00
Brian Hicks 070ae5842f yeah, decided I don't like this 2020-09-23 08:07:05 -05:00
Brian Hicks f4d1df075b it's Elo, not ELO 2020-09-23 08:06:32 -05:00
Brian Hicks 11b1ba501f fix murmur3 issue 2020-09-22 10:55:51 -05:00
Brian Hicks 9510b05f97 add a circle to the current players 2020-09-22 10:54:16 -05:00
Brian Hicks 0fa336ec4d remove unused matchesPlayed field 2020-09-15 09:04:05 -05:00
Brian Hicks 8bd8c0ea98 fix up tests 2020-09-15 08:59:32 -05:00
Brian Hicks 09cf006af7 calculate k-factor based on matches played and ranking 2020-09-15 08:57:20 -05:00
Brian Hicks d516f3bd16 remove list-extra 2020-09-15 08:36:35 -05:00
Brian Hicks 45db76a892 use a nicer system for choosing the next match 2020-09-15 08:36:05 -05:00