PuzzleScript: Difference between revisions

From Game Making Tools Wiki
(→‎See Also: Awesome PuzzleScript)
(Logo/mascot, 'Related Projects')
Line 1: Line 1:
{{ infobox_software
{{ infobox_software
| title        = PuzzleScript
| title        = PuzzleScript
| image        =  
| 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 =  
| release_date = 2013-
| made_by      = [http://www.increpare.com/ Stephen Lavelle]
| made_by      = [http://www.increpare.com/ Stephen Lavelle]
| runs_on      = [[:Category:Browser|Browser]] (HTML5)
| runs_on      = [[:Category:Browser|Browser]] (HTML5)
Line 9: Line 9:
'''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 17: 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==
Line 24: Line 32:
* [https://groups.google.com/forum/#!forum/puzzlescript PuzzleScript] on Google Groups.
* [https://groups.google.com/forum/#!forum/puzzlescript PuzzleScript] on Google Groups.
* [https://github.com/lee2sman/awesome-puzzlescript Awesome PuzzleScript] - PuzzleScript-related links.
* [https://github.com/lee2sman/awesome-puzzlescript Awesome PuzzleScript] - PuzzleScript-related links.
* [[DungeonScript]]


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

Revision as of 09:45, 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
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