Skip to content

Rinwasyu/maikura-modoki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 

Repository files navigation

maikura-modoki

A tiny voxel-based sandbox game written in Python3 using OpenGL 1.x and GLFW 3.

How to run the program

Dependencies

Ubuntu

$ sudo apt install python3-opengl libglfw3-dev python3-pip python3-setuptools
$ sudo pip3 install glfw

Fedora

$ sudo dnf install python3-pyopengl glfw-devel python3-pip python3-setuptools
$ sudo pip3 install glfw

Execute

$ python3 game.py

License

This program is licensed under the MIT License. See LICENSE file for more details.

About

A tiny voxel-based sandbox game written in Python3 using OpenGL 1.x and GLFW 3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages