KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#cli
#dsh
#claude-code
#codex
#developer-tools
#react
towerdefense
★ 57
Open GitHub ↗
Simple tower defense game in p5.js
Download README (.md)
Explore Similar Repositories
p5-hershey-js
:
p5.js Hershey Vector Font Library
react-hooks-p5js
:
No description available.
DrawingApp
:
Realtime drawing app using SocketIO and p5.js
p5js-vite
:
Template for P5.js with Vite
p5.bezier
:
Bezier library for canvas-based graphics on the web, built to work with p5.js.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
towerdefense
?
Download (.md)
# towerdefense Simple tower defense game in p5.js that can be played [here](https://rsaihe.github.io/towerdefense/). You can also make and edit custom maps using this [map editor](https://rsaihe.github.io/td-editor/). Instructions are located on the Github [repo](https://github.com/rsaihe/td-editor/). ### Controls: * Esc to deselect tower * Left and right brackets to change map size (will reset game!) * Mouse to place a tower * Spacebar to pause * 0-9 to select a tower to place * F to toggle FPS display * G to toggle god mode * H to toggle displaying enemy health bars * M to import and load map string (will reset game!) * P to toggle display particle effects (turning them off helps with lag) * Q to toggle towers firing * R to reset game * S to sell selected tower * U to upgrade selected tower * V to mute sound volume * W to toggle delay between waves * X to export map string (copies to clipboard) * Z to return to default zoom level (will reset game!)