Skip to content

A simple game engine designed to build board games. Started as a learning project and should remain as is in the future.

Notifications You must be signed in to change notification settings

duc0905/BoredGameEngine

Repository files navigation

User

Coming soon!

Contributor

Installation

  • Install CMake
  • Install Ninja - Build system
    • Only because I want the compile_commands.json file from CMake
  • Install Clang - C/C++ compiler

CMake presets

  • Can create personal presets using CMakeUserPresets.json file

compile_commands.json file

  • CMake generates the file at out/build/<config-preset>/compile_commands.json. Create a symlink to the file is recommended.

Build

  • cmake --workflow --preset <wf-preset>
    • There is only Editor workflow for now

About

A simple game engine designed to build board games. Started as a learning project and should remain as is in the future.

Topics

Resources

Stars

Watchers

Forks

Languages