Skip to content

Open Source HTML5 Puzzle Game Engine

Notifications You must be signed in to change notification settings

ThatScar/PuzzleScript

 
 

Repository files navigation

PuzzleClick Fork

This project is an extension that adds pointing device support (currently only mouse and devices emulating a mouse) to PuzzleScript (more info about PuzzleScript at the bottom).

Playable examples:

Remakes/mods/hacks:
Jelly No Puzzle (check original by qrostar)
Hanano Puzzle (check original by qrostar)
Alcazar (original officially unavailable)
Train Braining (check original by Draknek)
Original games/prototypes specifically made for/with this fork:
Arrow Game (prototype by TheGreatEscaper)
Mechanic Overload! (comedic game by Jack Lance)
Gating (difficult tutorial-less game/prototype by Jack Lance)

Editor:

https://thatscar.github.io/PuzzleScript/editor.html
This page shall be the most stable Puzzlescript site that uses this fork; when issues are fixed, they may take a while until the fixes end up here. Issues and bugs are recorded/discussed here. The main difference/drawback in this editor from the original editor is that you can't Share games. If you want to share a game, copy the code to the original PuzzleScript editor and click Share there, disregarding compilation errors. Then you can copy the part of the URL that comes after the equals = sign and paste it after this URL https://thatscar.github.io/PuzzleScript/play.html?p= to get a full link to your playable game.
Alternatively, you can create a gist on Github and copy the code of the gist as the first step; this is practically what the original PuzzleScript editor does for you when you click Share, given permission to use your Github account. Exporting a game to a standalone copy is currently unavailable.

How to use the PuzzleClick features:

Documentation is still Work In Progress. Please look at the currently playable games to get an understanding of how to use mouse support.


Info about the original project follows:

PuzzleScript

Open Source HTML5 Puzzle Game Engine

Try it out at https://www.puzzlescript.net


Dev instructions here - https://groups.google.com/forum/#!searchin/puzzlescript/development/puzzlescript/yptIpY9hlng/cjfrOPy_4jcJ


The MIT License (MIT)

Copyright (c) 2013 Stephen Lavelle

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Open Source HTML5 Puzzle Game Engine

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.1%
  • HTML 2.5%
  • CSS 1.9%
  • Other 0.5%