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

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

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
```