PuzzleScript: Difference between revisions
From Game Making Tools Wiki
('contributors' credit.) |
(Stingby12's games) |
||
Line 13: | Line 13: | ||
===Puzzle games=== | ===Puzzle games=== | ||
* '''[https://itch.io/c/1812345/my-puzzlescript-games My PuzzleScript Games]''' - list of games by Stingby12. | |||
===Other games=== | ===Other games=== |
Latest revision as of 00:50, 1 May 2024
PuzzleScript | |
---|---|
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
- My PuzzleScript Games - list of games by Stingby12.
Other games
- Shooting Pool - A pool game!
See Also
Related Projects
- DungeonScript - I think this is a fork. Overall very similar, but the game is rendered in a first-person perspective.
- PuzzleScript Plus - PS with enhancements.
- Accessible PuzzleScript - Version of PS friendly to blind players. Can even run in a terminal.
See Also
- puzzlescript.net
- Documentation on the official site.
- Rules 101 - Outline of how the scripting language works.
- PuzzleScript on Google Groups.
- Awesome PuzzleScript - PuzzleScript-related links.