#Minesweeper 3D
This is a game of 3D Minesweeper. There are landmines hidden within the various boxes that comprise the giant cube that you see on your screen.
If you're sure that a box does not contain a bomb, you can press "Not A Bomb" (comma) to clear it out. If it actually contains a bomb, you've just killed yourself. If all goes well and it's not a bomb, you'll see a number appear instead of the box. That number will tell you how many mines there are in the its neighboring boxes. You win when you've labeled all the bombs as such, and managed not to kill yourself in the process. Check out our cool color schemes, and have fun!
After setting up the field, you can begin playing by pressing the "Go" button. You should notice one cube in particular will begin to flash and blink slowly. This is the selected cube. To select a different cube, press the "W", "A", "S", or "D" keys to select a different one horizontally, or use "Q" and "E" to go down or up. You can also zoom in and out using "K" and "L".
3D Minesweeper Implementation in Netlogo. Copyright (C) 2013 Edmond Loi & Philipp Steinmann
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 3 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, see http://www.gnu.org/licenses/.