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

https://github.com/treeplate/tower_defense_shell


https://github.com/treeplate/tower_defense_shell

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Welcome to Tower Defense Shell v1.0.1!

The following statements are supported:

- `tick`
Ticks the game.
- `tower x y`
Places a tower at x, y.
- `view x y`
Prints what is at x, y.
- `print x`
Prints x.

And the following expressions are supported:

- `money`
Gets the amount of money left
- integer literal
Self-explanatory (I assume)