A press-a-key game for Elixir's getting started guide.
To run the CLI version, clone it and then in your terminal run mix eval Whakeymole.CLI.run.
To run the server version, run mix run --no-halt and then use telnet localhost 9090 to connect.
Coming soon.
Under the same terms as the Elixir license.