Skip to content
/ gts2 Public
forked from zesoup/gts2

A techdemo for PostgreSQL using Pygame

License

Notifications You must be signed in to change notification settings

credativ/gts2

 
 

Repository files navigation

GTS2

This game is designed as a PostgreSQL playgound and techdemo. By utilizing PostGIS and Openstreetmap, the Database allows for quick geospatial queries for either buisness logic or rendering. Also Rendering is done by a postgresql backend.

The games logic is based on triggers and constraints. Hence here's little the application has to do besides forwarding commands like "accelerate".

alt tag

Currently based on Python2.7 the key requirements on the frontend are:

  • pygame
  • psycopg2
  • cairo

The Server requirements are:

  • postgresql >= 9.5
  • EXTENSION: postgis 2.2
  • EXTENSION: unaccent

About

A techdemo for PostgreSQL using Pygame

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 48.7%
  • PLpgSQL 44.8%
  • TSQL 6.0%
  • Shell 0.5%