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.
 
 
 
 
 
 
Go to file
Alexander Bentkamp 4e6c96e6f3 update package-lock 2 years ago
client rework build process 2 years ago
server rework build process 2 years ago
.gitignore init 2 years ago
NOTES.md init 2 years ago
README.md init 2 years ago
package-lock.json update package-lock 2 years ago
package.json rework build process 2 years ago
webpack.config.js rework build process 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.