Guide:Main Page: Difference between revisions
From Game Making Tools Wiki
m (Glossary link update) |
(→Distribution: Guide:Zine) |
||
(17 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
==This Wiki== | ==This Wiki== | ||
* [[Guide:Game Making Tools Wiki]] - General guide for editing this wiki. | * [[Guide:Game Making Tools Wiki]] - General guide for editing this wiki. | ||
** [[Guide:Game Making Tools Wiki/Templates]] | |||
** [[Guide:Game Making Tools Wiki/Infoboxes]] | |||
* [[Guide:Glossary]] - Game-making terms and jargon. | |||
==Getting Started Making Games== | ==Getting Started Making Games== | ||
Line 9: | Line 12: | ||
* [https://itch.io/t/10237/personal-games-resource-list Personal Games Resource List] on the itch.io forum. | * [https://itch.io/t/10237/personal-games-resource-list Personal 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. | * [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:3D_Rad|3D Rad]] | * [[Guide:3D_Rad|3D Rad]] | ||
* [[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:Bipsi|Bipsi]] | |||
* [[Guide:Bitsy|Bitsy]] | * [[Guide:Bitsy|Bitsy]] | ||
* [[Guide: | * [[Guide:Decker|Decker]] | ||
* [[Guide:EF-12|EF-12]] | * [[Guide:EF-12|EF-12]] | ||
* [[Guide:GB Studio|GB Studio]] | * [[Guide:GB Studio|GB Studio]] | ||
* [[Guide:Godot|Godot]] | * [[Guide:Godot|Godot]] | ||
* [[Guide:Inform|Inform]] | * [[Guide:Inform|Inform]] | ||
* [[Guide: | * [[Guide:OHRRPGCE|OHRRPGCE]] | ||
* [[Guide: | * [[Guide:PICO-8|PICO-8]] | ||
* [[Guide:SmileBASIC|SmileBASIC]] | * [[Guide:SmileBASIC|SmileBASIC]] | ||
* [[Guide:Unity|Unity]] | * [[Guide:Unity|Unity]] | ||
* [[Guide:Vertex Meadow|Vertex Meadow]] | * [[Guide:Vertex Meadow|Vertex Meadow]] | ||
* [[Guide:ZZT|ZZT]] | * [[Guide:ZZT|ZZT]] | ||
===Asset Creation=== | |||
* [[Guide:GIF|Creating GIFs]] | |||
* [[Guide:Blender|Blender]] | |||
* [[Guide:FFmpeg|FFmpeg]] | |||
* [[Guide:ImageMagick|ImageMagick]] | |||
* [[Guide:Inkscape|Inkscape]] | |||
* [[Guide:LMMS|LMMS]] | |||
* [[Guide:OpenSCAD|OpenSCAD]] | |||
==Genre-Specific== | ==Genre-Specific== | ||
Line 40: | Line 50: | ||
* [http://gameaccessibilityguidelines.com/ gameaccessibilityguidelines.com] | * [http://gameaccessibilityguidelines.com/ gameaccessibilityguidelines.com] | ||
* [https://accessibility.huit.harvard.edu/ Online Accessibility] - Great reference for general (IE not game-specific) accessibility. | * [https://accessibility.huit.harvard.edu/ Online Accessibility] - Great reference for general (IE not game-specific) accessibility. | ||
* [https://gisbrecht.itch.io/accessibility1 Accessibility List 1] - Zine by [https://www.marikedrawinge.com/ Mariken]. | |||
==Procedural Generation== | ==Procedural Generation== | ||
Line 48: | Line 59: | ||
==Distribution== | ==Distribution== | ||
* [[Guide:Distribution|Distribution]] | * [[Guide:Distribution|Distribution]] - Info. on how to share your games. | ||
* [[Guide:Licensing|Licensing]] - Info. on choosing a suitable licence. | * [[Guide:Licensing|Licensing]] - Info. on choosing a suitable licence. | ||
* [[Guide: | * [[Guide:Git|Git]] - Using Git to manage and share projects. | ||
* [[Guide:Zine|Zine]] - Info. on making zines. | |||
===Funding=== | ===Funding=== | ||
* [[Guide:Retribute|Retribute]] | * [[Guide:Retribute|Retribute]] | ||
* [[Guide:Grants|Grants]] | |||
== | ===Websites=== | ||
* [[Guide: | * [[Guide:Websites|Creating Websites]] | ||
* [[Guide: | * [[Guide:Internet Archive|Internet Archive]] - Using Internet Archive to host games. | ||
* [[Guide:HOTGLUE|HOTGLUE]] | |||
* [[Guide:Itch.io|Itch.io]] | |||
* [[Guide:Neocities|Neocities]] | |||
==Sources== | ==Sources== | ||
Line 68: | Line 84: | ||
===Graphics Programming=== | ===Graphics Programming=== | ||
* [https://thebookofshaders.com/ The Book of Shaders] - | * [https://thebookofshaders.com/ The Book of Shaders] - {{jargon|Shader|Shaders}}! | ||
* [https://quaternions.online/ Quaternions] - Interactive web thing to help understand 3-D maths. | * [https://quaternions.online/ Quaternions] - Interactive web thing to help understand 3-D maths. | ||
* [https://www.flipcode.com/archives/Realtime_Voxel_Landscape_Engines-Part_1_Introduction.shtml Realtime Voxel Landscape Engines] | * [https://www.flipcode.com/archives/Realtime_Voxel_Landscape_Engines-Part_1_Introduction.shtml Realtime Voxel Landscape Engines] | ||
==Miscellanea== | |||
* [[Guide:Virtual Machines|Virtual Machines]] | |||
==Other Resources== | ==Other Resources== |
Latest revision as of 08:33, 12 August 2024
In this section of the wiki you can find and add helpful info on specific game making tools, as well as guides on other aspects of game making.
This Wiki
- Guide:Game Making Tools Wiki - General guide for editing this wiki.
- Guide:Glossary - Game-making terms and jargon.
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
- 3D Rad
- Clickteam (From KNP through to Clickteam Fusion)
- Bipsi
- Bitsy
- Decker
- EF-12
- GB Studio
- Godot
- Inform
- OHRRPGCE
- PICO-8
- SmileBASIC
- Unity
- Vertex Meadow
- ZZT
Asset Creation
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.
- Accessibility List 1 - Zine by Mariken.
Procedural Generation
- Scape: 3. Procedural extensions
- Procedural Generation Resources - Annotated list of links.
- Spelunky Generator Lessons
- unity-wave-function-collapse
Distribution
- Distribution - Info. on how to share your games.
- Licensing - Info. on choosing a suitable licence.
- Git - Using Git to manage and share projects.
- Zine - Info. on making zines.
Funding
Websites
- Creating Websites
- Internet Archive - Using Internet Archive to host games.
- HOTGLUE
- Itch.io
- Neocities
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.
Graphics Programming
- The Book of Shaders - Shaders!
- Quaternions - Interactive web thing to help understand 3-D maths.
- Realtime Voxel Landscape Engines
Miscellanea
Other Resources
- Assets - Links to free Assets/materials.
- Interfaces - Controllers, displays, etc.
- Texts
- Communities