You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
472 B
Markdown
25 lines
472 B
Markdown
<a href="https://gitmoji.dev">
|
|
<img
|
|
src="https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square"
|
|
alt="Gitmoji"
|
|
/>
|
|
</a>
|
|
|
|
## ThinkPink
|
|
SameGame in PINK by Isifluff
|
|
|
|
![Screenshot of ThinkPink](Screenshot.png "Screenshot of ThinkPink")
|
|
|
|
## How to Build
|
|
### Required versions
|
|
* Qt6
|
|
* C++20
|
|
|
|
### Instructions
|
|
#### On Unix / Linux
|
|
```
|
|
git clone https://git.floating-in.space/isabell/ThinkPink.git && cd ThinkPink/ThinkPink
|
|
qmake
|
|
make -j
|
|
```
|