A simple Ncurses learning project that draws a labyrinth on the terminal where you can move around with the player represented by the "*" character
wasd - Move your character
r - Go to initial position
q - Quit game
gcc -o labyrinth labyrinth.c -Wall -lncurses