Blackhawk-TA / TowerDefense

A simple tower defense game for the 32Blit retro console

Home Page:https://blackhawk312.itch.io/towerdefense

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tower Defense

license Build github

A simple tower defense game for the 32Blit and PicoSystem retro consoles

Build

To be able to build this project the 32blit-sdk has to be configured.

Linux:

mkdir build
cd build
cmake ..
make

32Blit:

mkdir build.stm32
cd build.stm32
cmake .. -DCMAKE_TOOLCHAIN_FILE="../32blit-sdk/32blit.toolchain"
make TowerDefense

PicoSystem:

mkdir build.pico
cd build.pico
cmake .. -DCMAKE_TOOLCHAIN_FILE=../../32blit-sdk/pico.toolchain -DPICO_BOARD=pimoroni_picosystem
make

About

A simple tower defense game for the 32Blit retro console

https://blackhawk312.itch.io/towerdefense

License:MIT License


Languages

Language:C++ 94.3%Language:CMake 4.3%Language:Shell 1.4%