MineSweeper is a two player game for the TI-89 and TI-92+ calculators. It's based on the game you can play over MSN Messenger and written entirely in C using TIGCC. The source is included under the terms of the GNU General Public License. I haven't tested the TI-92+ version because I don't own one, but I don't think there should be any problems. No shell, patch, or library is required (nostub).
The object is to be the player to find more than half of the mines on the board. The board is just like the classic Windows Minesweeper board. You move around the board using the arrow keys and select a cell using ENTER. If you have found a mine, a flag will appear under the cursor (you'll have to move the cursor to see it) and you'll get another turn. If you don't hit a mine, play shifts to the other player and the cell changes to a number representing how many mines are adjacent to it. You can push ESC at any time to leave the game. To change the level of difficulty, select Settings from the main menu.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to:
The Free Software Foundation, Inc.If you feel you need to contact me for some reason regarding this program, you can send me an email at triggerhappy56@yahoo.com. Please include 'MineSweeper' in the subject line.
Have fun,
Terry Roberts