Skip to content

A simple console game where the player must navigate their raft while avoiding hidden mines

License

Notifications You must be signed in to change notification settings

NiknakSi/Mineraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MINERAFT

This is a simple console app written in .NET Core 2.2. The player needs to navigate their raft from left to right (West to East) while avoiding the hidden mines. 5 lives are available and the game includes 3 difficulty settings.

Emojis are used to represent features of the game board. You'll need macOS or Linux for this to work. Windows shows an ASCII representation of the game elements as follows:

  • <> - mine
  • XX - exploded mine
  • |> - the raft

Usage

  1. Compile the code using dotnet, VSCode, Visual Studio for Mac, or Visual Studio 2019 - the only requirement is .NET Core 2.2 SDK
  2. Run mineraft.dll via terminal/command line or debug from your IDE of choice
  3. Follow the on-screen instructions to play the game. Press R to reset or ESC to quit at any time.

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4

Todo

  • More unit tests
  • More refactoring

About

A simple console game where the player must navigate their raft while avoiding hidden mines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages