PuzzleScript: Difference between revisions
From Game Making Tools Wiki
(Added infobox and some links) |
(→See Also: Link to DungeonScript page, and organised categories) |
||
Line 23: | Line 23: | ||
** [http://www.puzzlescript.net/documentation/rules101.html Rules 101] - Outline of how the scripting language works. | ** [http://www.puzzlescript.net/documentation/rules101.html Rules 101] - Outline of how the scripting language works. | ||
* [https://groups.google.com/forum/#!forum/puzzlescript PuzzleScript] on Google Groups. | * [https://groups.google.com/forum/#!forum/puzzlescript PuzzleScript] on Google Groups. | ||
* [[DungeonScript]] | |||
[[Category:Game Builder]][[Category:2-D]][[Category:Puzzle]][[Category:Browser]][[Category:Browser Export]] | [[Category:Game Builder]][[Category:2-D]] | ||
[[Category:Puzzle]] | |||
[[Category:Browser]] | |||
[[Category:Browser Export]] |
Revision as of 08:26, 22 August 2017
PuzzleScript | |
---|---|
Release date: | |
Made by: | Stephen Lavelle |
Runs on: | Browser (HTML5) |
Exports to: | Browser (HTML5) |
PuzzleScript is a simple scripting language for making HTML5 puzzle games. Any game's source scrip is able to be looked at by players, and mostly they are intuitive to comprehend. It was made by Increpare.
Examples
PuzzleScript has proven to be quite flexible, there are all sorts of things made that are not the typical Sokoban riffs.
Puzzle games
Other games
- Shooting Pool - A pool game!
See Also
- puzzlescript.net
- Documentation on the official site.
- Rules 101 - Outline of how the scripting language works.
- PuzzleScript on Google Groups.
- DungeonScript