Maybot Run

Maybot Run Rating: 3,7/5 7663 reviews

After hours of debugging, image grabbing, coding and talking, Mybot.run Team finally can present you the newest Version Very very special thanks for this release go to our newest, hardworking Developers: @Chilly-Chill, @TFKNazGul, @Nytol and @HArchH. Also thank you to our active Beta Tester who tested it for days!.V7.8.2.

游戏简介

Help Maybot run, jump, slide, and shoot her way to a strong & stable dystopia in this hilarious political infinite runner.


A Game for the Many
Play the villain, Maybot. Run through randomly generated levels collecting power-ups, taxes, and votes. Jump over crazy enemies from angry farmers to missing nuclear bombs to foxes on horseback blowing bugles. Slide under tractors and ripsaws to avoid death and collect more goodies. Build up your naughtiness to unleash your ultimate form and shoot down massive bosses. Spend your votes in the shop on upgrades and new playable characters, each with their own perk. Rise to the challenge and unlock achievements and make history on the Steam leader-board. You are the Maybot now RUN!
Features

  • Collect votes to unlock upgrades and new characters aiding your path to elitist domination.
  • Sprint past famous London buildings and landmarks.
  • Collect tax and claim expenses for elaborate things and high scores.
  • Help Maybot bribe her way to unleash policies and see the world change.
  • Collect in game power-ups such as shields, invincibility, and double tax.
  • Complete tasks to earn Steam achievements.
  • Compete with others for Steam leader-board domination.

  • The Story
    In 2016 Maybot landed in the UK and quickly took power as an unelected dictator. Help her and her cronies run, jump, slide, and shoot their way to a stronger, and more stable leadership. Wreak havoc on the poor, help the elite, and be as naughty as possible in those wheat fields. With your help Maybot can defeat the coalition of chaos; morality and hope, bringing back the wealth to the elite few and condemning the many to ordinary working poverty. There are girl's jobs and boy's jobs but this is definitely a bot's job.
    This game is based on true events that may or may not have happened by people who may or may not be real.
    #MaybotRun

    仅显示最近会员

    游戏截图

    前一张后一张

    前往 Steam 购买 / 下载

    在 GameDB 查看详情

    您可能还对这些游戏感兴趣

    Permalink

    Join GitHub today

    GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together. Twodots level 85. Space station silicon valley ps1 online.

    Sign up
    Branch:master
    Find file Copy path
    Fetching contributors…
    #!/bin/bash
    # ******************************************************************************
    # Argon Design Ltd. Project P9000 Argon
    # (c) Copyright 2017 Argon Design Ltd. All rights reserved.
    #
    # Module : maybot
    # Author : Steve Barlow
    # $Id: run.sh 18334 2017-06-18 18:58:50Z sjb $
    # ******************************************************************************
    # run.sh - Start local server
    # Opens a tabbed terminal window with 4 tabs - one for each of the servers and one for ngrok
    gnome-terminal
    --tab --title maybot_web -e maybot_web/maybot.py
    --tab --title maybot_alexa -e maybot_alexa/maybot.py
    --tab --title maybot_google -e maybot_google/maybot.py
    --tab --title ngrok -x ngrok start -config ~/.ngrok2/ngrok.yml -config ngrok.yml maybot_web maybot_alexa maybot_google
    • Copy lines
    • Copy permalink