EN605.607.81.SP22_ASDM_Project/back_end/src
Stephen Seo 2b03d39737 Impl being able to debug locally
CORS (Cross-Origin Resource Sharing) prevented the application's
networked (multiplayer) support from working locally. The
debug_local_testing branch has changes to allow running the game
locally. The backend must be run with `cargo run --release` or `cargo
run`, and the frontend must be run with `trunk serve`, and the
browser(s) must open `http://localhost:8080/`.
2022-09-20 19:26:50 +09:00
..
ai.rs Symlink/adapt shared code from frontend to backend 2022-03-29 14:45:49 +09:00
constants.rs Symlink/adapt shared code from frontend to backend 2022-03-29 14:45:49 +09:00
db_handler.rs back-end: Do refactorings 2022-05-05 12:35:30 +09:00
game_logic.rs Symlink/adapt shared code from frontend to backend 2022-03-29 14:45:49 +09:00
json_handlers.rs Impl conditionally update front-end board 2022-04-30 16:44:48 +09:00
main.rs Impl being able to debug locally 2022-09-20 19:26:50 +09:00
random_helper.rs Add GPL3 Licence headers to sources 2022-04-06 20:49:54 +09:00
state.rs Symlink/adapt shared code from frontend to backend 2022-03-29 14:45:49 +09:00