Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 262 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 262 Bytes

GameFromScratch

Progether game from scratch for learning C++, opengl and other game engine related technologies.

How to build

$ mkdir build && cd build
$ CXX=/usr/bin/clang++ cmake .. && make

Executable file is in the bin/ subdirectory.