A downloadable game


This game has a considerably long loading time in some devices both online and offline!




This port of Incredibox Sprunki made by myself from scratch was designed for those who want to play on Android without needing internet. But also designed for those who have notebooks or PCs without internet and want to play the game, so we also have the HTML version to run in any browser without the need for a Wi-Fi network :3

Ok... it's not a virus, but the application I made it makes the Android system think it's a virus, so... as a precaution I will take the Download offline, well... I apologize a thousand times for that, I hope you understand, have a great day!

StatusCanceled
Rating
Rated 5.0 out of 5 stars
(2 total ratings)
AuthorGuizin64devs
GenreRhythm
Tags2D, Horror, Incredibox, Sprunki
LanguagesEnglish
InputsTouchscreen

Development log

Comments

Log in with itch.io to leave a comment.

Guys, it's a virus, don't download it.

I told chatgpt to make the menu a file so you don't have to https://chatgpt.com/c/68a5560a-8734-8321-94b3-5d8c9c1b9253

here's the mod menu for it 

<!DOCTYPE html>

#modMenu {
position: fixed; top: 20px; left: 20px;
background: #222; color: #fff;
padding: 16px; border-radius: 12px;
width: 280px; z-index: 999999;
box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}
#modMenu h2 { margin-top: 0; font-size: 18px; }
.menu-section { margin-bottom: 12px; }
label { display: block; margin: 6px 0; }
input[type=checkbox] { margin-right: 6px; }
.rgb-control { margin: 4px 0; }
</style>

</head>

<body>
<div id="modMenu">
<h2>Sprunki Mod Menu</h2>
<div class="menu-section">
<label><input type="checkbox" id="unlockAll"> Unlock All Packs</label>
<label><input type="checkbox" id="randomizer"> Enable Randomizer</label>
</div>
<div class="menu-section">
<h3>Character RGB</h3>
<div class="rgb-control">
<label>Mustard Beat
<input type="color" id="rgbMustard" value="#ffff00">
</label>
</div>
<div class="rgb-control">
<label>Retro Beat
<input type="color" id="rgbRetro" value="#00ffff">
</label>
</div>
<div class="rgb-control">
<label>Cherecters
<input type="color" id="rgbCherecters" value="#ff00ff">
</label>
</div>
</div>
<div class="menu-section">
<button id="savePreset">Save Preset</button>
<button id="loadPreset">Load Preset</button>
</div>
</div>

<script>
const api = window.SprunkiModAPI || {};

const rgbInputs = {
mustard: document.getElementById("rgbMustard"),
retro: document.getElementById("rgbRetro"),
cherecters: document.getElementById("rgbCherecters")
};

Object.entries(rgbInputs).forEach(([key, input]) => {
input.addEventListener("input", () => {
if(api.setCharacterColor){
api.setCharacterColor(key, input.value);
}
});
});

document.getElementById("savePreset").onclick = () => {
const preset = {
mustard: rgbInputs.mustard.value,
retro: rgbInputs.retro.value,
cherecters: rgbInputs.cherecters.value
};
localStorage.setItem("sprunkiRGBPreset", JSON.stringify(preset));
alert("Preset saved!");
};

document.getElementById("loadPreset").onclick = () => {
const data = localStorage.getItem("sprunkiRGBPreset");
if(data){
const preset = JSON.parse(data);
Object.entries(preset).forEach(([k,v]) => {
if(rgbInputs[k]) rgbInputs[k].value = v;
if(api.setCharacterColor) api.setCharacterColor(k, v);
});
alert("Preset loaded!");
}
};
</script>

</body>

</html>

this is a virus, isn't it?

(1 edit)

Who's has android 👇 me

Can you add more phases for pc? just asking

A friend is this. It's a virus, and it's also nonsense. and what

(+1)

Its virus):

it says that the apk is a virus :|

(+1)

https://garticphone.com/en/?c=00d0f517f5 please join

WTF, I have it through APKPure Not installed How to download now?

Or what did I have to download through?

Well, you can download version 1.5 which doesn't have gallery and settings and you can also download version 1.0 which has these two and well, one thing that is certain is that it works, but I still have to fix some things... There are some bugs, but nothing that is too bad for the gameplay, just a few little things. I hope I helped in some way ;-;

OK

Fuck this super epic the net, it has good optimization you can play moved on mobiles 

It's pretty good 10/10

Of course, if you can add the menu and the credits again, it would be better since Nose like I always open the gallery on the pc and pus here I didn't find it but that's fine god 🦍👌

(1 edit)

Oh, ok! Wait until the release of V1.6 which I'm making for you, in addition to having these two things it will have the reset built into the game! This is so you don't have to close and open the game to make the world colorful and pretty again, right? And thanks for the comment, I had no idea it turned out so good, hehehe ^w^