GithubHelp home page GithubHelp logo

loeraps / incredibox-modded- Goto Github PK

View Code? Open in Web Editor NEW

This project forked from solsticespectrum/incredibox

0.0 0.0 0.0 336.97 MB

A source code of Incredibox extracted from Android app

Home Page: https://darkreaper231.github.io/Incredibox

JavaScript 34.84% HTML 65.16%

incredibox-modded-'s Introduction

Incredibox

A source code of PC version of Incredibox hacked from the Android version

You can run it on apache, nginx or any other web server.
The Android version has same assets as PC version.
All the differences are made with js/main.min.js and js/index.min.js

Note

Version 9 came out, keep in mind that this is an old build of Incredibox
from times when Incredibox wasn't obfuscated yet (0.5.4), you can
play V9 just fine since I backported it to 0.5.4 in this project, mixes
work just fine out of the box as the server only cares about version

I am not obligated to fix any bugs that might arrise from backporting!

Branches

There are 2 branches main and modding
The main branch contains all the webapp code extracted from the Android app
The modding branch aims to help modders with easy to follow tutorial

Changing versions of the app

To change the version, just open js/main.min.js and js/index.min.js
In those file, find those lines under var machine = {}, in the beginning of the code

target = "desktop",
osname = "win",
appTotalVersion = appCN && "windows" == osname ? 4 : 8,

Then you can target "desktop" with

"mobile"
"browser" this will enable the demo version from incredibox website

then replace osname "win" with

"and"
"ios"
"osx"

and then replace "windows" in appTotalVersion with

"android"
"ios"
"mac os x"

incredibox-modded-'s People

Contributors

solsticespectrum 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.