Simple Console Based Minesweeper Game

Simple Console Based Minesweeper GameSimple Console Based Minesweeper Game
  • Tetris

    Playable Tetris mini-game. Use arrow keys to move left and right and up to rotate, down to drop. Try it out in the browser on TryFSharp.org

    17 people like this
    Like the snippet!

    Posted: 9 years ago by Phillip Trelford

  • Times Table game

    Simple times table console based game.

    3 people like this
    Like the snippet!

    Posted: 9 years ago by Phillip Trelford

  • Pong

    Pong video game runnable inside TryFSharp.org. Player 1 keys 'Q' - up, 'A' - down. Player 2 keys 'P' - up, 'L' - down.

    7 people like this
    Like the snippet!

    Posted: 9 years ago by Phillip Trelford

  • Bayesian Monte Carlo of Let's Make a Deal

    This code illustrates Bayes' Theorem in action on the Let's Make a Deal problem (aka Monty Hall Problem), which several authors have used to illustrate Bayes' Theorem. (It's easy to search the internet for further explanation.) Run with the audit option to audit up to the first 100 games. Running without audit is faster and can simulate a couple billion games.

    5 people like this
    Like the snippet!

    Posted: 9 years ago by Jack Fox

  • Minesweeper Kata

    Solution to Minesweeper Kata challenge at Goto Copenhagen 2012 conference 'Programming with the Stars' track.

    4 people like this
    Like the snippet!

    Posted: 9 years ago by Phillip Trelford

  • Minesweeper Tweet

    Minesweeper computation Kata as a tweet (140 characters) not counting code to open namespace and to prepare field as a 2D array.

    6 people like this
    Like the snippet!

    Posted: 9 years ago by Phillip Trelford

  • PacMan

    Single level retro game playable inside TryFsharp using the cursor keys.

    9 people like this
    Like the snippet!

    Posted: 8 years ago by Phillip Trelford

  • Reversi Kata

    Quick & dirty solution to Reversi kata: http://codingdojo.org/cgi-bin/wiki.pl?KataReversi

    1 people like this
    Like the snippet!

    Posted: 8 years ago by Phillip Trelford

  • Missile Command playable in tsunami.io

    Click on the tsunami.io button below to launch the online tsunami.io IDE with this snippet. Then select all the code (CTRL+A) and hit the Run button to start the game window, then just dock the window to the right of the code. Click in the game window to launch missiles and save your cities.

    3 people like this
    Like the snippet!

    Posted: 7 years ago by Phillip Trelford

  • Small quiz-game

    Small quiz-game with World Bank TypeProvider (from FSharp.Data Nuget-package): Which country has the capital city of (random capital)? (Three options)

    3 people like this
    Like the snippet!

    Posted: 7 years ago by Tuomas Hietanen

  • Hangman

    Word guessing game using ASCII art.

    2 people like this
    Like the snippet!

    Posted: 7 years ago by Phillip Trelford

  • Game Evolution

    Game evolution

    2 people like this
    Like the snippet!

    Posted: 6 years ago by Paul Orland

  • Flappy Bird clone using MonoGame

    Flappy bird clone script using MonoGame, click the mouse or hit space to flap, no collision detection.

    3 people like this
    Like the snippet!

    Posted: 5 years ago by Phillip Trelford

  • Flappy Bird clone using Xwt

    Flappy bird clone script using Mono's Xwt toolkit, click the mouse or hit space to flap, no collision detection. To run you will need to build xwt from source https://github.com/mono/xwt

    3 people like this
    Like the snippet!

    Posted: 5 years ago by Phillip Trelford

  • PacMan Maze

    PacMan maze view runnable inside TryFSharp.org

    2 people like this
    Like the snippet!

    Posted: 1 year ago by Phillip Trelford

  • Flappy Bird clone using WinForms

    Flappy bird clone script using WinForms, click the mouse or hit space to flap, no collision detection.

    5 people like this
    Like the snippet!

    Posted: 6 months ago by Phillip Trelford

Introduction minesweeper javascript canvas game development tutorial 1 learning react js by building a minesweeper game for the class creation i will use functional inheritance pattern described in douglas crockford s book named javascript good parts. This is a simple console-based Minesweeper game based in Python 3 with no external dependencies. In your 'checkfornearbymines' function, you do some extra work to check the selected square for boundary conditions. There is a method that will allow you to have one algorithm to check for nearby mines, without taking special cases (edge conditions) into account.

  • Minesweeper in 99 lines of code

    This program is written in only 99 lines of actual code and remains enough readability. I used few short-coding technics. 1. no XAML. 2. pre-calculate every useful data for the purpose of eliminating useless states 3. using record type with set property as an alternative of view-model 4. initialize everything in one place. 5. encapsulate all states in one place.

    16 people like this
    Like the snippet!

    Posted: 9 years ago by nagat01

  • Baccarat

    Shuffles a deck of cards, deals 2 hands applying punto banco rules before declaring a winner or a tie. Shuame for pc.

    4 people like this
    Like the snippet!

    Posted: 9 years ago by Phillip Trelford

  • TicTacToe(Joinads Example)

    TicTacToe game simulator implemented by using Joinads(http://tomasp.net/blog/joinads-async-prog.aspx). Game logic in this snippet was simplified so nicely by using Joinads. You can run this snippet on Try Joinads (http://tryjoinads.org/).

    4 people like this
    Like the snippet!

    Posted: 9 years ago by nagat01

  • Berzerk

    Zombie state machine code sample. Use arrow keys to move humanoid. Robots activate when in range of humanoids. Try it out in the browser with TryFSharp.org.

    6 people like this
    Like the snippet!

    Posted: 9 years ago by Phillip Trelford

  • Minesweeper Kata 2

    Solution to Minesweeper Kata second challenge at Goto Copenhagen 2012 conference 'Programming with the Stars' track. Runnable at http://tryfsharp.org.

    2 people like this
    Like the snippet!

    Naruto ultimate ninja storm 3 full burst crack only. Posted: 9 years ago by Phillip Trelford

  • Game of Life

    Simple implementation of Conway's Game of Life for the TryF# web site.

    0 people like this
    Like the snippet!

    Posted: 8 years ago by Tomas Petricek

  • Game of Life

    Conway's Game of Life example at F#unctional Londoners July 2012 meetup.

    2 people like this
    Like the snippet!

    Posted: 8 years ago by Phillip Trelford

  • Reversi Kata solution

    Reversi Kata solution from February 2013 London F# Meetup Coding Kata.

    5 people like this
    Like the snippet!

    Posted: 8 years ago by Phillip Trelford

  • Missile Command script (WPF)

    WPF version of Missile Command. Run as a script in Visual Studio or create a new application project, reference the assemblies listed at the top of the script and paste the code over Program.fs and hit F5.

    8 people like this
    Like the snippet!

    Posted: 7 years ago by Phillip Trelford

  • Game of 2048

    Simple implementation of the popular game '2048'. Can you add up the tiles and reach 2048? The game can be played in fsi or you can add the GUI which is so far missing.

    7 people like this
    Like the snippet!

    Posted: 7 years ago by Tore Green

  • Game Evolution

    Game evolution

    0 people like this
    Like the snippet!

    Posted: 6 years ago by Paul Orland

  • Flappy Bird clone using WPF

    Flappy bird clone script using WPF, click the mouse or hit space to flap, no collision detection.

    6 people like this
    Like the snippet!

    Posted: 5 years ago by Phillip Trelford

  • Doms Guess Game

    My Game in F#, creates the five times table up to 100 and then selects a random number from it. You then guess the number

    1 people like this
    Like the snippet!

    Posted: 5 years ago by Dom Finn

  • kRPC example (Kerbal Space Program)

    When running the kRPC Remote Procedure Call Server in a Kerbal Space Program game the kRPC C# Client can be accessed from within F# Interactive in Visual Studio. Learn more about the game here http://www.kerbalspaceprogram.com. Official kRPC C# Client documentation can be found here http://djungelorm.github.io/krpc/docs/csharp/client.html. Note: This snippet was (re-)uploaded because the original (http://fssnip.net/8qR) went lost.

    2 people like this
    Like the snippet!

    Posted: 5 years ago by Robert Nielsen

  • A CONSOLE-BASED ROCK-PAPER-SCISSORS

    When playing rock-paper-scissors (RPS), we show 0 fingers for rock, 2 for scissors and 5 for paper. This rule is also applied for this console-based game written in F#. Enjoy !

    0 people like this
    Like the snippet!

    Posted: 9 months ago by me

  • A Monty Hall problem simulator

    I'm bad at math and writing this code down helped me to understand what's up with this counter intuitive problem.

    4 people like this
    Like the snippet!

    Posted: 3 months ago by Julien Di Lenarda

  • This CorelDraw plugin allows you to better manage your selections.With Oberon Selection Manager you can easily save a selection.

    • SelMgr14.zip
    • Alex Vakulenko
    • Shareware ($12.50)
    • 184 Kb
    • Windows All
  • Wapfrog Minesweeper (touch) is a skill board game. Get the highest score you can by revealing all of the safe area on the board without stepping on any of the mines. Compete with all the other players of this great addictve game! Submit your. ..

    • Minesweeper.jar
    • wapfrog.com
    • Freeware (Free)
    • Pocket PC, Handheld, Mobile Other, Java, Windows Mobile 2005
  • This is an AI program which plays the classic minesweeper game This is an AI program which plays the classic minesweeper game automatically.

    • autosweeper-v0.9.tar
    • autosweeper
    • Freeware (Free)
    • 100 Kb
    • BSD; Linux
  • Dark Oberon is an open source real-time strategy game similar to Warcraft II released under GPL. It has got unique graphics - textures created from shots of real models made out of plasticine.

    • dark-oberon-1.0.2-RC1.tar.gz
    • dark-oberon
    • Freeware (Free)
    • 27.17 Mb
    • Windows; BSD; Mac; Linux
  • Is a Minesweeper clone written in Java. It was done because I was bored xD. I'm still working on it.

    • JBombSweeper-Beta-6.0.jar
    • javabombsweeper
    • Freeware (Free)
    • 211 Kb
    • N/A
  • Minesweeper game for the hiebook. Requires emOS 3.x.

    • hiemine-0.3.0.tar.gz
    • hiemine
    • Freeware (Free)
    • 22 Kb
    • N/A
  • PHP port of the popular Minesweeper game that comes bundled with Windows. All the player needs is a browser, so anybody can play.

    • minesweeper.zip
    • minesweeper-php
    • Freeware (Free)
    • 8 Kb
    • Windows; Mac; Linux
  • This is a C++ implementation of classic minesweeper game using FLTK as This is a C++ implementation of classic minesweeper game using FLTK as GUI.

    • mineswipper-V.1.0.zip
    • mscyan
    • Freeware (Free)
    • 10 Kb
    • N/A
  • Oberon PLM is a Web based PLM/PDM, built on Oberon framework that facilitate its customization. Oberon PLM integrates people, data, processes, and business systems and provides a product information backbone for companies and their extended. ..

    • oberon_web_plm.zip
    • oberonplatform
    • Freeware (Free)
    • 1.02 Mb
    • Windows; Mac; Linux
  • An enhanced Oberon V4 system, with packages from the University of Linz, An enhanced Oberon V4 system, with packages from the University of Linz, Austria.

    • oberon-1.7.02.tar.gz
    • olymp
    • Freeware (Free)
    • 3.68 Mb
    • BSD; Linux
  • OOC is an Oberon-2 developmentplatform. It consists of an optimizing compiler, a number of relatedtools, a set of standard library modules, and a reference manual.

    • oo2c_32-2.1.11.tar.bz2
    • ooc
    • Freeware (Free)
    • 1.77 Mb
    • BSD; Windows; Linux
  • A simple text based Minesweeper game made in Python. Currently available in .exe and source. Notice: A minor error: 'clrField failed' may appear, as far as I know this is not correct as it still does work. ..

    • Simple Console Minesweeperin Python
    • minesweepython
    • Freeware (Free)
    • 7 Kb
    • N/A

Old Computer Game Minesweeper

Minesweeper game free windows 7

Minesweeper Card Games


Related:How is minesweeper playedOberon Minesweeper - Minesweeper Free - Minesweeper Daisy - Minesweeper In Javafx - Free MinesweeperFree minesweeper game windows 10

Simple Console Based Minesweeper Game Download

Pages : <1 | 2 | 3>