Core module (game mechanics etc)
Go to file
Krzysztof Sikorski d0b3ecd717
chore: increase package version to v0.0.3
2024-05-16 01:04:56 +02:00
.github/workflows feat[ci]: switch to shared config from the `config-ci` repository 2024-05-15 23:37:10 +02:00
src feat[contract]: add basic storage interface for testing integration 2024-05-06 03:32:24 +02:00
.ecrc feat: configure `editorconfig-checker` 2024-05-05 23:10:47 +02:00
.editorconfig feat[ci]: use shared GitHub Actions 2024-05-14 21:55:49 +02:00
.gitattributes feat: copy `.gitattributes` config from coding standard 2024-05-05 23:22:36 +02:00
.gitignore feat: configure coding standard 2024-05-05 23:10:16 +02:00
.gitlab-ci.yml feat[ci]: use common GitLab CI config from `config-ci` repository 2024-05-16 01:03:29 +02:00
.php-cs-fixer.dist.php fix: remove mention of a test file 2024-05-05 23:24:34 +02:00
LICENSE.txt Initialize repository 2024-05-05 02:31:16 +02:00
Makefile feat[makefile]: add targets to install and uninstall dependencies 2024-05-06 03:04:24 +02:00
README.md Initialize repository 2024-05-05 02:31:16 +02:00
composer.json chore: increase package version to v0.0.3 2024-05-16 01:04:56 +02:00

README.md

Quintolin core engine

This directory contains core engine of the Quintolin game.

The engine is intended to be an abstract PHP library, independent of any framework, storage solution, or execution environment.

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: