Alpha is ready to play – The game is changing

21 November 2021

Demo level of the game had been released for free on Itch.io!

The game is getting some of the elements reworked, such as a concept of a puzzle might change to more of interactive exploratory pattern. Muliplayer become the major focus now, as it seems to attract way more interest and increase joy in the game.

Overall, any suggestion/comments/reviews are highly appreciated at this stage.
The demo version can be found here:

https://synthetic-mind.itch.io/the-steam-heart

Major Changes:

  • Updated level design
  • Added tutorial
  • Updated HUD
  • Added a couple of cutscenes

Other fixes

  • Steam will not reduce while in the first room
  • Added marks on the floor where the main character can communicate with others
  • Fixed lighting going too dark and too bright
  • Other little fixes to the game mechanics

Leave a Reply

Your email address will not be published. Required fields are marked *

add_filter('comment_form_default_fields', 'remove_website_field'); function remove_website_field($fields){ if(isset($fields['url'])) unset($fields['url']); return $fields; }