Skip to content

mhnaufal/goblock

Repository files navigation

GoBlock

An old-school block destroyer game.

Alt Text

Dependency

  1. Conan
  2. CMake
  3. Raylib
  4. Flecs

Installation

  1. Clone
  2. cd goblock
  3. Install all deps using Conan
conan install . --output-folder=build --build=missing --settings=compiler.cppstd=17
  1. Configure CMake
mkdir build
cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake
  1. Build
cmake --build . --config Release
  1. Enjoy!
./Release/goblock.exe

Controls

  • A D : movement

Objective

Destroy all the blocks


License

Open-source


💖 Created special for Ifa