Pycraft is a multi-player sand-box game coding in python. This repo contains its server program and client SDK. Pycraft provides several API and a python SDK to connect to.
Pycraft official provides a public server, feel free to try!
Run uvicorn server:app --reload
to start the server for test and preview.
Open http://localhost:8000/docs
to get more.
- Free is for Freedom. Be free and easy to code and play.
- Existences continuum. Make the time and spaces.
- Be pythonic. Code keeps evolving.
This software is a freedom software, it is licensed under GPL3.0, check it before you commit your code or deploy it on your own server.
The official game it self is also free, whenever you connect to the server(use SDK or API or anything else) means that you agree with those user regulations.