A tiny voxel-based sandbox game written in Python3 using OpenGL 1.x and GLFW 3.
$ sudo apt install python3-opengl libglfw3-dev python3-pip python3-setuptools
$ sudo pip3 install glfw
$ sudo dnf install python3-pyopengl glfw-devel python3-pip python3-setuptools
$ sudo pip3 install glfw
$ python3 game.py
This program is licensed under the MIT License. See LICENSE file for more details.