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
2024-01-18 17:35:22 +01:00
core Fix declared versions in composer.json files 2023-12-28 04:43:08 +01:00
doc Reformat whitespace in HTML files from Wayback Machine 2024-01-14 01:58:41 +01:00
legacy Fix whitespace 2023-12-27 02:58:09 +01:00
tools/php-cs-fixer Add "PHP Coding Standards Fixer" tool to project 2023-12-27 04:57:08 +01:00
website Copy color palette from v3 2024-01-18 17:35:22 +01:00
.editorconfig Merge entries for JSON files 2024-01-02 00:16:20 +01:00
.gitignore Add "PHP Coding Standards Fixer" tool to project 2023-12-27 04:57:08 +01:00
.gitmodules Document previous versions of the game, add their source code as submodules 2023-06-16 21:38:36 +02:00
.php-cs-fixer.dist.php Configure opinionated coding style based on PER standard 2023-12-28 02:57:17 +01:00
LICENSE.txt Initialize repository 2023-06-16 21:27:53 +02:00
Makefile Split git_push_all target into git_push_branch and git_push_tags 2024-01-18 00:25:51 +01:00
README.md Add "PHP Coding Standards Fixer" tool to project 2023-12-27 04:57:08 +01:00

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

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