https://github.com/jasonjewik/acab
A C++ Auto Battler.
https://github.com/jasonjewik/acab
cpp game
Last synced: 12 months ago
JSON representation
A C++ Auto Battler.
- Host: GitHub
- URL: https://github.com/jasonjewik/acab
- Owner: jasonjewik
- License: mit
- Created: 2022-06-09T23:35:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-07T22:36:41.000Z (almost 4 years ago)
- Last Synced: 2025-03-05T04:30:14.940Z (over 1 year ago)
- Topics: cpp, game
- Language: C++
- Homepage: https://jasonjewik.notion.site/ACAB-Design-Doc-9141c8be7c64427dbb2c35cd77825042
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A C++ Auto Battler
## Description
https://jasonjewik.notion.site/ACAB-Design-Doc-9141c8be7c64427dbb2c35cd77825042
## Usage
Everything should be done inside the Docker container.
Building and running the Docker image/container.
```shell
$ docker/build.sh
$ docker/start.sh
```
Building the source code.
```shell
$ mkdir build && cd build
$ cmake ..
$ make
```
Running tests.
```shell
$ cd build
$ ctest
```