/foss-spa-brain-games

free and open-source brain games as single page web-application

Primary LanguageMint

FOSS Brain Games

trying to implement Brain Games

Goals

  • free
  • open source
  • customizable

Game Ideas

Development

Deployment

for deployment in Github Page you have to manually apply this changes:

  • enter mint build
  • rename __mint__ to assets
  • change all the occurance of /__mint__ to /repo_name/assets

in my case:

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' {} +