Guide:Main Page: Difference between revisions
From Game Making Tools Wiki
(→Procedural Generation: 'Spelunky Generator Lessons') |
(Inform, 'Genre-Specific' secion with some Roguelike links) |
||
Line 9: | Line 9: | ||
* [https://itch.io/t/11699/mental-health-in-games-resource-list Mental Health in Games Resource List] on the itch.io forum. | * [https://itch.io/t/11699/mental-health-in-games-resource-list Mental Health in Games Resource List] on the itch.io forum. | ||
==Tool Specific== | ==Tool-Specific== | ||
* [[Guide:Clickteam|Clickteam]] (From [[Klik & Play|KNP]] through to [[Clickteam Fusion|Clickteam Fusion]]) | * [[Guide:Clickteam|Clickteam]] (From [[Klik & Play|KNP]] through to [[Clickteam Fusion|Clickteam Fusion]]) | ||
* [[Guide:Bitsy|Bitsy]] | * [[Guide:Bitsy|Bitsy]] | ||
Line 17: | Line 17: | ||
* [[Guide:Git|Git]] | * [[Guide:Git|Git]] | ||
* [[Guide:Godot|Godot]] | * [[Guide:Godot|Godot]] | ||
* [[Guide:Inform|Inform]] | |||
* [[Guide:LMMS|LMMS]] | * [[Guide:LMMS|LMMS]] | ||
* [[Guide:OpenSCAD|OpenSCAD]] | * [[Guide:OpenSCAD|OpenSCAD]] | ||
Line 24: | Line 25: | ||
* [[Guide:Vertex Meadow|Vertex Meadow]] | * [[Guide:Vertex Meadow|Vertex Meadow]] | ||
* [[Guide:ZZT|ZZT]] | * [[Guide:ZZT|ZZT]] | ||
==Genre-Specific== | |||
* [https://notimetoplay.org/games/roguelike/coding-advice.html Roguelike coding advice] on No Time To Play. | |||
* [http://roguebasin.com/index.php?title=Articles Articles] on the RogueBasin wiki. | |||
==Accessibility== | ==Accessibility== | ||
Help on ensuring your game is accessible to people with disabilities. | Help on ensuring your game is accessible to people with disabilities. | ||
* [http://web.archive.org/web/20160222232431/http://antagonizethehorn.com:80/2015/01/28/disability-and-gaming-resource-list/ Disability And Gaming Resource List] - Great list of essays on playing games with disabilities. | * [http://web.archive.org/web/20160222232431/http://antagonizethehorn.com:80/2015/01/28/disability-and-gaming-resource-list/ Disability And Gaming Resource List] - Great list of essays on playing games with disabilities. | ||
* [https://joeparlock.wordpress.com/2016/03/15/the-disabled-gaming-resource/ The Disabled Gaming Resource] - Links for players and makers with disabilities, people wanting to making things accessible to | * [https://joeparlock.wordpress.com/2016/03/15/the-disabled-gaming-resource/ The Disabled Gaming Resource] - Links for players and makers with disabilities, people wanting to making things accessible to people with disabilities, and more. | ||
* [http://www.alanzucconi.com/2015/12/16/color-blindness/ Accessibility Design: Color Blindness] - Easy to grasp help for designing for colour blindness. Even has a shader to download to help testing. | * [http://www.alanzucconi.com/2015/12/16/color-blindness/ Accessibility Design: Color Blindness] - Easy to grasp help for designing for colour blindness. Even has a shader to download to help testing. | ||
* [http://gameaccessibilityguidelines.com/ gameaccessibilityguidelines.com] | * [http://gameaccessibilityguidelines.com/ gameaccessibilityguidelines.com] | ||
Line 56: | Line 61: | ||
* [https://www.freecodecamp.org/ freecodecamp.org] - Free, structured guides for learning various languages and things. | * [https://www.freecodecamp.org/ freecodecamp.org] - Free, structured guides for learning various languages and things. | ||
==Graphics Programming== | ===Graphics Programming=== | ||
* [https://thebookofshaders.com/ The Book of Shaders] - [[Glossary:Main_Page#Shader|Shaders]]! | * [https://thebookofshaders.com/ The Book of Shaders] - [[Glossary:Main_Page#Shader|Shaders]]! |
Revision as of 13:50, 5 March 2021
In this section of the wiki you can find and add helpful info on game making tools, and maybe anything else helpful to game makering.
Apart from software-specific stuff, general beginners guides for tool selection, and how to get started would be welcome!
Getting Started Making Games
[links to basic guides, also general tips]
- Personal Games Resource List on the itch.io forum.
- Mental Health in Games Resource List on the itch.io forum.
Tool-Specific
- Clickteam (From KNP through to Clickteam Fusion)
- Bitsy
- Blender
- EF-12
- GB Studio
- Git
- Godot
- Inform
- LMMS
- OpenSCAD
- Pico-8
- SmileBASIC
- Unity
- Vertex Meadow
- ZZT
Genre-Specific
- Roguelike coding advice on No Time To Play.
- Articles on the RogueBasin wiki.
Accessibility
Help on ensuring your game is accessible to people with disabilities.
- Disability And Gaming Resource List - Great list of essays on playing games with disabilities.
- The Disabled Gaming Resource - Links for players and makers with disabilities, people wanting to making things accessible to people with disabilities, and more.
- Accessibility Design: Color Blindness - Easy to grasp help for designing for colour blindness. Even has a shader to download to help testing.
- gameaccessibilityguidelines.com
- Online Accessibility - Great reference for general (IE not game-specific) accessibility.
Procedural Generation
See Also
- Scape: 3. Procedural extensions
- Procedural Generation Resources - Annotated list of links.
- Spelunky Generator Lessons
Distribution
- The Distribution section of this wiki, which has guides on distributing games.
- The Licensing page, for info. on choosing a suitable licence.
Miscellanea
Sources
Source code / projects for games that have been made public.
Programming
- book.famicom.party - NES assembly programming guide (in-progress).
- freecodecamp.org - Free, structured guides for learning various languages and things.