Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.04 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.04 KB

Minefield

Computer Programming Assignment 1 - C# Win Forms Game.

Instructions:

  1. Clone the Repo
  2. Open Minefield.sln in Visual Studio
  3. Run the Project (This project uses .NET 5.0)

How to Play:

Navigate from the start to the house avoiding the bombs along the way.

Use WASD or the on screen arrows to move the player.
image

As you navigate through the minefield, use the bomb meter to figure out where the bombs are to avoid them. If you touch a bomb, you lose a life - you get 3 in total.
image

To help you navigate the field, use you ability! But be careful, once used, there is a cooldown period so use it wisely.
image

When you arrive at your home, you win. Your score is then calculated and added to our prestigious Leaderboard.