My completion of The HoTT Game
Go to file
2021-09-19 16:32:14 +01:00
_build Finished 1FundamentalGroup/Quest0, edits Quest1/1 2021-09-19 17:24:28 +01:00
0Trinitarianism Updated many things. 2021-08-16 20:07:25 +01:00
1FundamentalGroup Update Quest0Part3.md 2021-09-19 16:32:14 +01:00
Installation Added Quest0Part1.md 2021-09-15 16:50:44 +01:00
.gitignore Renamed gitignore to .gitignore 2021-08-16 17:48:53 +01:00
.projectile html export trial 2021-07-19 18:33:17 +01:00
EmacsCommands.md Cleanup of 1FundamentalGroup/Quest0Part0 2021-09-16 12:18:01 +01:00
Plan.org added 1FundamentalGroup 2021-09-14 18:12:03 +01:00
README.md Updated hyperlinks. 2021-08-16 18:00:32 +01:00
TheHoTTGame.agda-lib Started Installation/Windows.md. 2021-07-31 20:22:02 +01:00

The HoTT Game

The Homotopy Type Theory (HoTT) Game is a project written by mathematicians for mathematicians interested in HoTT and no experience in proof verification, with the aim of introducing Cubical Agda as a tool for trying out mathematics in HoTT. This page will help you get the Game working for you.

Installing Agda and the Cubical Agda library

Our Game is in Agda, which can be installed following instructions on their site. It is recommended that you use Agda in the text editor emacs, in particular Doom Emacs, if you can't be bothered to do a bunch of configuration.

Once you have Emacs and Agda, get the Cubical Library (version 0.3) and make sure Agda knows where your cubical library is by following instructions on the library management page. In short: locate (or create) your libraries file and add a line

the-directory/cubical.agda-lib

to it, where the-directory is the location of cubical.agda-lib on your computer.

Get the HoTT Game by cloning this repository into a folder and then making sure that Agda knows where the HoTT Game is by adding a line

the-directory/HoTTGameLib.agda

to your libraries file as above.

Try opening Trinitarianism/Quest0.agda in Emacs and do Ctrl-c Ctrl-l. Some text should be highlighted, and any ? should turn into { }.

How the game works

Our Game is currently under development. As of now you can try the quests in the Trinitarianism folder. Each quest consists of three files, for example :

  • Trinitarianism/Quest0.md is the guide for the quest. In there, you will find details of the tasks you must finish in order to complete the quest. For now, it is recommended that you view these online within github.
  • Trinitarianism/Quest0.agda is the agda file in which you do the quest.
  • Trinitarianism/Quest0Solutions.agda contains solutions to the tasks in the quest.

Emacs and Agda usage

We have a file with a list of basic Emacs commands, but you should be able to learn how to use Agda as you go along.

Feedback

If you have any feedback please contact the devs.