fogleman / Craft

A simple Minecraft clone written in C using modern OpenGL (shaders).
http://www.michaelfogleman.com/craft/
MIT License
10.39k stars 1.39k forks source link

server.py works with python 3 #189

Open a101010 opened 6 years ago

a101010 commented 6 years ago

tested with python 2.7 also; seems to work.

Need to install the future package as a prerequisite.