Go to file
Pentium44 9d2c737e5f Initial commit, building and working! 2021-02-17 00:19:42 -08:00
bin Initial commit, building and working! 2021-02-17 00:19:42 -08:00
data Initial commit, building and working! 2021-02-17 00:19:42 -08:00
src Initial commit, building and working! 2021-02-17 00:19:42 -08:00
Makefile Initial commit, building and working! 2021-02-17 00:19:42 -08:00
README.md Initial commit, building and working! 2021-02-17 00:19:42 -08:00

README.md

Cubious

Voxel based game engine in C using SDL2 and GLEW.

Compiling

  • Install SDL2, and GLEW
  • make
  • cd bin/ & ./cubious

Not much to do in the game yet, but is a work in progress!