Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 890 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 890 Bytes

bric_a_brac

A game engine made by combining the following open source projects:

Getting started

The easiest way to get started is to install vscode. After that you will need a C++ compiler for your platform:

Platform Compiler Instructions
Windows msvc Build tools for Visual Studio
Linux gcc Install via your package manager
macOS Apple Clang Install xcode from the app store

After that you should be able to clone the repo and open it up in vscode