Guide:Main Page: Difference between revisions

From Game Making Tools Wiki
(famicom.party)
(→‎Programming: mdn and freecodecamp liinks)
Line 50: Line 50:
==Programming==
==Programming==
* [https://book.famicom.party/ book.famicom.party] - NES assembly programming guide (in-progress).
* [https://book.famicom.party/ book.famicom.party] - NES assembly programming guide (in-progress).
* [https://www.freecodecamp.org/ freecodecamp.org] - Free, structured guides for learning various languages and things.
* [https://developer.mozilla.org/en-US/ Mozilla Developer Network] - Tutorials for web-related stuff.

Revision as of 06:26, 17 February 2019

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]

Tool Specific

Accessibility

Help on ensuring your game is accessible to people with disabilities.

Procedural Generation

See Also

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