Skip to content

Games implemented ad stored procedures, playable in MariaDB

Notifications You must be signed in to change notification settings

federico-razzoli/sql_games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sql_games

Games implemented as stored procedures for MariaDB. You can play them from the command-line client. Can be ran on Percona Server or Oracle MySQL, but will require some small changes because I've used some MariaDB-specific features.

Each game is in a separate directory. See the README.md. in each directory for a quick explanation of the game and how to play.

To install all the games, just invoke the install.sh file:

./install.sh

To install an individual game, run the install.sql file in the game directory as described above.

Each game will be installed in a different database, which contains the necessary routines and tables. The only routine that you need to remember is:

CALL help();

This will show you a help that explains how to play.

About

Games implemented ad stored procedures, playable in MariaDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages