Skip to content

joshuaDeal/haxeflixel-minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

haxeflixel-minesweeper

Minesweeper clone in HaxeFlixel.

This is my clone of the classic PC game Minesweeper, made in HaxeFlixel.

Building from source.

  1. Clone this repository.

git clone https://github.com/joshuaDeal/haxeflixel-minesweeper

  1. Change directory to repository root.

cd ./haxeflixel-minesweeper

  1. Build for target platform with lime.

    • Linux

    lime build linux -final

    • Windows

    lime build windows -final

    • Web

    lime build html5 -final -Dno-compress -Dcanvas

Packages

 
 
 

Contributors