Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 622 Bytes

Games.md

File metadata and controls

18 lines (11 loc) · 622 Bytes

Language games

The languages are grouped according to game.

{% assign games_repos = site.github.public_repositories|jsonify %}

Word guessing game

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>