The languages are grouped according to game.
{% assign games_repos = site.github.public_repositories|jsonify %}
Simple word guessing game in the tradition of MasterMind. For more information on the source code, see this repo.
<script src="/assets/js/langtable.js"></script> <script> const domWordGames = document.querySelector('#wordguess'); domWordGames.appendChild(addGameTable({{games_repos}}, 'wordguess-', ['game'])) </script>