/pycraft-game

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Pycraft, the game

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!

The game is still working in progress

Run uvicorn server:app --reload to start the server for test and preview. Open http://localhost:8000/docs to get more.

Some principles

  1. Free is for Freedom. Be free and easy to code and play.
  2. Existences continuum. Make the time and spaces.
  3. Be pythonic. Code keeps evolving.

Legal related

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.