@ -5,11 +5,8 @@ This is a prototype for a Lean 4 game platform. The project is based on ideas fr
of Kevin Buzzard and Mohammad Pedramfar.
The project is based on Patrick Massot's prototype: [NNG4](https://github.com/PatrickMassot/NNG4).
Building this requires a [npm](https://www.npmjs.com/) 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.
### Progress & Contributing
Currently the interface is still undergoing bigger changes, contributions are of course welcome, but it might be better to wait with them for a bit until proper support for external games is implemented andthe existing games are separated from this repository. (ca. Sept. 2023)
Currently the interface is still undergoing bigger changes, contributions are of course welcome, but it might be better to wait with them for a bit until proper support for external games is implemented and the existing games are separated from this repository. (ca. Sept. 2023)
### Documentation
@ -17,7 +14,7 @@ Currently the interface is still undergoing bigger changes, contributions are of
For game developers, there is a work-in-progress Documentation: [Create a Game](DOCUMENTATION.md).
Best to talk with us directly.
For the game engine itself, the documentations is missing currently.
For the game engine itself, documentation is missing currently.
## NPM Scripts
@ -34,21 +31,3 @@ On the server side, the command will set up a docker image containing the Lean s
Providing the use access to a Lean instance running on the server is a severe security risk. That is why we start the Lean server in a Docker container