A work-in-progress game teaching the definition of a filter.
Developed as part of the 2024 London Mathematical Society summer school, held at the University of Essex.
You don't need to install anything onto your computer using this method.
You don't need to install anything onto your computer using this method.
Go to the project's home page on GitHub, click "Code" and then "Codespaces" so it looks like this:
Then click "create codespace on main", and then wait for a few minutes. When it looks like everything has downloaded, open up the IIScExperiments
directory (not the file!) and the code I've been using in the lectures should just work.
Note to self: I got codespaces working by adding the files .devcontainer/devcontainer.json
and .devcontainer/Dockerfile
.
First install Lean 4 following the instructions here.
Then download and install this project by going to its home page on GitHub, clicking "Code" and "local", and then downloading the project onto your computer.
Next find TERMINAL
in the bottom panel of VS Code, type lake exe cache get
, and wait until all files are downloaded and installed and your cursor has reappeared.
Next, open the project folder in VS Code. This folder is called FilterGame
.