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
- Host: GitHub
- URL: https://github.com/slmt/console-tower-defense
- Owner: SLMT
- Created: 2015-04-18T13:28:41.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-02-22T13:48:02.000Z (over 1 year ago)
- Last Synced: 2025-02-22T14:36:09.337Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 337 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Console Tower Defense Game

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