Giter Club home page Giter Club logo

igt-developer-tool's Introduction

THE INFINITY GAME TABLE Developer Tools

Welcome

The Infinity Game Table ("IGT" for short) was designed and created by the gamers at Arcade1Up™ — the #1 at-home arcade company, who partnered with Hasbro™ the — the #1 name in board games, to take board game entertainment to the next level.

The page is intended to help developers to get started on games development on The Infinity Game Table.

Quick Links

Technical Specification
Overview
Game Life Cycle
In-Game Menu
Control the Rumble Motor
Multiplayer SDK
Publish your Game

Technical Specification

Item Spec
CPU RockChip RK3368 Octa-core Cortex-A53 1.5GHz
GPU PowerVR G6110
Memory 16GB + TF Card Slot
RAM DDR3 2GB
WiFi 2.4G
Screen Sizes 24" and 32"
Operating System Android 9
Screen Resolution 1920x1080
Aspect Ratio 16:9
Touch Support G+G capacitive Touch-10 Points
Google Play Service Not available

Overview

IGT automatically boots into our Dashboard application which user will use it to browse our games store, download games and manage their downloaded games. Developing games on IGT is no difference than typical Android games development except Google Play Service is not supported on IGT.

Refer to the below sections for more information.

Game Life Cycle

User can launch any downloaded games from their Dashboard. Games life cycle management is exactly the same as typical Android application except there is no hardware or software back button on IGT. Developers will have to provide a software button for users to quit the game and head back to the IGT Dashboard simply by calling

getActivity().finish();
System.exit(0);

In-Game Menu

Most of Arcade1Up-published games share the same in-game menu which provides these basic settings:

  • How to play information
  • Return to Dashboard
  • SFX ON/OFF
  • Music ON/OFF

Main Menu Settings:
Alt text

In-Game Menu Settings:
Alt text

Here is sample project with the in-game menus, developers can feel free to integrate this menu directly to their games, or build their own game menu. The only must-have item is a software button to return to the IGT Dashboard.

Sample project coming soon

Control the Rumble Motor

Please refer to this project on how to control the rumble motor on IGT:
https://github.com/Arcade1Up/igt-rumble-motor

Multiplayer Connected Play

Please contact us if you wish to implement multiplayer connected play to your game.

Publish your Game

Want to publish your game on IGT? Please contact us.

igt-developer-tool's People

Contributors

forrest-tm avatar sailimc avatar

Stargazers

 avatar

Watchers

 avatar

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.