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 7563730292 init
initalize repo

Co-authored-by: Patrick Massot PatrickMassot@users.noreply.github.com
4 years ago
client init 4 years ago
server init 4 years ago
.gitignore init 4 years ago
NOTES.md init 4 years ago
README.md init 4 years ago
package-lock.json init 4 years ago
package.json init 4 years ago
webpack.config.js init 4 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.