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

https://github.com/sashi0034/fill-tiles

ゲーム (SD2)
https://github.com/sashi0034/fill-tiles

Last synced: 3 months ago
JSON representation

ゲーム (SD2)

Awesome Lists containing this project

README

        

# fill-tiles
ゲーム (SD2)

C++20

## Debug Build
以下のライブラリをホームディレクトリ直下に置きます。
- `RxCpp-4.1.1`
- `boost_1_79_0`

### 準備
```
mkdir ./cmake-build-debug
cd ./cmake-build-debug
ln -s ../assets
```

### ビルド
```
cmake ..
make
```