N3RDIUM / PyCraft

A Minecraft clone written in python and glfw/OpenGL.
MIT License
17 stars 2 forks source link

Add cross platform support #66

Closed N3RDIUM closed 2 years ago

N3RDIUM commented 2 years ago

Right now, PyCraft only runs on Windows. We need to make it cross-platform. As @cixtor has pointed out in #54, the game doesn't run on MacOS. We need to add a cross-platform dep installer.

codingwatching commented 2 years ago

Is this possible to run on android?

N3RDIUM commented 2 years ago

Not right now. PyCraft is built for desktop systems.