]> git.seodisparate.com - EN605.607.81.SP22_ASDM_Project/commit
Impl basic MVP of front-end
authorStephen Seo <seo.disparate@gmail.com>
Mon, 28 Feb 2022 07:40:38 +0000 (16:40 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Mon, 28 Feb 2022 07:45:33 +0000 (16:45 +0900)
commitcd9f7446a489ae35b1abe2ac5e8626f20fa4deec
tree9fca8df25030c4812356d13b4aacbc565fd82245
parenta5ec28bbb1189f85f7ca4cbeb2a4f319df5a4b4d
Impl basic MVP of front-end

(MVP is Minimum Viable Product.)
Enough is implemented to view a 7x8 board and click on the tiles in the
board to change their states.
front_end/.gitignore
front_end/Cargo.lock [new file with mode: 0644]
front_end/Cargo.toml
front_end/README.md [new file with mode: 0644]
front_end/index.html [new file with mode: 0644]
front_end/src/main.rs