Fork di lean4game del PHC per la settimana matematica del 2025
https://lean4game.phc.dm.unipi.it/
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
client | 2 years ago | |
server | 2 years ago | |
.gitignore | 2 years ago | |
NOTES.md | 2 years ago | |
README.md | 2 years ago | |
package-lock.json | 2 years ago | |
package.json | 2 years ago | |
tsconfig.json | 2 years ago | |
webpack.config.js | 2 years ago |
README.md
Lean 4 Game
This is a prototype for a Lean 4 game platform. It is based on ideas from the Lean Game Maker and the Natural Number Game (NNG) of Kevin Buzzard and Mohammad Pedramfar. The project is currently mostly copied from Patrick Massot's NNG4, but we plan to extend it significantly.
Building this requires a npm toolchain. After cloning the repository you should run
npm install
to pull in all dependencies. For development and experimentation, you can run npm start
that will perform a non-optimized build and then run a local webserver on port 3000.