Skip to content

Commit

Permalink
Added screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasgeiler committed Oct 24, 2018
1 parent 24c0fc3 commit 82dda12
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,22 @@ A simple Minesweeper-Clone made for the TI-Nspire with Lua.
The images used are from the original Minesweeper Game. I don't own them.<br>
**Warning:** This game is only tested on TI-Nspire CX and TI-Nspire CX CAS (OS Version 4.5), so there might be bugs on other platforms.


# Screenshots

![Screenshot 1](screenshots/Screenshot1.png)
![Screenshot 2](screenshots/Screenshot2.png)
![Screenshot 3](screenshots/Screenshot3.png)
![Screenshot 4](screenshots/Screenshot4.png)


## Controls
Move Cursor = Arrow Keys<br>
Open Cell = Enter<br>
Flag Cell = (-) or F<br>
Press menu to change difficulty or to enable/disable marks.<br>


## How to play
The goal of this game is to open all cells.
If you open a cell with a mine, you loose!
Expand All @@ -18,4 +28,4 @@ Flag a cell if you are sure that there is a mine under it.


## How to Build
The resources files needed to build the project can be imported in the script editor with their default names using the CX Student Software (every image in the resource folder needs to be imported).
The resources files needed to build the project can be imported in the script editor with their default names using the CX Student Software (every image in the resource folder needs to be imported).
Binary file added screenshots/Screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/Screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/Screenshot3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/Screenshot4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 82dda12

Please sign in to comment.