tuxDB - linux gaming aggregate
TUXDB - LINUX GAMING AGGREGATE
 NEWS TOP_PLAYED GAMES ITCH.IO CALENDAR CHAT WINE SteamDeck
 STREAMERS CREATORS CROWDFUNDING DEALS WEBSITES ABOUT
 PODCASTS REDDIT 

 

SUPPORT TUXDB ON KO-FI

MENU

ON SALE

New Twitch streamer aggregation implemented (#FuckTwitch) due to Twitch's API issues (more info on my Discord )


https://lg1studios.itch.io/cells


Cells is a Idle game where you just watch cells eat, grow and advance..

other stuff:

Formal things:

the game is based in GMS engine. all the containing work is owned by creator (ME). color interpolating between pixels is off, copyright/arrangement text is made by YoYo games and is included in its built in installer. all the art used is also owned by me.

AI:

simulation is still in very early stages and any of the bugs should be reported and not taken too seriously. AI is based around simple directional variables for example:

/// this is the simplest possible way for making smart objects

<span class="redactor-invisible-space">global.fx = instance_nearest(x, y, obj_food).x;
global.fy = instance_nearest(x, y, obj_food).y;
speed = 3
direction = point_direction(x, y, global.fx, global.fy);
</span>

Interface:

only kind of interface the game actually has, is exit confirmation menu. as few hints on how to control the game. menu is made by simple object actions checking for clicks.