https://github.com/wormtql/einstein-ui
a UI for einstein game
https://github.com/wormtql/einstein-ui
Last synced: 12 months ago
JSON representation
a UI for einstein game
- Host: GitHub
- URL: https://github.com/wormtql/einstein-ui
- Owner: wormtql
- Created: 2019-11-30T02:12:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-01T12:06:57.000Z (over 6 years ago)
- Last Synced: 2025-07-15T00:14:35.133Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# einstein_ui
an user interface for einstein game
## 准备
Qt(qmake)
make
## 编译
```bash
clone this repo
cd einstein-ui
mkdir build
cd build
qmake -o Makefile ../einstein_ui.pro
make
```
## run
```bash
./einstein_ui
```