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 d6bd2c98da split off test game
still need to adapt the call to the lean binary to provide two arguments
2 years ago
client init 2 years ago
server split off test game 2 years ago
testgame split off test game 2 years ago
.gitignore init 2 years ago
NOTES.md init 2 years ago
README.md init 2 years ago
package-lock.json init 2 years ago
package.json init 2 years ago
webpack.config.js init 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.