Designed for developers
Created by developers for developers who need speed in assistive game development.
A free assistive game template designed to help developers promote their personal game projects
It is the document that helps the planning of all the elements (game style, characters, scenarios, gameplay, soundtrack, animations, etc.) that will be part of the development of the assistive game.
Created by developers for developers who need speed in assistive game development.
We expect software delivery times to be reduced by up to 50%.
The User-Centered Design (UCD) process outlines the phases throughout a design and development life-cycle all while focusing on gaining a deep understanding of who will be using the product. a benefit here.
With friendly user interface, which contains the living system of character, the reaction system when character touch objects, treasures collection, weapons control, NPC control and user interface systems.
Allows you to customize the document according to your needs.
This document includes all source code for games created from GDD.
Unity User Interface is used as the syntax highlighter here.
Below are the details of this component. You can build via their website should you need to.
<p class="my-style">
Hello World!
</p>
The plugin was used the engine Unity 3D .
/*
* Site: aGDD - Assistive Gamer Development Documents
* Version: 1.0
* Author: Andrei Hirata
* Website: https://www.andreihirata.com.br/
*/
body {
font-family: 'Lato', arial, sans-serif;
color: #444444;
font-size: 16px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
This project uses the C# language with the Unity 3D engine to create the accessibility plugin.
if( awesome ){
console.log('This is Awesome');
}else{
$('body').addClass('give-me-awesome');
}
If your documentation is very long you can host the full docs page (including FAQ etc) on GitHub and provide a Call to Action button below to direct users there.
This Game Design Documents is made by Andrei Hirata at UTFPR for developers and is 100% FREE as long as you keep the footer attribution link.
License Academic Free License v. 3.0
[Tip for developers]: If your project is open source, you might want to put a PayPal "Donate" button below so your users can express their gratitude. If your project is commercial, you can put a PayPal "Buy Now" button instead.
If you want to use this template without the footer attribution link, you can buy the commercial license via my website. Thank you for your support!
I hope you find this template useful.
Feel free to get in touch if you have any questions or suggestions.