Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jqntn/minisweeper

android minesweeper game in cpp using raylib
https://github.com/jqntn/minisweeper

android cpp game minesweeper raylib

Last synced: about 1 month ago
JSON representation

android minesweeper game in cpp using raylib

Awesome Lists containing this project

README

        

# minisweeper

### Desktop

```cmd
> cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
> cmake --build build --config Release
```

### Android (from Windows)

* Latest OpenJDK 21 LTS from Microsoft at `C:\open-jdk`
* Latest Android NDK LTS at `C:\android-ndk`
* Android SDK at `C:\android-sdk` (`build-tools;35.0.0`, `platforms;android-34`, `platform-tools`)
* _or just run `get-android-tools.bat`_

```cmd
> make
```