Skip to content

Public build of the book coming in from the book-src repository. This repository is read-only, no pull requests to this will be entertained.

Notifications You must be signed in to change notification settings

GameAutomators/book

Repository files navigation

<!DOCTYPE HTML>
<html lang="en" >
    <!-- Start book Building Mobile Game Solvers -->
    <head>
        <!-- head:start -->
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <title>Contributing | Building Mobile Game Solvers</title>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
        <meta name="description" content="">
        <meta name="generator" content="GitBook 2.6.6">
        
        
        <meta name="HandheldFriendly" content="true"/>
        <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
        <meta name="apple-mobile-web-app-capable" content="yes">
        <meta name="apple-mobile-web-app-status-bar-style" content="black">
        <link rel="apple-touch-icon-precomposed" sizes="152x152" href="gitbook/images/apple-touch-icon-precomposed-152.png">
        <link rel="shortcut icon" href="gitbook/images/favicon.ico" type="image/x-icon">
        
    <link rel="stylesheet" href="gitbook/style.css">
    
        
        <link rel="stylesheet" href="gitbook/plugins/gitbook-plugin-multipart/multipart.css">
        
    
        
        <link rel="stylesheet" href="gitbook/plugins/gitbook-plugin-highlight/website.css">
        
    
        
        <link rel="stylesheet" href="gitbook/plugins/gitbook-plugin-search/search.css">
        
    
        
        <link rel="stylesheet" href="gitbook/plugins/gitbook-plugin-fontsettings/website.css">
        
    
    

        
    
    
    
    <link rel="prev" href="./Acknowledgements/contributors.html" />
    

        <!-- head:end -->
    </head>
    <body>
        <!-- body:start -->
        
    <div class="book"
        data-level="6.2"
        data-chapter-title="Contributing"
        data-filepath="contributing.md"
        data-basepath="."
        data-revision="Wed Apr 20 2016 10:53:40 GMT+0530 (IST)"
        data-innerlanguage="">
    

<div class="book-summary">
    <nav role="navigation">
        <ul class="summary">
            
            
            
            

            

            
    
        <li class="chapter " data-level="0" data-path="index.html">
            
                
                    <a href="./index.html">
                
                        <i class="fa fa-check"></i>
                        
                        Introduction
                    </a>
            
            
        </li>
    
        <li class="chapter " data-level="1" data-path="Preface/index.html">
            
                
                    <a href="./Preface/index.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>1.</b>
                        
                        Preface
                    </a>
            
            
        </li>
    
        <li class="chapter " data-level="2" data-path="Introduction/index.html">
            
                
                    <a href="./Introduction/index.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>2.</b>
                        
                        Introduction
                    </a>
            
            
            <ul class="articles">
                
    
        <li class="chapter " data-level="2.1" data-path="Introduction/0-adb.html">
            
                
                    <a href="./Introduction/0-adb.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>2.1.</b>
                        
                        Setting up adb tool
                    </a>
            
            
        </li>
    
        <li class="chapter " data-level="2.2" data-path="Introduction/1-image.html">
            
                
                    <a href="./Introduction/1-image.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>2.2.</b>
                        
                        Using Image Processing
                    </a>
            
            
        </li>
    
        <li class="chapter " data-level="2.3" data-path="Introduction/2-electronics.html">
            
                
                    <a href="./Introduction/2-electronics.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>2.3.</b>
                        
                        Using Electronics
                    </a>
            
            
        </li>
    
        <li class="chapter " data-level="2.4" data-path="Introduction/3-both.html">
            
                
                    <a href="./Introduction/3-both.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>2.4.</b>
                        
                        Using Image Processing and Electronics
                    </a>
            
            
        </li>
    

            </ul>
            
        </li>
    
        <li class="chapter " data-level="3" data-path="ImageProcessing/index.html">
            
                
                    <a href="./ImageProcessing/index.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>3.</b>
                        
                        Image Processing
                    </a>
            
            
            <ul class="articles">
                
    
        <li class="chapter " data-level="3.1" data-path="ImageProcessing/1-image.html">
            
                
                    <a href="./ImageProcessing/1-image.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>3.1.</b>
                        
                        What is an Image
                    </a>
            
            
        </li>
    
        <li class="chapter " data-level="3.2" data-path="ImageProcessing/2-color.html">
            
                
                    <a href="./ImageProcessing/2-color.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>3.2.</b>
                        
                        Basics of Color
                    </a>
            
            
        </li>
    
        <li class="chapter " data-level="3.3" data-path="ImageProcessing/3-processing.html">
            
                
                    <a href="./ImageProcessing/3-processing.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>3.3.</b>
                        
                        Image Processing Techniques
                    </a>
            
            
            <ul class="articles">
                
    
        <li class="chapter " data-level="3.3.1" data-path="ImageProcessing/Matlab/1-basic.html">
            
                
                    <a href="./ImageProcessing/Matlab/1-basic.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>3.3.1.</b>
                        
                        Basic Commands
                    </a>
            
            
        </li>
    
        <li class="chapter " data-level="3.3.2" data-path="ImageProcessing/Matlab/2-thresholding.html">
            
                
                    <a href="./ImageProcessing/Matlab/2-thresholding.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>3.3.2.</b>
                        
                        Thresholding
                    </a>
            
            
        </li>
    
        <li class="chapter " data-level="3.3.3" data-path="ImageProcessing/Matlab/3-enhancement.html">
            
                
                    <a href="./ImageProcessing/Matlab/3-enhancement.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>3.3.3.</b>
                        
                        Enhancement
                    </a>
            
            
        </li>
    
        <li class="chapter " data-level="3.3.4" data-path="ImageProcessing/Matlab/4-properties.html">
            
                
                    <a href="./ImageProcessing/Matlab/4-properties.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>3.3.4.</b>
                        
                        Properties
                    </a>
            
            
        </li>
    
        <li class="chapter " data-level="3.3.5" data-path="ImageProcessing/Matlab/5-debugging.html">
            
                
                    <a href="./ImageProcessing/Matlab/5-debugging.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>3.3.5.</b>
                        
                        Debugging
                    </a>
            
            
        </li>
    

            </ul>
            
        </li>
    

            </ul>
            
        </li>
    
        <li class="chapter " data-level="4" data-path="Electronics/index.html">
            
                
                    <a href="./Electronics/index.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>4.</b>
                        
                        Electronics
                    </a>
            
            
            <ul class="articles">
                
    
        <li class="chapter " data-level="4.1" data-path="Electronics/1-basics.html">
            
                
                    <a href="./Electronics/1-basics.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>4.1.</b>
                        
                        Basic Electronics
                    </a>
            
            
        </li>
    
        <li class="chapter " data-level="4.2" data-path="Electronics/2-arduino.html">
            
                
                    <a href="./Electronics/2-arduino.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>4.2.</b>
                        
                        Arduino
                    </a>
            
            
        </li>
    
        <li class="chapter " data-level="4.3" data-path="Electronics/3-sensors.html">
            
                
                    <a href="./Electronics/3-sensors.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>4.3.</b>
                        
                        Sensors
                    </a>
            
            
        </li>
    
        <li class="chapter " data-level="4.4" data-path="Electronics/4-simulation.html">
            
                
                    <a href="./Electronics/4-simulation.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>4.4.</b>
                        
                        Simulation
                    </a>
            
            
        </li>
    

            </ul>
            
        </li>
    
        <li class="chapter " data-level="5" data-path="Examples/index.html">
            
                
                    <a href="./Examples/index.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>5.</b>
                        
                        Solving Games
                    </a>
            
            
            <ul class="articles">
                
    
        <li class="chapter " data-level="5.1" data-path="Examples/image.html">
            
                
                    <a href="./Examples/image.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>5.1.</b>
                        
                        Using Image Processing
                    </a>
            
            
            <ul class="articles">
                
    
        <li class="chapter " data-level="5.1.1" data-path="Examples/01-3d-bowling.html">
            
                
                    <a href="./Examples/01-3d-bowling.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>5.1.1.</b>
                        
                        3D Bowling
                    </a>
            
            
        </li>
    
        <li class="chapter " data-level="5.1.2" data-path="Examples/08-tic-tac-toe2.html">
            
                
                    <a href="./Examples/08-tic-tac-toe2.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>5.1.2.</b>
                        
                        Tic Tac Toe
                    </a>
            
            
        </li>
    
        <li class="chapter " data-level="5.1.3" data-path="Examples/02-find-the-difference.html">
            
                
                    <a href="./Examples/02-find-the-difference.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>5.1.3.</b>
                        
                        Find The Difference
                    </a>
            
            
        </li>
    
        <li class="chapter " data-level="5.1.4" data-path="Examples/11-flow-free.html">
            
                
                    <a href="./Examples/11-flow-free.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>5.1.4.</b>
                        
                        Flow free
                    </a>
            
            
        </li>
    
        <li class="chapter " data-level="5.1.5" data-path="Examples/10-unblockme.html">
            
                
                    <a href="./Examples/10-unblockme.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>5.1.5.</b>
                        
                        Unblock Me
                    </a>
            
            
        </li>
    

            </ul>
            
        </li>
    
        <li class="chapter " data-level="5.2" data-path="Examples/electronics.html">
            
                
                    <a href="./Examples/electronics.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>5.2.</b>
                        
                        Using Electronics
                    </a>
            
            
            <ul class="articles">
                
    
        <li class="chapter " data-level="5.2.1" data-path="Examples/05-ready-steady-bang.html">
            
                
                    <a href="./Examples/05-ready-steady-bang.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>5.2.1.</b>
                        
                        Ready Steady Bang
                    </a>
            
            
        </li>
    
        <li class="chapter " data-level="5.2.2" data-path="Examples/16-piano-tiles.html">
            
                
                    <a href="./Examples/16-piano-tiles.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>5.2.2.</b>
                        
                        Piano Tiles
                    </a>
            
            
        </li>
    

            </ul>
            
        </li>
    
        <li class="chapter " data-level="5.3" data-path="Examples/both.html">
            
                
                    <a href="./Examples/both.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>5.3.</b>
                        
                        Using Image Processing and Electronics
                    </a>
            
            
            <ul class="articles">
                
    
        <li class="chapter " data-level="5.3.1" data-path="Examples/09-stick-hero.html">
            
                
                    <a href="./Examples/09-stick-hero.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>5.3.1.</b>
                        
                        Stick Hero
                    </a>
            
            
        </li>
    

            </ul>
            
        </li>
    
        <li class="chapter " data-level="5.4" data-path="Examples/all_others.html">
            
                
                    <a href="./Examples/all_others.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>5.4.</b>
                        
                        Other Games
                    </a>
            
            
        </li>
    

            </ul>
            
        </li>
    
        <li class="chapter " data-level="6" data-path="Acknowledgements/index.html">
            
                
                    <a href="./Acknowledgements/index.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>6.</b>
                        
                        Acknowledgements
                    </a>
            
            
            <ul class="articles">
                
    
        <li class="chapter " data-level="6.1" data-path="Acknowledgements/contributors.html">
            
                
                    <a href="./Acknowledgements/contributors.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>6.1.</b>
                        
                        Contributors
                    </a>
            
            
        </li>
    
        <li class="chapter active" data-level="6.2" data-path="contributing.html">
            
                
                    <a href="./contributing.html">
                
                        <i class="fa fa-check"></i>
                        
                            <b>6.2.</b>
                        
                        Contributing
                    </a>
            
            
        </li>
    

            </ul>
            
        </li>
    


            
            <li class="divider"></li>
            <li>
                <a href="https://www.gitbook.com" target="blank" class="gitbook-link">
                    Published with GitBook
                </a>
            </li>
            
        </ul>
    </nav>
</div>

    <div class="book-body">
        <div class="body-inner">
            <div class="book-header" role="navigation">
    <!-- Actions Left -->
    

    <!-- Title -->
    <h1>
        <i class="fa fa-circle-o-notch fa-spin"></i>
        <a href="./" >Building Mobile Game Solvers</a>
    </h1>
</div>

            <div class="page-wrapper" tabindex="-1" role="main">
                <div class="page-inner">
                
                
                    <section class="normal" id="section-">
                    
                        <h1 id="setting-up-to-contribute">Setting up to contribute</h1>
<ol>
<li>Fork this repository <a href="https://github.com/GameAutomators/eBook-Source" target="_blank">GameAutomators/eBook-Source</a> to your profile account</li>
<li><code>git clone https://github.com/&lt;your github username&gt;/eBook-Source</code></li>
<li><code>git remote add upstream https://github.com/GameAutomators/eBook-Source</code></li>
<li><code>git pull upstream master</code></li>
</ol>
<hr>
<h1 id="making-a-contribution">Making a contribution</h1>
<h3 id="note-never-make-a-contribution-from-your-master-branch">Note: Never make a contribution from your <code>master</code> branch.</h3>
<ol>
<li>Before starting to write, ensure that you&apos;ve done <code>git pull upstream master</code> so that you&apos;re up to date with the main content.</li>
<li>Checkout a new branch, this is like a copy of the content of the book so that you can make changes. <code>git checkout -b BranchName</code> where <code>BranchName</code> can be anything depending on your contribution. For example, if you&apos;re writing an article on arduino you can do <code>git checkout -b MyArdunioDocument</code></li>
<li>Once the content is written. Do <code>git add &lt;filename&gt;</code> and <code>git push origin BranchName</code></li>
<li>Then headover to github and send a pull request.</li>
<li>If you want to continue working on the same branch, you can do that or ideally switch back to master by doing <code>git checkout master</code></li>
<li>Pull back from <code>upstream</code> by doing <code>step 1</code> before starting to make the next contribution to the book.</li>
</ol>

                    
                    </section>
                
                
                </div>
            </div>
        </div>

        
        <a href="./Acknowledgements/contributors.html" class="navigation navigation-prev navigation-unique" aria-label="Previous page: Contributors"><i class="fa fa-angle-left"></i></a>
        
        
    </div>
</div>

        
<script src="gitbook/app.js"></script>

    
    <script src="gitbook/plugins/gitbook-plugin-ga/plugin.js"></script>
    

    
    <script src="gitbook/plugins/gitbook-plugin-copy-code-button/toggle.js"></script>
    

    
    <script src="https://cdn.mathjax.org/mathjax/2.5-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
    

    
    <script src="gitbook/plugins/gitbook-plugin-mathjax/plugin.js"></script>
    

    
    <script src="gitbook/plugins/gitbook-plugin-search/lunr.min.js"></script>
    

    
    <script src="gitbook/plugins/gitbook-plugin-search/search.js"></script>
    

    
    <script src="gitbook/plugins/gitbook-plugin-sharing/buttons.js"></script>
    

    
    <script src="gitbook/plugins/gitbook-plugin-fontsettings/buttons.js"></script>
    

<script>
require(["gitbook"], function(gitbook) {
    var config = {"ga":{"token":"UA-74194055-1","configuration":"auto"},"mathjax":{"forceSVG":true},"youtube":{},"copy-code-button":{},"multipart":{},"highlight":{},"search":{"maxIndexSize":1000000},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2}};
    gitbook.start(config);
});
</script>

        <!-- body:end -->
    </body>
    <!-- End of book Building Mobile Game Solvers -->
</html>

About

Public build of the book coming in from the book-src repository. This repository is read-only, no pull requests to this will be entertained.

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published