trying to implement Brain Games
- free
- open source
- customizable
- Memory Games from Maple Media
for deployment in Github Page you have to manually apply this changes:
- enter
mint build - rename
__mint__toassets - change all the occurance of
/__mint__to/repo_name/assets
mv ./__mint__/ ./assets/
find ./ -type f -exec sed -i 's/__mint__/foss-spa-brain-games\/assets/g' {} +
find ./ -type f -exec sed -i 's/suburl/foss-spa-brain-games/g' {} +