https://github.com/treeplate/tower_defense_shell
https://github.com/treeplate/tower_defense_shell
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/treeplate/tower_defense_shell
- Owner: treeplate
- Created: 2020-10-02T18:41:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T23:50:44.000Z (almost 6 years ago)
- Last Synced: 2025-02-02T11:44:28.695Z (over 1 year ago)
- Language: Dart
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: history.md
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)