a-n-t-h-o-n-y / Lantern

Terminal Based Maze Memory Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lantern 🕯️

Complete each maze with minimal visiblity, making no wrong turns.

The Wanderer is sent back to the beginning whenever the minimum number of steps to complete the maze has been reached(without making it to the end).

Each attempt is tallied.

Controls

  • Movement: Arrow Keys / wasd / hjkl
  • Reset Level: r
  • Exit App: Ctrl c

Build

git submodules are used to pull in dependencies, run git submodule update --init --recursive after cloning the repo.

CMake is the supported build generator, it generates the lantern executable target. Requires a C++20(concepts) capable compiler.

Cheats

You didn't hear it from me, but if you press Shift + N, you will jump forward one level.

About

Terminal Based Maze Memory Game


Languages

Language:C++ 98.8%Language:CMake 1.2%