Skip to content

mubarizkyc/Tomyrinth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tomyrinth

Enchanted Maze Explorer highscore

Here's a refined version of your description with corrected grammar:

Description:

A maze game built with C++ using the Standard Fast Multimedia Library.

How to Play:

The objective is to reach the top-right corner while avoiding Tom. For help, you can press 'S' twice to view the path, 'E' to exit, and use the arrow keys for movement.

Docker

docker pull mubarizharoon/mazeexplorer .

docker run -it --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix tomyrinth

Working

Download SFML : https://www.sfml-dev.org/download/sfml/2.6.1/

Compile : g++ main.cpp -o me -lsfml-graphics -lsfml-window -lsfml-system

Run : ./me

About

Enchanted Maze Explorer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published