Commit Graph

12 Commits

Author SHA1 Message Date
Branden J Brown b70abac827 unexport things that don't need to be exported
Most of all, this lets staticcheck point out things that are unused.
Also delete an unused thing found as a result of this.
2024-02-04 10:37:20 -06:00
Branden J Brown 76195d21cb why do cuffs not work 2024-02-03 13:37:26 -06:00
Branden J Brown e95d526266 implement matchmaking lobby
Fixes #2.
2024-01-21 19:53:08 -06:00
Branden J Brown 85824ef22f send all player's items to clients 2024-01-21 12:56:12 -06:00
Branden J Brown 46563f9115 unexport game state fields 2024-01-21 04:18:55 -06:00
Branden J Brown 9b6b645cfe group and turn numbers are hidden information 2024-01-21 01:09:36 -06:00
Branden J Brown 5fa8de142b add JSON DTOs for game state 2024-01-21 00:56:45 -06:00
Branden J Brown 402e3768e5 hp is set at start of round, not start of group 2024-01-21 00:25:51 -06:00
Branden J Brown 4d2f5a43dc consolidate turn advance 2024-01-21 00:14:32 -06:00
Branden J Brown 18ba9fd568 move player id to a separate package
Later, this package could hold stuff like MMR. It's just a type for now.
2024-01-20 23:56:03 -06:00
Branden J Brown e173225b6e second commit, too busy flowing to isolate work 2024-01-20 22:52:44 -06:00
Branden J Brown f0dc3716e8 initial commit, game init implemented 2024-01-20 22:06:56 -06:00