Skip to content

Classic minesweeper game with desktop and android gui.

Notifications You must be signed in to change notification settings

Noxsense/Minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper

Small Minesweeper Project with GUI and a Solver (wip).

Screenshots

Desktop Version

Android Version

Compiling

Compiling Desktop GUI

This will create a core.jar in sources/build/libs

In directory sources run for building:

gradle :core:build

Compiling Android

In directory sources:

gradle assembleDebug

Directories:

.
└── sources
    ├── android
    │   ├── src
    │   │   └── main
    │   │       ├── AndroidManifest.xml
    │   │       ├── java
    │   │       └── res
    │   └── build.gradle
    ├── core
    │   ├── src
    │   │   ├── main
    │   │   │   └── java
    │   │   │       └── nox
    │   │   │           └── minesweeper
    │   │   │               ├── desktop
    │   │   │               └── logic
    │   │   └── test
    │   └── build.gradle
    ├── build.gradle
    └── settings.gradle

About

Classic minesweeper game with desktop and android gui.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages