Skip to content

Theory SDK for the mobile game Exponential Idle

License

Notifications You must be signed in to change notification settings

jatloe/theory-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exponential Idle - Theory SDK

Note: This is a work in progress. It will be available in the next update in a couple of weeks.

Develop your own theories with the Theory SDK for the mobile game Exponential Idle. After completing the last chapter of the game, you will be offered to play custom theories. Custom theories are developed and shared by the community. You can also develop your own theories using this SDK and some basic Javascript knowledge.

Installation

Unzip the latest release package corresponding to your OS in folder of your choice. All platforms requires to install the .NET 5.0 Runtime.

  • Windows: Desktop Apps (.NET Desktop Runtime)
  • Linux: Server Apps (SDK, only option)
  • macOS: Run Apps (.NET Runtime, only option)

Usage

The SDK is a simple tool that links your computer to the game, enabling live updates of the theory while you make changes.

On your computer

  • Use the launcher to start the SDK. If a Firewall popup appears, allow the connection.
  • Choose the IP address of your local network and ensure that your phone is also connected to the same network.
  • Select the theory file (default is CustomTheory.js at the root of the SDK folder).

In the game

  • Open the Theory Selection popup
  • Enter the IP address and the port of the SDK.
  • Tap "Connect to SDK".

At that point, the selected custom theory will be active in the game. Open the .js file in your favorite Javascript IDE and start editing! All runtime errors will be sent back to the SDK in the logs.

About

Theory SDK for the mobile game Exponential Idle

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 70.1%
  • C# 29.9%