Beat 'Em Up FULL STEAM: Fluffy X Machina Announced for PS5, Xbox Series X|S, Switch, and PC

by
William D’Angelo
, posted 1 hour ago / 172 Views

Developer BouncyBrain has announced beat ’em up, FULL STEAM: Fluffy X Machina, for the PlayStation 5, Xbox Series X|S, Nintendo Switch, and PC via Steam.

View the teaser trailer below:

Read details on the game below:

We are a team of experienced Artists from the feature animation world (Kung Fu PandaMario MovieMinions) that broke lose to make indie games! Our debut title is a Procedural Beat ‘Em Up featuring Cute Tiny Animal Mech Pilots. A mix of Castle Crashers, Titan Fall and Mario 3D worldFluffy X Machina feels like it’s based on a big-budget Hollywood animated movie but with an edgy tone that would never get approved by the big studios.

Key Features:

  • Go Tiny or Go Mech: Play as a cute yet deadly critter or call in your Hard Hitting Mech, every situation calls for a different approach. It’s Titan Fall meets Mario 3D World!
  • Roguelite Progression: Runs feel completely unique with Random Mech Upgrades, Weapons / Items and Enemy Mobs.
  • Unlockable Mechs: Complete runs to unlock different types of mechs, each with its own unique playstyle and signature moves. Choose between Brawler, Long Range, Mobile Fortress, Ninja and more…
  • Single Player / Co-Op Play: Call in NPC Teammates, or share the fun with your friends and family. Trust us, you’ll need all the help you can get.
  • PvP: Duke it out in the Sparring Arena with up to 4P to see who reigns supreme!

A Diesel Punk Action Adventure

The once-adorable world of Full Steam is being taken over by the evil, greedy and environmentally unfriendly megacorporation Krok Inc. and Its army of Diesel Powered, A.I Controlled Robots. How dystopian!

There’s only one thing standing in their way: the renegades known as Team Steam with their Renewable Steam Energy Tech! Launching from their Mobile Train Base to meet hordes of Krock Bots head on, they liberate the world from the evil corporation one mission at a time. The battle between good and evil is on the balance and we need You to lead the charge!


A life-long and avid gamer, William D’Angelo was first introduced to VGChartz in 2007. After years of supporting the site, he was brought on in 2010 as a junior analyst, working his way up to lead analyst in 2012 and taking over the hardware estimates in 2017. He has expanded his involvement in the gaming community by producing content on his own YouTube channel and Twitch channel. You can contact the author on Twitter @TrunksWD.

More Articles

” + spoilerText + “

“;

element.innerHTML = x;
return;
}

$(document).ready(function() {
//vgc-spoiler is custom element created by markdown ||string||
customTag(“vgc-spoiler”, spoilerTag);

if (window.matchMedia(“(min-width: 610px)”).matches) {
$(“body”).on(“mouseenter”, “.comment_entry_div”, function() {
$(“.collapse_post_link”, this).show();
$(“.report_post_link”, this).show();
event.stopPropagation();
});
$(“body”).on(“mouseleave”, “.comment_entry_div”, function() {
$(“.collapse_post_link”, this).hide();
$(“.report_post_link”, this).hide();
event.stopPropagation();
});
}

$(“.dropdown-option a”).click(function() {
var text=”Sort by ” + $(this).data(“text”) + ““;
var order=$(this).data(“order”);
var sort=$(this).data(“sort”);
$(“.sort-dropdown”).html(text);
$(“.dropdown-option a”).removeClass(“selected”);
$(this).addClass(“selected”);
//$(“.comments_building”).show();
$(“.comment_div”).remove();
$(“#global_comments_wrap .comments_building”).toggleClass(“active”);
$.ajax({
type: “post”,
url: “https://www.vgchartz.com/assets/handlers/comments_handler.php”,
data: ({
“action” : “sort_comments”,
“region” : “news”,
“resource” : “463651”,
“group_id” : “463651”,
“theme” : “Array”,
“this_userid” : “”,
“hide_deleted” : “”,
“order” : order,
“sort” : sort
}),
success: function(data) {
$(“#new_comments_463651”).replaceWith(data);
customTag(“vgc-spoiler”, spoilerTag); //implement any spoilers
}
});
});

$(“body”).on(“mouseenter”, “.replyto_link”, function() {
var replyto_userid = $(this).data(“replyto_userid”);
var position = $(this).position();
var replyto_left = (position.left + 20) + “px”;
var replyto_top = (position.top – 20) + “px”;
var comment_id = $(this).data(“comment_id”);
var replyto_id = replyto_userid + “_” + comment_id;
var replyto_card = $(“#replyto_user_card_” + replyto_id).html();

$(this).addClass(“is_active”);
if (typeof replyto_card == “undefined”) {
//if we do not have a profile card, go get it
var replyto_username = $(this).data(“replyto_username”);
var replyto_useravatar = $(this).data(“replyto_useravatar”);
var replyto_comment = $(“#comment_entry_” + comment_id).text();

replyto_comment = truncateText(replyto_comment, 25);
if ($(“#comment_entry_” + comment_id).find(“vgc-spoiler”).length)
replyto_comment = “[Comment contains spoiler]”;
$.ajax({
type: “post”,
url: “https://www.vgchartz.com/assets/handlers/comments_handler.php”,
data: ({
“action” : “user_card”,
“replyto_userid” : replyto_userid,
“replyto_username” : replyto_username,
“replyto_useravatar” : replyto_useravatar,
“replyto_comment” : replyto_comment,
“replyto_id” : replyto_id
}),
success: function(data) {
$(“#global_comments_wrap”).append(data);
if ($(“.replyto_link:hover”).length > 0) {
//$(“.context-card”).fadeOut(“fast”);

//if ($(this).hasClass(“is_active”)) {
$(“#replyto_user_card_” + replyto_id).css(“left”, replyto_left);
$(“#replyto_user_card_” + replyto_id).css(“top”, replyto_top);
$(“#replyto_user_card_” + replyto_id).fadeIn(“fast”);
$(“#replyto_user_card_” + replyto_id).css(“display”, “inline-block”);
}
}
});
}
else {
if ($(“.replyto_link”).hasClass(“is_active”)) {
$(“#replyto_user_card_” + replyto_id).css(“left”, replyto_left);
$(“#replyto_user_card_” + replyto_id).css(“top”, replyto_top);
$(“#replyto_user_card_” + replyto_id).fadeIn(“fast”);
$(“#replyto_user_card_” + replyto_id).css(“display”, “inline-block”);
}
}
});

$(“body”).on(“mouseleave”, “.replyto_link”, function() {
var replyto_userid = $(this).data(“replyto_userid”);
var comment_id = $(this).data(“comment_id”);
var replyto_id = replyto_userid + “_” + comment_id;
var replyto_card = $(“#replyto_user_card_” + replyto_id).html();
$(this).removeClass(“is_active”);
if (typeof replyto_card !== “undefined”) {
if ($(“#replyto_user_card_” + replyto_id + “:hover”).length == 0) {
$(“#replyto_user_card_” + replyto_id).fadeOut(“fast”);
}
}
else
$(“#replyto_user_card_” + replyto_id).fadeOut(“fast”);
});

$(“body”).on(“click”, “.replyto_link”, function() {
var comment_id = $(this).data(“comment_id”);
var element = document.getElementById(“comment_link_” + comment_id);
var elementPosition = $(“.mainOutsideContainer”).scrollTop() + element.getBoundingClientRect().top;
var headerOffset = 210;
var offsetPosition = elementPosition – headerOffset;
$(“.comment_link”).removeClass(“target”);
$(“#comment_link_” + comment_id).addClass(“target”);
$(“.mainOutsideContainer”).get(0).scrollTo({
top: offsetPosition,
behavior: “smooth”
});
});

$(“body”).on(“mouseleave”, “.context-card”, function() {
if ($(“.replyto_link:hover”).length == 0) {
$(this).fadeOut(“fast”);
}
});

$(“body”).on(“click”, “.collapse_post_link”, function()
{
var comment_id = $(this).data(“comment_id”);
if($(this).hasClass(“fa-minus-square-o”)) {
$(this).removeClass(“fa-minus-square-o”);
$(this).addClass(“fa-plus-square-o”);
$(this).attr(“title”, “Expand”);
$(“#comment_text_wrap_” + comment_id).fadeToggle();
$(“#reply_controls_” + comment_id).toggle();
$(“#add_reply_wrap_” + comment_id).hide();
}
else {
$(this).removeClass(“fa-plus-square-o”);
$(this).addClass(“fa-minus-square-o”);
$(this).attr(“title”, “Collapse”);
$(“#reply_controls_” + comment_id).toggle();
$(“#comment_text_wrap_” + comment_id).fadeToggle();
}

//$(“#comment_replies_” + comment_id).toggle();
$(“#comment_” + comment_id + ” > .global_replies_wrap”).fadeToggle();
return false;
});

$(“.mainOutsideContainer”).scroll(function(event){
if ($(“.context-card:hover”).length == 0) {
$(“.context-card”).fadeOut(“fast”);
}
}); var hash = $(location).attr(“hash”);
var comment_id = hash.substring(1);
var group = $(‘ i[data-comment_id=”‘+comment_id+'”] ‘);

group.each(function(i, obj)
{
console.log(“i:” + i);
if($(this).hasClass(“collapse_post_link”))
{
$(this).parent().parent().parent().css(“background”,”yellow”);
if($(this).hasClass(“fa-minus-square-o”))
{
$(this).removeClass(“fa-minus-square-o”);
$(this).addClass(“fa-plus-square-o”);
$(this).attr(“title”, “Expand”);
$(“#comment_text_wrap_” + comment_id).fadeToggle();
$(“#reply_controls_” + comment_id).toggle();
$(“#add_reply_wrap_” + comment_id).hide();
}
else
{
$(this).removeClass(“fa-plus-square-o”);
$(this).addClass(“fa-minus-square-o”);
$(this).attr(“title”, “Collapse”);
$(“#reply_controls_” + comment_id).toggle();
$(“#comment_text_wrap_” + comment_id).fadeToggle();
}

$(“#comment_” + comment_id + ” > .global_replies_wrap”).fadeToggle();
return false;
}
});
});





Source link