EN605.607.81.SP22_ASDM_Project/front_end/src
Stephen Seo b2ea79a7f7 Impl conditionally update front-end board
When the front-end polls the back-end for the game-state, the back-end includes
a "date_updated" String in the JSON. If the String is the same as in the
front-end, then no updates are needed, but if they are not the same, then the
front-end will update the board. Because the front-end polls the back-end's
board state approximately every second, this should make the front-end more
efficient.
2022-04-30 16:44:48 +09:00
..
ai.rs front-end/back-end: Tweaks to game AI 2022-04-27 15:02:53 +09:00
constants.rs back-end: Enforce max-length of user-input phrase 2022-04-27 14:11:02 +09:00
game_logic.rs Add GPL3 Licence headers to sources 2022-04-06 20:49:54 +09:00
html_helper.rs Fix whitespace in edited classes, try fix unload 2022-04-08 11:42:18 +09:00
main.rs Add GPL3 Licence headers to sources 2022-04-06 20:49:54 +09:00
random_helper.rs Add GPL3 Licence headers to sources 2022-04-06 20:49:54 +09:00
state.rs Impl conditionally update front-end board 2022-04-30 16:44:48 +09:00
yew_components.rs Impl conditionally update front-end board 2022-04-30 16:44:48 +09:00