Skip to content

Developer tools for games development on THE INFINITY GAME TABLE

Notifications You must be signed in to change notification settings

Arcade1Up/igt-developer-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

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
Sample Game
Multiplayer SDK
In-App Purchase
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.

TODO: Sample project link here

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

Sample Game

Coming soon.

Multiplayer SDK

Coming soon.

In-App Purchase

Coming soon.

Publish your Game

Want to publish your game on IGT? Please contact <TODO: Contact info>

About

Developer tools for games development on THE INFINITY GAME TABLE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages