Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Zdendys79

2
Posts
1
Following
A member registered Oct 22, 2023

Recent community posts

First of all, thank you for allowing me to share my utilities for the game!

I fixed the tools today and can give you access to their source code.

  1. Body grid planner – a component layout optimizer that uses Simulated Annealing to arrange components in the machine so that the remaining space is as compact as possible and, if possible, connected to the energy bus. It creates room for additional components. A component cannot be added if it would have no connection. Repo: https://github.com/Zdendys79/body-grid-planner Web: https://body-grid-planner.zdendys79.website/
  2. Auto-clicker script – triggered by pressing the 5 key. Available on the repo: https://github.com/Zdendys79/simple-autoclick

I'm curious to hear your feedback!

Hi, I've been enjoying the DEMO for a few days now. It inspired me to create a body optimizer (HTML + JS) and a Python script for autoclick (Win/Linux).

I don't want to publish any of this until I have your permission, even though I avoided using the game name in any scripts. I wrote you a private message on X.

I wrote the comments that came to my mind on Feedback directly in the game.

Thank you for your great work and I wish you success in releasing the full version.

Zdendys