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 f2b9edeb05 More refactoring into nice little directories. data/types.go is because go is a wimp that can't handle cycles. 2 months ago
builder More refactoring into nice little directories. data/types.go is because go is a wimp that can't handle cycles. 2 months ago
config Refactor to a better layout for the future. 2 months ago
data More refactoring into nice little directories. data/types.go is because go is a wimp that can't handle cycles. 2 months ago
game More refactoring into nice little directories. data/types.go is because go is a wimp that can't handle cycles. 2 months ago
tools/cmd/tester First ability to build itself. 2 months ago
.gitignore First ability to build itself. 2 months ago
.ttarpit.json Now the basic game is there. It tracks your errors, you lose HPon an error, and you can die and try again. 2 months ago
Makefile Borrowed some code from ozai to get started. 2 months ago
README.md First commit. 2 months ago
go.mod Basic idea is working. It watches a directory and runs a command when you change things. 2 months ago
go.sum Basic idea is working. It watches a directory and runs a command when you change things. 2 months ago
main.go More refactoring into nice little directories. data/types.go is because go is a wimp that can't handle cycles. 2 months ago

README.md

Turing's Tarpit

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