Skip to content

The simple game about traveling in the labyrinth in hope to find an exit.

Notifications You must be signed in to change notification settings

vladimir-popov/labyrinth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI

logo

About:

NAME
        labyrinth - a game about looking for exit from the labyrinth.
OPTIONS
        -s      an initial seed of the game. Used to generate levels.
        -r      the rows count of the labyrinth.
        -c      the cols count of the labyrinth.
KEYS SETTINGS
        ? - show keys settings menu;
        : - command mode;
        Space or m - toggle the map;
        ESC - put the game on pause;

        Moving:
        ↑ or j - move to the upper room;
        ↓ or k - move to the bottom room;
        ← or h - move to the left room;
        → or l - move to the right room;

How to:

  • build:
make
  • run:
make run
  • run tests:
make test
  • generate compile_flags.txt for clangd:
bear -- make test

About

The simple game about traveling in the labyrinth in hope to find an exit.

Resources

Stars

Watchers

Forks

Packages

No packages published