项目作者: jkenlooper

项目描述 :
Massively Multiplayer Online Jigsaw Puzzles
高级语言: Python
项目地址: git://github.com/jkenlooper/puzzle-massive.git
创建时间: 2018-09-28T20:24:18Z
项目社区:https://github.com/jkenlooper/puzzle-massive

开源协议:GNU Affero General Public License v3.0

下载


Puzzle Massive

I am no longer maintaining version 2 of Puzzle Massive.

Further development of Puzzle Massive version 3 is at
https://massive.xyz/puzzle. There are no plans of keeping the version
3 codebase backwards compatible with version 2.


Version 2 (Unmaintained)

A Massively Multiplayer Online Jigsaw Puzzle as a web application. Jigsaw
puzzles are made from randomly generated classic interlocking pieces and can be
5000+ pieces. Players can collaborate on the same jigsaw puzzle in real time.
Other player’s piece movements are moderated automatically in order to prevent
abusive behavior.

code style: prettier
code style: black

Local Install Instructions (TL;DR)

Minimal setup to get it running on your local machine at
http://localhost:38682/.

  1. cd client-side-public && make && cd -
  2. vagrant up
  3. vagrant provision --provision-with shell-init-dev-local
  4. vagrant provision --provision-with shell-testdata-puzzles-quick

More documentation is available within the docs directory.

Change Log and History

This project has been moved to GitHub with a fresher git commit history. The
previous git commit history is available upon request. I’ve chosen to make
Puzzle Massive an open source project under the GNU Affero General Public
License.

Changelog since 2.0.0

License

Puzzle Massive. An online multiplayer jigsaw puzzle.
Copyright (C) Jake Hickenlooper

Only the source code that is used for Puzzle Massive is licensed under the
GNU Affero General Public License.
Content included in this project is licensed under the
Creative Commons Attribution 4.0 International
License.

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 http://www.gnu.org/licenses.

DigitalOcean Referral Badge