Git Product home page Git Product logo

gamegear.io's Introduction

Gamegear.io

Gamegear is a collaborative website created by SOOMLA for the benefit of mobile game developers and studios. The idea originated from an internal need to study the landscape of companies in the mobile gaming space, and we've decided to let the entire community benefit from our research.

So here you have it: http://gamegear.io

Contribution Guidelines

SOOMLA appreciates code contributions and encourages the gaming community to evolve this site! Here's what you need to do:

Fork -> Clone -> Implement -> Test -> Pull-Request

To complete this process, you have to start from running the website locally:

Running Gamegear Locally

Gamegear is a static website powered by a Grunt build with Node.js. To run the site locally:

  1. Install Node.js: https://nodejs.org/

  2. Install the latest version of Grunt: http://gruntjs.com/getting-started

  3. Install the latest version of Bower: http://bower.io/

  4. Fork the project on Github to your account.

  5. Clone the forked project:

    git clone [email protected]:<YOUR_USER>/gamegear.io.git
    
  6. Switch to the project folder:

    cd gamegear.io
    
  7. Install all dependecies:

npm install
bower install
  1. Run the website locally:

    grunt serve
    

That's it! Now you have the website up and running.

Contributing

To add a new company or SDK: Open client/app/sdks.js and add a new entry in the sdks array. Make sure to:

  1. Add company info (name, description, year founded, HQ location) and relevant links (website, Github, Crunchbase, downloads page)
  2. Adhere to the lexicographic order of company names.
  3. Include all the platforms you support in the platforms array in your entry.
  4. Add all relevant tags, which will be used in the quick search bar. 3-6 tags should do it.
  5. Add a data URL with your company's favicon. We use data URLs to reduce network requests and speed up the site's load time.

The easiest way to quickly create a data URL from your company's favicon is to:

  • Open the favicon in a browser at http://www.google.com/s2/favicons?domain=soom.la (Replace soom.la with your domain).
  • Right click the image and save it locally.
  • Convert the image to a data URL with http://dataurl.net/

When you're done implementing the changes and testing (including mobile and tablet resolutions!!!), commit your changes and submit a pull request

WARNING: Do not commit anything in the dist folder!

SOOMLA, Elsewhere ...

Copyright and license

Code and documentation copyright 2015 SOOMLA, Inc. Code released under the MIT license. Happy gaming y'all!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.