Yet another remake of the classic persistent browser-based multiplayer game. https://discord.gg/ZKTSKne
This repository has been archived on 2024-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Krzysztof Sikorski 90bcb41a89
chore: enable GitLab’s security features (SAST & Secret Detection)
2024-03-15 00:20:51 +01:00
.github Configure GitHub's CodeQL feature 2024-02-15 00:45:34 +01:00
doc Disable EditorConfig checker for tables in `doc/legacy_mechanics` 2024-02-01 23:47:07 +01:00
legacy
modules Set explicit versions for `core` and `storage` modules 2024-02-12 00:13:44 +01:00
website style: explicitly quote all strings in YAML files 2024-03-14 23:18:22 +01:00
.ecrc Reduce verbosity of tools 2024-02-14 23:49:16 +01:00
.editorconfig Configure editor for `.env` files 2024-02-01 23:44:29 +01:00
.gitignore Restore config to ignore the `.php-cs-fixer.cache` file 2024-02-06 17:11:51 +01:00
.gitlab-ci.yml chore: enable GitLab’s security features (SAST & Secret Detection) 2024-03-15 00:20:51 +01:00
.gitmodules
.php-cs-fixer.dist.php Review `php-cs-fixer` rules and upgrade to v3.49 2024-02-11 23:38:41 +01:00
LICENSE.txt
Makefile Remove debug target from `Makefile` 2024-02-15 00:26:05 +01:00
README.md

README.md

Quintolin

Yet another remake of the classic persistent browser-based multiplayer game.

This variant is written in PHP and based on Symfony framework.

License

Quintolin - persistent browser-based multiplayer game
Copyright (C) 2023 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 license is included in LICENSE.txt file.

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

Source code

This project is published to multiple core-sharing portals:

Directory structure

  • doc: developer documentation
  • legacy: History and source code of previous versions of the game
  • modules/core: core engine of the game
  • modules/storage: storage module for the game
  • tools: developer tools
  • website: website and UI