Storage module (database communication etc)
Go to file
Krzysztof Sikorski c7834ae2fd
chore: increase package version to v0.0.3
2024-05-16 01:13:48 +02:00
.github/workflows feat[ci]: switch to shared config from the `config-ci` repository 2024-05-15 23:41:39 +02:00
src feat: add `HealthCheck` class to test package integration 2024-05-06 05:06:19 +02:00
.ecrc feat: copy local linter setup (config + make targets) from core package 2024-05-06 05:08:52 +02:00
.editorconfig feat[ci]: use shared GitHub Actions 2024-05-14 22:11:09 +02:00
.gitattributes feat: copy `.gitattributes` from core package 2024-05-06 05:18:10 +02:00
.gitignore feat: copy local linter setup (config + make targets) from core package 2024-05-06 05:08:52 +02:00
.gitlab-ci.yml feat[ci]: use common GitLab CI config from `config-ci` repository 2024-05-16 01:10:47 +02:00
.php-cs-fixer.dist.php feat: copy local linter setup (config + make targets) from core package 2024-05-06 05:08:52 +02:00
LICENSE.txt Initialize repository 2024-05-05 02:47:55 +02:00
Makefile feat: copy local linter setup (config + make targets) from core package 2024-05-06 05:08:52 +02:00
README.md Initialize repository 2024-05-05 02:47:55 +02:00
composer.json chore: increase package version to v0.0.3 2024-05-16 01:13:48 +02:00
test.php feat: copy local linter setup (config + make targets) from core package 2024-05-06 05:08:52 +02:00

README.md

Quintolin storage module

This directory contains storage module of the Quintolin game.

The module implements storage API defined in the core engine.

License

Quintolin - persistent browser-based multiplayer game
Copyright (C) 2024 Krzysztof Sikorski
Copyright (C) 2009-2010 Isaac Lewis for original implementations
Copyright (C) 2013 Troy Goode for NodeJS re-implementation

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

Full text of the licence is included in LICENSE.txt file.

You can also read it in HTML format at https://www.gnu.org/licenses/agpl-3.0.html

Mirrors

This repository is published to multiple core-sharing portals: