Abstrct / Schemaverse

The Schemaverse is a space-based strategy game implemented entirely within a PostgreSQL database. Compete against other players using raw SQL commands to command your fleet. Or, if your PL/pgSQL-foo is strong, wield it to write AI and have your fleet command itself!
schemaverse.com
PostgreSQL License
356 stars 39 forks source link

Update tic.pl with autoflush #36

Closed frozenfoxx closed 6 years ago

frozenfoxx commented 6 years ago

Set the autoflush to true. This helps with logging since without it capturing output of the program is denied.