This is my personal gitlab instance. Feel free to browse my stuff: https://gitlab.greeson.xyz/users/highsaltlevels/projects

Game renderer

David Greeson requested to merge game_renderer into master

Created by: HighSaltLevels

What/Why

I added a game_renderer.py that handles the play of the game as well as determining where the cursor is. I also added the ability to move the cursor around with going anywhere that is out of bounds.

I also changed the formatting of the game board. I had realized that the greatest number that can show up on the board is 8 (assuming mines in top, top right, right, bottom right, bottom, bottom left, left, top left). This way, I don't need to worry about double digit numbers showing up (or triple digit numbers if you care to do that)

Testing

So far, all of my testing is manual :alone:

Merge request reports