Add Initiative mechanic
authorTheSaminator <TheSaminator@users.noreply.github.com>
Thu, 26 May 2022 21:22:10 +0000 (17:22 -0400)
committerTheSaminator <TheSaminator@users.noreply.github.com>
Thu, 26 May 2022 21:22:10 +0000 (17:22 -0400)
commit14278fc329070d1c5275b45f8d4dd20e50307a3a
treee674a83f7f83e7a9557422c912d2b4127129d663
parent55b69f74a330815410708b60625ded7d6236a63b
Add Initiative mechanic
src/commonMain/kotlin/starshipfights/game/game_ability.kt
src/commonMain/kotlin/starshipfights/game/game_initiative.kt [new file with mode: 0644]
src/commonMain/kotlin/starshipfights/game/game_state.kt
src/commonMain/kotlin/starshipfights/game/ship_modules.kt
src/commonMain/kotlin/starshipfights/game/ship_weapons.kt
src/jsMain/kotlin/starshipfights/game/client_game.kt
src/jsMain/kotlin/starshipfights/game/game_ui.kt
src/jsMain/kotlin/starshipfights/game/popup.kt