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

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.

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