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 d3fbfaa548 start adding typescript 2 years ago
client use one server for both http and ws 2 years ago
server json without line breaks 2 years ago
.gitignore init 2 years ago
NOTES.md notes on port 80 2 years ago
README.md init 2 years ago
package-lock.json start adding typescript 2 years ago
package.json start adding typescript 2 years ago
tsconfig.json start adding typescript 2 years ago
webpack.config.js start adding typescript 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.