Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
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!
http://schemaverse.com
PLpgSQL
PHP
JavaScript
Perl
CoffeeScript
CSS
Other
| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| Failed to load latest commit information. | |||
|
|
clients | ||
|
|
items |
|
|
|
|
schema |
|
|
|
|
trophies |
|
|
|
|
CHANGELOG |
|
|
|
|
INSTALL.org |
|
|
|
|
LICENSE |
|
|
|
|
README |
|
|
|
|
ref.pl |
|
|
|
|
stat.pl |
|
|
|
|
tic.pl |
|
|
README
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