A kind of Augmented Reality programming game that makes you a better programmer.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Zed A. Shaw 0e87dcf890 Make the one error per line configurable. 2 weeks ago
builder Now clears the log when a new build starts. 2 weeks ago
config Make the one error per line configurable. 2 weeks ago
data Logs the error messages to the screen and resets the log when the build passes. 3 weeks ago
debug Move the logging to a separate logger so we can do a tui. 3 weeks ago
game Make the one error per line configurable. 2 weeks ago
tools/cmd/tester First ability to build itself. 3 weeks ago
.gitignore Now have a GUI that just uses tcell, after tying a few others it's the easiest. 3 weeks ago
.ttarpit.json Make the one error per line configurable. 2 weeks ago
Makefile It now uses tcell colors to show build status and when you die. 3 weeks ago
README.md First commit. 3 weeks ago
go.mod It now uses tcell colors to show build status and when you die. 3 weeks ago
go.sum It now uses tcell colors to show build status and when you die. 3 weeks ago
main.go Now clears the log when a new build starts. 2 weeks ago
ui.go Logs the error messages to the screen and resets the log when the build passes. 3 weeks ago

README.md

Turing's Tarpit

A game for programmers. It watches you code and if you make too many mistakes you "die."