Here's a refined version of your description with corrected grammar:
A maze game built with C++ using the Standard Fast Multimedia Library.
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 pull mubarizharoon/mazeexplorer .
docker run -it --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix tomyrinth
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