TrustedUser
2,147
edits
(Fixed typos, updated URLs.) |
(→Point and Click Engines with Publicly Available Authoring Tools: Move AGS to WIP list) |
||
Line 27: | Line 27: | ||
* Engines with work-in-progress support in the ScummVM Git repository | * Engines with work-in-progress support in the ScummVM Git repository | ||
**[https://en.wikipedia.org/wiki/Adventure_Game_Studio AGS (Adventure Game Studio)] | |||
** [[SLUDGE]]: [[SLUDGE/Development]], [https://opensludge.github.io/ SLUDGE Development Kit] | ** [[SLUDGE]]: [[SLUDGE/Development]], [https://opensludge.github.io/ SLUDGE Development Kit] | ||
** [[WAGE]]: [[WAGE/Development]], [https://en.wikipedia.org/wiki/World_Builder World Builder] | **[[WAGE]]: [[WAGE/Development]], [https://en.wikipedia.org/wiki/World_Builder World Builder] | ||
* Non-ScummVM game engines | * Non-ScummVM game engines | ||
**[https://godotengine.org/ Godot], for example with the [https://godotengine.org/article/our-point-click-framework-finally-out Escoria framework] | |||
** [https://godotengine.org/ Godot], for example with the [https://godotengine.org/article/our-point-click-framework-finally-out Escoria framework] | |||
== Game Creation Tips == | == Game Creation Tips == | ||
Creating a game is closer to writing than programming, though both skills are required. For a good game, the characters, story and dialogue should come first. It is suggested to write the game in a text adventure system such as [https://en.wikipedia.org/wiki/Inform Inform (Z Machine, Glulx)] as a prototype, '''before''' you commit to drawing artwork and creating game scripts for the graphical point and click version. Since point and click interfaces are basically implicit "Verb-Noun" interface i.e. (Open) (Door), this should map fairly easily. | Creating a game is closer to writing than programming, though both skills are required. For a good game, the characters, story and dialogue should come first. It is suggested to write the game in a text adventure system such as [https://en.wikipedia.org/wiki/Inform Inform (Z Machine, Glulx)] as a prototype, '''before''' you commit to drawing artwork and creating game scripts for the graphical point and click version. Since point and click interfaces are basically implicit "Verb-Noun" interface i.e. (Open) (Door), this should map fairly easily. |