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

https://github.com/slmt/console-tower-defense

A Tower Defense game running on Windows console
https://github.com/slmt/console-tower-defense

Last synced: 7 days ago
JSON representation

A Tower Defense game running on Windows console

Awesome Lists containing this project

README

          

# Console Tower Defense Game

![Screenshot](./screen_shot.png)

## Prerequisite

- For compiling the code: Any C/C++ Compiler + [Bazel](https://bazel.build/)
- For running the binary: Windows OS

## Build

Prerequisite:

Navigate to the root directory of the project and enter the following command:

```
$ bazel build td_pkg
```

This will build the source code and package the binary along with all necessary data files into a zip file at `bazel-bin/td.zip`.