PuzzleScript: Difference between revisions

From Game Making Tools Wiki
(Added categories (whoops again))
('contributors' credit.)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{ infobox_software
| title        = PuzzleScript
| image        = [[File:puzzlescript logo.png|alt=PuzzleScript mascot: An orange smiley face, surrounded by four arrows, pointing north, east, south, and west, in turn.]]
| release_date = 2013-
| made_by      = [http://www.increpare.com/ Stephen Lavelle]<br>& [https://github.com/increpare/PuzzleScript/graphs/contributors contributors]
| runs_on      = [[:Category:Browser|Browser]] (HTML5)
| exports_to  = [[:Category:Browser Export|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.
'''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==
==Example Ganes==
PuzzleScript has proven to be quite flexible, there are all sorts of things made that are not the typical ''Sokoban'' riffs.
PuzzleScript has proven to be quite flexible, there are all sorts of things made that are not the typical ''Sokoban'' riffs.


Line 9: Line 17:
* '''''[http://www.puzzlescript.net/play.html?p=862ccbba4d4f4d96a2c2 Shooting Pool]''''' - A pool game!
* '''''[http://www.puzzlescript.net/play.html?p=862ccbba4d4f4d96a2c2 Shooting Pool]''''' - A pool game!


===See Also===
* [https://pedropsi.github.io/puzzlescript-games-database.html Puzzlescript Games Database]
* [https://itch.io/games/made-with-puzzlescript Top Games made with PuzzleScript] on [[Itch|itch.io]]
==Related Projects==
* [[DungeonScript]] - I think this is a fork. Overall very similar, but the game is rendered in a first-person perspective.
* [https://auroriax.github.io/PuzzleScript/ PuzzleScript Plus] - PS with enhancements.
* [https://philschatz.com/puzzlescript/ Accessible PuzzleScript] - Version of PS friendly to blind players. Can even run in a {{jargon|Terminal|terminal}}.


==See Also==
==See Also==
* [http://www.puzzlescript.net/ puzzlescript.net]
* [http://www.puzzlescript.net/ puzzlescript.net]
* [http://www.puzzlescript.net/documentation/rules101.html Rules 101] - Outline of how the scripting language works.
* [http://www.puzzlescript.net/documentation/documentation.html Documentation] on the official site.
** [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://github.com/lee2sman/awesome-puzzlescript Awesome PuzzleScript] - PuzzleScript-related links.


[[Category:Game Builder]][[Category:2-D]][[Category:Puzzle]][[Category:Browser]]
[[Category:Game Builder]][[Category:2-D]][[Category:Puzzle]]
[[Category:Open-Source]]
[[Category:Browser]]
[[Category:Browser Export]]

Latest revision as of 09:47, 8 December 2021

PuzzleScript
PuzzleScript mascot: An orange smiley face, surrounded by four arrows, pointing north, east, south, and west, in turn.
Release date: 2013-
Made by: Stephen Lavelle
& contributors
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.

Example Ganes

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

See Also

Related Projects

See Also