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
- Host: GitHub
- URL: https://github.com/wormtql/einstein-solver-cpp
- Owner: wormtql
- Created: 2019-11-30T05:29:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-30T05:29:45.000Z (over 6 years ago)
- Last Synced: 2025-11-14T23:03:21.434Z (8 months ago)
- Language: C++
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)