/let-there-be-light-c

A Pacman-like game with procedural maze generation.

Primary LanguageCMIT LicenseMIT

Let There Be Light

A Pacman-like game with procedural maze generation.

Screen Recording

How To Play

macOS

  1. Download mac.zip and unzip it
  2. Open bash and run cd /path/to/the/unzipped/directory
  3. Run ./let-there-be-light-c

Windows

  1. Download windows.zip and unzip it
  2. Open the unzipped directory
  3. Double-click let-there-be-light.exe to run the game

Engine

This game is powered by a simple timeline-based animation engine. You can find the source code in let-there-be-light-c/render/engine.h.

See also this gist for usage examples.

Credits