Code Scribe


Minesweeper

This started as a challenge on my Discord server. I tasked my friends with creating a terminal port of Minesweeper. It is required that no terminal libraries be used for input or graphics. Everything had to be implemented as if it were 1984 all over again.

Gameplay

Once started, the player must enter the width and height of the board and the number of mines. WASD will move the cursor up, left, down and right respectively. Typing "flag" will place a flag over a potential mine. Typing "select" will check if the selected tile is a mine. Typing "exit" will exit the game. Note: Press ENTER after any command or the game will not work.