MartinK7 / smol-game-engine

Unfinished game engine with some limitations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SmolGameEngine

Unfinished game engine with some limitations.

  • Cubemap shadows
  • Mirror effects
  • Textures

Screenshot of SGE_Demo

Screenshot of SGE_Demo

How to build

mkdir build
cd build 
cmake .. 
cmake --build .
./SGE_Demo

How to play demo

  • W, A, S, D - move
  • LSHIFT - up
  • SPACE - down
  • LCTRL+ANY_KEY_ABOVE - speed boost

About

Unfinished game engine with some limitations.

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 97.3%Language:CMake 2.7%