Blobs! - Version0.6.5
Cell R Call » Devlog
Hello, readers, one of the major changes in this update is Blob Mod, which makes your cells look more like cells from cognitive films!
The gif animation shows the inhibition of the development of reddish cells from total domination
What's new in the game:
- Added a fashion blob mode!
- Fixed a bug with the button "resets options", and it was changed into "Reset All changes"
- Also you can disable the blob mod in the game menu (can improve game performance)
Files
game25.zip Play in browser
Jul 10, 2018
Cell R Call
The Cell R Call is a game that allows you to create your own life.
Status | In development |
Author | ShareShift |
Genre | Simulation |
Tags | 2D, cells, Experimental, Exploration, games-made-quick-25, Life Simulation, Physics, PROCJAM, Real-Time |
Languages | English |
Accessibility | Textless |
More posts
- Added more relevant picturesAug 01, 2018
- The game is faster - Version0.8.5Aug 01, 2018
- MUSIC and Sounds! - Version0.8.5Jul 15, 2018
- Cells have pressure - Version0.7.5Jul 11, 2018
- Version0.5.5 - The DNA of the cells is moved, anti-aliasing option added, cel...Jul 09, 2018
- Version0.4.5 - The size of the cells is calculated from the amount of energy in...Jul 05, 2018
- Version0.3.5 - Fixed BugJul 01, 2018
- Version0.3.4 - Solved bug in which the game can crashJul 01, 2018
- Version0.3.3 - Added several new options in the game options, slightly modified...Jul 01, 2018
Comments
Log in with itch.io to leave a comment.
Wow this is awesome! How did you did it in Javascript?
Oh, I have not visited this game page for a long time :)
I did this project, when I spent like a 3+ months of active development on Javascript. I used a lot of math on this project, and something "copied" from projects overall internet, for example in-game-menu I copied from Bitsy (it's Javascript story creator, on Itch io, also it's open source project, as I remember)
In particular, blob things works like 12 dots (or something like this) around a cell like a circle, and between dots game draw lines, when dots collides with other cells, this dots moves to the center of the cell (on the other collided cell, the same thing happens, their dot moves to the center of the other collided cell).
Though, I spent a lot of effort to make it in the way, it was made.