EN605.607.81.SP22_ASDM_Project/front_end/src
Stephen Seo c8eb6ab5be Impl turn timeouts, db entry timeouts
AI takes a players turn if they take too long on their turn (currently
set to 25 seconds).
Backend times out player/game entries in database.
2022-04-01 19:52:46 +09:00
..
ai.rs Fix infinite loop bug, refactorings/fixes 2022-03-10 17:01:34 +09:00
constants.rs Impl turn timeouts, db entry timeouts 2022-04-01 19:52:46 +09:00
game_logic.rs Refactorings and linter fixes 2022-03-09 18:14:01 +09:00
html_helper.rs Impl placed token indicator, fixes/refactorings 2022-03-10 15:43:03 +09:00
main.rs Refactor: Replace calling JS settimeout with Rust 2022-03-23 16:56:25 +09:00
random_helper.rs Incorporate game AI into game 2022-03-10 16:17:16 +09:00
state.rs Refactorings and bug fixes 2022-04-01 17:17:42 +09:00
yew_components.rs Move enum from yew_components mod to state mod 2022-03-29 14:41:04 +09:00