Tanks Programming Language
- December 6, 2021
- Bloody Wall Software
A 2D esoteric stack-based tanks-oriented programming language. A tank is represented by a #, and at the beginning of the program, all tanks start moving in random directions. A tank runs commands by stepping on them. There are 2 kinds of commands: weak commands and strong commands. Weak commands are lowercase letters and can only be run once. Strong commands are capital letters and can be run mu…