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!
License
Abstrct/Schemaverse
master
Name already in use
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
What is 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! Why? People play the Schemaverse for variety of reasons. Some of those include: - Teaching and learning SQL (along with other database interaction) - Database Security research - Playing with AI - Developing graph and map based UIs - Looking like you are working while actually playing a sweet space battle game I created this game to learn more about security in postgres. This means that this game is probably extremely insecure. DON'T RUN THIS ON SOMETHING IMPORTANT. Requirements: - PostgreSQL 9.3.* - Sqitch - Perl & DBD::Pg -Abstrct www.schemaverse.com
About
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!