stupid element game
(thank you carykh for elemental 3 and the idea)
git clone https://github.com/x-osc/elem
cd elem/edit compiler/elem.elem file to add elements or whatever
cd compiler/
cargo run -- elem.elemif you are on a unix-based os, you can run the copy_data.sh script in the project root
otherwise, copy the generated categories, combinations, elements .json to web/static/data/
cd web/
npm install
npm run dev