oblaser / bestagon-mines

Hexagonal Minesweeper game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bestagon Mines

My intro or "Hello World" project with the olcPGE. Experimenting with a hexagonal grid and a minimal GUI implementation.

Build

Linux

Required software: cmake, build-essential

$ cd build/
$ ./build.sh [cleanAll] cmake make [&& ./pack.sh]

Build and run:

$ cd build/
$ ./build.sh cmake make run

Windows

Required software: Visual Studio

  1. Build
    1. Open prj/vs/bestagon-mines.sln
    2. Build Release | x86 and/or Release | x64
  2. optionally Run pack*.bat in the build directory.

License

Bestagon Mines is licensed under OLC-3.

The following open source projects are used:

About

Hexagonal Minesweeper game

License:Other


Languages

Language:C++ 97.6%Language:Shell 1.4%Language:Batchfile 0.7%Language:CMake 0.3%Language:C 0.1%