| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | add comments and action assertion | Florian Fischer | 2025-07-22 | 3 | -1/+7 | |
| | | ||||||
| * | add more deck and farm area effect tests | Florian Fischer | 2025-07-22 | 2 | -2/+65 | |
| | | ||||||
| * | add more AI tests | Florian Fischer | 2025-07-22 | 1 | -0/+71 | |
| | | ||||||
| * | do not return nil actions | Florian Fischer | 2025-07-22 | 1 | -4/+1 | |
| | | ||||||
| * | detect end of unit AI actions and tap the unit | Florian Fischer | 2025-07-22 | 2 | -3/+18 | |
| | | ||||||
| * | use suggested AI if no explicit desc is available | Florian Fischer | 2025-07-22 | 1 | -1/+4 | |
| | | ||||||
| * | fix Target.AllowSelection for '*' avtions | Florian Fischer | 2025-07-22 | 1 | -3/+5 | |
| | | ||||||
| * | implement "you control" target constraint | Florian Fischer | 2025-07-22 | 4 | -8/+87 | |
| | | ||||||
| * | fix broken permanent initializations | Florian Fischer | 2025-07-22 | 5 | -11/+27 | |
| | | ||||||
| * | panic if we try to resolve an unknown card type | Florian Fischer | 2025-07-22 | 1 | -1/+1 | |
| | | ||||||
| * | add comment about broken big card grids | Florian Fischer | 2025-07-22 | 2 | -0/+3 | |
| | | ||||||
| * | modernize and add new random deck function | Florian Fischer | 2025-07-22 | 1 | -3/+15 | |
| | | ||||||
| * | allow more flexible player creation | Florian Fischer | 2025-07-22 | 1 | -8/+19 | |
| | | ||||||
| * | fix king map preparation | Florian Fischer | 2025-07-22 | 7 | -14/+33 | |
| | | ||||||
| * | add simple ai implementation | Florian Fischer | 2025-07-22 | 4 | -2/+199 | |
| | | ||||||
| * | change move action representation | Florian Fischer | 2025-07-19 | 1 | -2/+2 | |
| | | ||||||
| * | fix handling of straight streets | Florian Fischer | 2025-07-19 | 1 | -3/+5 | |
| | | ||||||
| * | remove player color from game code | Florian Fischer | 2025-07-19 | 11 | -29/+28 | |
| | | ||||||
| * | add minimal number choice width | Florian Fischer | 2025-07-06 | 1 | -1/+2 | |
| | | ||||||
| * | add more ways to interact with a buffer's lines | Florian Fischer | 2025-07-06 | 1 | -0/+16 | |
| | | ||||||
| * | fix draft bugs | Florian Fischer | 2025-07-06 | 1 | -4/+6 | |
| | | | | | | Do not access an empty slice by index. Do not assume all received notificarions are DraftPickPrompts. | |||||
| * | allow to start a local draft with external values | Florian Fischer | 2025-07-06 | 1 | -14/+51 | |
| | | ||||||
| * | add todos about tests and documentation | Florian Fischer | 2025-07-06 | 1 | -0/+2 | |
| | | ||||||
| * | update dependencies | Florian Fischer | 2025-07-06 | 2 | -34/+51 | |
| | | | | | | Replace gorilla with coder websocket implementation for wasm support. Add xdg package for use in our applications. | |||||
| * | do not use 0 as timer bar width | Florian Fischer | 2025-07-06 | 1 | -0/+3 | |
| | | ||||||
| * | add attack unit tests and documentation | Florian Fischer | 2025-07-06 | 2 | -2/+60 | |
| | | ||||||
| * | add more card unit tests | Florian Fischer | 2025-07-06 | 1 | -0/+31 | |
| | | ||||||
| * | fail if loading an unknown card and add more poc test cases | Florian Fischer | 2025-07-06 | 3 | -2/+102 | |
| | | ||||||
| * | make draft more flexible | Florian Fischer | 2025-07-06 | 1 | -2/+30 | |
| | | | | | Add more draft specific errors and a function to replace AI by a new player. | |||||
| * | show drafted decklist after local draft is done | Florian Fischer | 2025-07-06 | 1 | -6/+25 | |
| | | ||||||
| * | add simple spinner | Florian Fischer | 2025-07-06 | 2 | -0/+79 | |
| | | ||||||
| * | prevent crash when not all number choice buttons are used | Florian Fischer | 2025-07-06 | 1 | -1/+1 | |
| | | ||||||
| * | scale pan distance for Scroll | Florian Fischer | 2025-07-06 | 1 | -1/+1 | |
| | | ||||||
| * | switch focus on tap or click | Florian Fischer | 2025-07-06 | 1 | -1/+3 | |
| | | ||||||
| * | add todos to readme | Florian Fischer | 2025-07-06 | 1 | -0/+2 | |
| | | ||||||
| * | allow to update a TextBox's text | Florian Fischer | 2025-07-06 | 1 | -0/+6 | |
| | | ||||||
| * | add methods to control a LocalState without enforcing game rules | Florian Fischer | 2025-07-06 | 1 | -7/+40 | |
| | | ||||||
| * | make draft more flexible | Florian Fischer | 2025-07-06 | 1 | -24/+85 | |
| | | ||||||
| * | add initial support for marshaling actions to plain text | Florian Fischer | 2025-07-06 | 2 | -0/+125 | |
| | | ||||||
| * | refactor playerControl | Florian Fischer | 2025-07-06 | 8 | -43/+288 | |
| | | | | | | | | Allow to propagate errors in order to handle them acordingly. Use playerNotifications by value to reduce the amount of allocations. Add session managment playerNotifications. Support marshalling notifications to plain text. | |||||
| * | use constants instead of hardcoded values | Florian Fischer | 2025-07-06 | 1 | -1/+1 | |
| | | ||||||
| * | ui: include touch inputs in the input queue | Florian Fischer | 2025-07-06 | 3 | -97/+94 | |
| | | ||||||
| * | markdown is indented with 4 spaces | Florian Fischer | 2025-07-06 | 1 | -1/+1 | |
| | | ||||||
| * | support js/wasm for openUrl | Florian Fischer | 2025-07-06 | 2 | -1/+16 | |
| | | ||||||
| * | error out if parsing the map fails | Florian Fischer | 2025-07-06 | 1 | -1/+4 | |
| | | ||||||
| * | add new random draft pick action | Florian Fischer | 2025-07-06 | 1 | -0/+5 | |
| | | ||||||
| * | add RandomCard and String to PoC interface | Florian Fischer | 2025-07-06 | 1 | -2/+15 | |
| | | ||||||
| * | support king games | Florian Fischer | 2025-07-06 | 5 | -26/+91 | |
| | | ||||||
| * | support remote drafts | Florian Fischer | 2025-07-03 | 2 | -9/+37 | |
| | | ||||||
| * | update dummy-ai | Florian Fischer | 2025-07-03 | 1 | -13/+6 | |
| | | ||||||
