Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 635 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 635 Bytes

Snakegameimgui

Classic snakegame built with DearImgui using GLFW and OpenGL backends

Screenshot_20240715_210404-1 Screenshot_20240715_211923

Dependencies

  • On Debian-based Linux distros run apt install libimgui-dev libglfw3-dev libstb-dev
  • Fetch libsnakegame: git submodule init && git submodule update in project root

Build

  • Run cmake -S . -B build in project root
  • Run make in build folder

Run

Run ./build/snakegameimgui in project root