Hocus :focus is a keyboard accessibility horror game made by @HTeuMeuLeu in october 2021. It consists in 8 levels built to trick you around common keyboard accessibility mistakes.
git clone https://github.com/hteumeuleu/hocus-focus.git
See Cloning a repository on GitHub documentation. If you're not familiar with Git or GitHub, I strongly encourage you to try GitHub's desktop app on macOS, Windows or Linux.
gem install bundler jekyll
See Jekyll Installation Guide.
bundle exec jekyll serve
You can turn on incremental regeneration with the --incremental
flag.
bundle exec jekyll serve --incremental