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

https://github.com/wormtql/einstein-solver-cpp

an einstein game solver written in cpp
https://github.com/wormtql/einstein-solver-cpp

Last synced: about 2 months ago
JSON representation

an einstein game solver written in cpp

Awesome Lists containing this project

README

          

# einstein
an einstein game engine written in c++

## build
确保安装了cmake、git
```bash
git clone this repository
cd einstein-cpp
mkdir build
cd build
cmake ..
make
```

## run
run it in console:
```bash
./einstein
```
run it in UI:
[einstein-UI](https://github.com/IATOW/einstein-ui)