Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.27 KB

File metadata and controls

38 lines (24 loc) · 1.27 KB

MineWalker 💣💥

About the Project:

💣 SDD Assessment - A memory based path finding game in Python, played on the command line.

Remember the maze shown to you at the start of each round, and navigate from the top left corner to the bottom right corner.

Getting Started

Prerequisites

  • The program has been built and tested on Windows 10+ machines, so it's recommended to use a Windows Machine.
  • If using MacOS or other environments, try playing the game as normal. If you have any issues, please create a new issue here
  • Python needs to be installed.

Use the following method to start playing:

Open a terminal,

cd <PATH FOR INSTALLATION>
git clone https://github.com/museHD/MineWalker
pip install -r requirements.txt
python main.py

Usage

The main menus and game can be navigated using arrow keys and WASD. Navigate to the Instructions page in-game for more details.

Contributing

Please feel free to raise issues and suggest changes to the project. I'm always looking for improvements! Thank you!

forthebadge