www.kongregate.com Open in urlscan Pro
199.232.197.36  Public Scan

Submitted URL: http://kongregate.com/
Effective URL: https://www.kongregate.com/
Submission: On August 25 via api from SG — Scanned from DE

Form analysis 2 forms found in the DOM

POST https://www.kongregate.com/session

<form id="nav_sign_in" onsubmit="if(window.DynamicFrameTarget){ new DynamicFrameTarget({form: this, callback: user_status.sessionStatus});}" action="https://www.kongregate.com/session" accept-charset="UTF-8" method="post"><input name="utf8"
    type="hidden" value="✓"><input type="hidden" name="authenticity_token" value="eBxC8+j9Snp0nSiqkNBTzMxleUEBaIM25u8xLSxB9oWCIMv1GWzehifrsQPF4l0Z63HLmFX1ouGxbSCkpT8a1Q==">
  <input type="hidden" name="from_welcome_box" id="from_welcome_box" value="true">
  <a title="Sign in with Facebook" class="facebook_signin_small sprite_facebook mrs" onclick="new FacebookAuthenticator({}); return false;" href="#">Anmelden</a>
  <strong><a class="js-activate-inline-registration" href="#">Registrieren</a></strong> oder <label for="welcome_username_label">Anmelden:</label>
  <span class="fields">
    <span class="field">
      <label id="welcome_username_label" for="welcome_username" class="text_label" style="">Nutzername/E-Mail</label>
      <input type="text" name="username" id="welcome_username" value="" title="Username or email" tabindex="3" class="text_field">
    </span>
    <span class="field">
      <label id="welcome_password_label" for="welcome_password" class="text_label" style="">Passwort</label>
      <input type="password" name="password" id="welcome_password" value="" title="Password" tabindex="4" class="text_field">
    </span>
    <input type="submit" value="Anmelden" tabindex="5" id="welcome_box_sign_in_button" class="submit spriteall spritesite"
      onclick="try{}catch(e){};if(!this.elem_welcome_box_sign_in_button){this.elem_welcome_box_sign_in_button=$('welcome_box_sign_in_button');this.spin_welcome_box_sign_in_button=$('welcome_box_sign_in_button_spinner');this.restore=function(t){return function(){t.elem_welcome_box_sign_in_button.show();t.spin_welcome_box_sign_in_button.hide();Event.stopObserving(window, 'unload', t.restore);}}(this);}this.elem_welcome_box_sign_in_button.hide();this.spin_welcome_box_sign_in_button.show();Event.observe(window, 'unload', this.restore);"
      data-disable-with="Anmelden"><span id="welcome_box_sign_in_button_spinner" class="spinner spinner_inverse" style="display:none" title="loading…">​</span>
    <span id="remember_holder" style="display:none;">
      <input type="checkbox" name="remember_me" id="welcome_remember_me" value="true" class="imgMini" tabindex="6" checked="checked"> <label for="welcome_remember_me" id="welcome_remember_label" class="bd">Merken</label>
    </span>
    <span id="forgot_holder" style="display:none;">
      <a class="password_recovery" tabindex="7" href="#" onclick="active_user.activatePasswordRecovery();; return false;">Passwort vergessen?</a>
    </span>
  </span>
</form>

GET /search

<form onsubmit="$('nav_search_submit_button').onclick();" id="search" class="search" action="/search" accept-charset="UTF-8" method="get"><input name="utf8" type="hidden" value="✓">
  <dl>
    <dt>
      <div style="position:relative" id="game_title_chooser_outer"><input type="text" name="q" id="game_title" value="" tabindex="1" class="hintable game_title hinted_value" title="Search games &amp; more" autocomplete="off">
        <div style="display:none;" id="game_title_snapshot" class="game_chooser_selected"></div>
        <div style="z-index: 20000; display: none;" id="game_title_auto_complete" class="game_chooser"></div>
        <script>
          //<![CDATA[
          var game_title_auto_completer = new Ajax.CachedAutocompleter("game_title", "game_title_auto_complete", "/games/search?site_search=true", {
            "paramName": "search",
            "method": "get",
            "onShow": function(element, update) {
              update.show();
            },
            "onHide": function(element, update) {
              update.hide();
            },
            "minChars": 3,
            "noAutoDefault": false,
            "forceActivation": true,
            "frequency": 0.1,
            "callback": function(element, value) {
              return game_indicator(element, value)
            },
            "afterUpdateElement": function(element, value) {
              (function(m) {
                $("nav_search_submit_button").onclick();
                game_title_auto_completer.submitted = true;
                document.location = m.url;
              })(eval('(' + value.down('.metadata').innerHTML + ')'));
            }
          });
          $('game_title').up('form').observe('submit', function() {
            if ('' == $('game_title').value) {
              $('search_game_id').value = '';
            }
          });
          //]]>
        </script>
      </div>
    </dt>
    <dd><input type="submit" value="Search" id="nav_search_submit_button" tabindex="2" class="spritesite"
        onclick="try{}catch(e){};if(!this.elem_nav_search_submit_button){this.elem_nav_search_submit_button=$('nav_search_submit_button');this.spin_nav_search_submit_button=$('nav_search_submit_button_spinner');this.restore=function(t){return function(){t.elem_nav_search_submit_button.show();t.spin_nav_search_submit_button.hide();Event.stopObserving(window, 'unload', t.restore);}}(this);}this.elem_nav_search_submit_button.hide();this.spin_nav_search_submit_button.show();Event.observe(window, 'unload', this.restore);"
        data-disable-with="Search"><span id="nav_search_submit_button_spinner" class="spinner spinner_inverse" style="display:none" title="loading…">​</span></dd>
  </dl>
  <script>
    //<![CDATA[
    game_title_auto_completer.hide = game_title_auto_completer.hide.wrap(function(hide) {
      Shim.hide('game_title_auto_completer');
      hide();
      $$('.hide_ad_always').invoke('show');
    });
    game_title_auto_completer.show = game_title_auto_completer.show.wrap(function(show) {
      show();
      $$('.hide_ad_always').invoke('hide');
      Shim.shimElement(this.update, 'game_title_auto_completer');
    });
    game_title_auto_completer.options.onComplete = game_title_auto_completer.options.onComplete.wrap(function(original, args) {
      original(args)
      this.index = this.entryCount - 1;
      this.render()
    }.bind(game_title_auto_completer))
    Event.observe(game_title_auto_completer.element, 'keyup', function(event) {
      if (!this.active && !this.submitted && event.keyCode == Event.KEY_RETURN) {
        document.location = "/search?q=" + $('game_title').getValue()
        event.stop()
      } else if (event.keyCode == Event.KEY_BACKSPACE) {
        this.index = this.entryCount - 1;
        this.render()
      }
    }.bind(game_title_auto_completer))
    game_title_auto_completer.options.noAutoDefault = true

    function game_indicator(element, value) {
      if (!game_title_auto_completer.active) {
        $$('.game_chooser').first().update($('game_chooser_loading').innerHTML);
        $$('.game_chooser').first().show();
        $$('.game_chooser li.all').first().observe('click', function(e) {
          $('#search').submit();
        });
        $$('.hide_ad_always').invoke('hide');
      }
      return value;
    }
    //]]>
  </script>
  <div id="game_chooser_loading" style="display:none">
    <ul>
      <li class="loading">
        <div><span class="spinner">​</span></div>
      </li>
      <li class="all"><a href="#" onclick="return false;"><span style="display:none"></span><span class="informal"><strong>see more results »</strong>
        <span class="metadata" style="display:none;">{"url":"/search"}</span>
        <div class="clear"></div></span></a>
      </li>
    </ul>
    <span style="display:block;clear:both;"></span>
  </div>
</form>

Text Content

WE HAVE REDUCED SUPPORT FOR LEGACY BROWSERS.

What does this mean for me? You will always be able to play your favorite games
on Kongregate. However, certain site features may suddenly stop working and
leave you with a severely degraded experience.

What should I do? We strongly urge all our users to upgrade to modern browsers
for a better experience and improved security.

We suggest you install the latest version of one of these browsers:

 * Download Google Chrome
 * Download Mozilla Firefox
 * Download Microsoft Edge
 * Download Apple Safari

No Thanks



To enhance your user experience, support technical features, and personalize
content and ads, this site uses cookies.

Your use of Kongregate’s Services is subject to our revised Cookie Policy,
Privacy Policy and Terms of Service.

OK


128,477 FREE GAMES!


KONGREGATE

   
 * 
   
   
 * p0
   
   
 * l0
   
   
 * f
   
   
 * 
   
   
 * m
   
   
 * s
   * Einstellungen
   * Sign Out
   

Anmelden Registrieren oder Anmelden: Nutzername/E-Mail Passwort Merken Passwort
vergessen?
   
 * Spiele
   Recently Played » + Kürzlich gespielte Spiele Start playing now.
   My Playlist » + p Meine Titelliste Register to save games to play later.
   Kategorien
    * Bestbewertet
    * Action
    * Multiplayer
    * Hot New
    * MMO
    * Adventure & RPG
    * Meine Favoriten
    * Strategie & Verteidigung
    * Shooter
    * Idle
    * Upgrades
    * Tower Defense
    * Sport-/Rennspiele
    * 5 Minuten
    * Mehr Kategorien
   
   For Developers:
   
    * Upload your game
    * Entwicklerzentrum

   
   
 * Erfolge
   Badge of the Day »
   
   Score 2x points!
   
   Badge of the Day
   Badge of the Day
   
   Flying Colors Complete level 20 in COLORUID-2 [HTML5]
   
   This Week's Kongpanion »
   
   Jimp Complete the Badge of the Day to unlock the Kongpanion!
   
   Recently Badged Games »
    * Wolf's Bane 2 1 Badge
    * Medieval Chronicles 8 1 Badge
    * Loot Loop Loot 2 Badges
   
   Badges »
    * Für mich empfohlen
    * Action-Abzeichen
    * Rarest Badges
    * Rennspiel-Abzeichen
    * Easiest Unearned
    * Rätsel-Abzeichen
    * Newest Badges
    * Alle Abzeichen
   
   Quests »
    * Alle Quests

   
   
 * Mein Kong
   Trending with Friends
   
   Aktivitäten-Feed
   
   g Registrieren or sign in to start receiving activity updates from around
   Kongregate!
   
   Forums »
    * Kongregate
    * Game Forums
    * General Gaming
    * Tech Support
    * Game Development
    * All Forums

   
   
 * About
   
   
    * HOST YOUR GAME ON KONGREGATE
      
      An open platform for all web games! Get your games in front of thousands
      of users while monetizing through ads and virtual goods.
      
      Find documentation and support to get you started.
      
      Upload Your Game
   
   
    * OUR PUBLISHING PROGRAM
      
      With our publishing program, we can help get your games to millions of
      users on multiple platforms!
      
      
      
      Also check our developers blog, where we publish new content weekly on
      game/data analysis, engineering and design insights, and more.
      
      Visit Our Developers Site
    * Set Block Bounties on your game’s badges! Set Bounties Market your games
      on Kongregate with Promoted Listings! Create Listings

   
   
 *  * 
    * see more results » {"url":"/search"}
      

   

X Complete Initialization for 10 kreds Complete the Quest and earn an exclusive
shiny kongpanion + 10 kreds 15%

« Previous Next »

Congratulations! You’ve completed your Kongregate account!

Keep exploring Kongregate with more badges and games!

Congratulations! You’ve completed your Kartridge quest!

Spend your hard earned kreds on some of these games!

Hide the progress bar forever? Yes No


KONGREGATE: PLAY FREE GAMES ONLINE

 1. 
 2. 


 * FORGEOFEMPIRES
   
   Play Now!
   


 * BIT HEROES
   
   Play Now!
   


 * ANIMATION THROWDOWN - THE QUEST FOR CARDS!
   
   Play Now!
   


 * SURVIV.IO - 2D BATTLE ROYALE
   
   Play Now!
   

 * This week’s Kongpanion Jimp
   
   Complete the Badge of the Day to earn this week’s Kongpanion
   
   Badge of the day COLORUID-2 [HTML5]
   
   Badge earned
   Badge Of The Day
   
   Flying Colors Complete level 20 15 bonus points + 20 Blocks
   
   Earn Now
   


HOT NEW GAMES (ALLE)

. . Previous Next
Firestone Idle RPG
 * Clicker
 * Idle
 * Incremental

* 4.0
Sword Fight
 * Idle
 * Upgrades
 * Nur Maus

* 4.2
Poker Quest RPG
 * Karte
 * Fantasy
 * Nur Maus

* 4.2
Dungeon Crusher: Soul Hunters
 * Clicker
 * Multiplayer
 * Incremental

* 3.6
Dungeoneers
 * Dungeon
 * Rundenbasiert
 * Nur Maus

* 4.1
Incremental Epic Hero
 * Incremental
 * Upgrades
 * Dungeon

* 4.1
Mighty Party
 * TCG
 * Rundenbasiert
 * Multiplayer

* 4.0
Idle Monster TD
 * Tower Defense
 * Idle
 * Monster

* 4.1
NGU IDLE
 * Incremental
 * Idle
 * Upgrades

* 4.5
Mob Wars: La Cosa Nostra
 * Multiplayer
 * Nur Maus
 * RPG

* 3.7
Another Chronicle β.ver
 * Text-Based
 * Upgrades
 * RPG

* 4.0
WORLDS Builder: Farm & Craft
 * Management
 * Nur Maus
 * Farm

* 3.8
Firestone Idle RPG
 * Clicker
 * Idle
 * Incremental

* 4.0
Sword Fight
 * Idle
 * Upgrades
 * Nur Maus

* 4.2
Poker Quest RPG
 * Karte
 * Fantasy
 * Nur Maus

* 4.2
Dungeon Crusher: Soul Hunters
 * Clicker
 * Multiplayer
 * Incremental

* 3.6
Dungeoneers
 * Dungeon
 * Rundenbasiert
 * Nur Maus

* 4.1
Incremental Epic Hero
 * Incremental
 * Upgrades
 * Dungeon

* 4.1

SPONSORED LISTING





HIGHEST RATED GAMES (ALLE)

. . . Previous Next
Swords and Souls
 * Arenakampf
 * Kämpfen
 * Upgrades

CHECKOUT THE SEQUEL! http://steampowered.com/ap...

 * 

a4
Mutilate-a-Doll 2
 * Ragdoll
 * Sandbox
 * Physik

MaD2 is a virtual stressball physics sandbox ab...

 * 

Bloons TD 5
 * Tower Defense
 * Bloons
 * Affe

Bloons TD 5 has heaps of new features including...

 * 

Retro Bowl
 * Football
 * Sport
 * Management

Retro Bowl is the perfect game for the armchair...

 * 

Epic Battle Fantasy 5
 * RPG
 * Adventure
 * Strategie

Go on a 30-hour turn-based RPG adventure! It's...

 * 

a4
Kingdom Rush Frontiers
 * Tower Defense
 * Strategie
 * Verteidigung

The world's most devilishly addictive defense g...

 * 

a4
Kingdom Rush
 * Tower Defense
 * Strategie
 * Verteidigung

The kingdom is under attack! Defend your realm ...

 * 

a4
Bit Heroes
 * RPG
 * Pixel
 * Dungeon

Retro dungeon crawling MMO with PvP, Pets, Guil...

 * 

a2
NGU IDLE
 * Incremental
 * Idle
 * Upgrades

Everyone likes numbers that go up. Play NGU Idl...

 * 

a2
Swords and Souls
 * Arenakampf
 * Kämpfen
 * Upgrades

CHECKOUT THE SEQUEL! http://steampowered.com/ap...

 * 

a4
Mutilate-a-Doll 2
 * Ragdoll
 * Sandbox
 * Physik

MaD2 is a virtual stressball physics sandbox ab...

 * 

Bloons TD 5
 * Tower Defense
 * Bloons
 * Affe

Bloons TD 5 has heaps of new features including...

 * 


TOP-SPIELE DES MONATS (ALLE)


OUR PUBLISHED GAMES (ALLE)


ROYAL IDLE - MEDIEVAL QUEST

Collect gold and emeralds, build your kingdom, and journey to new adventure!

Download on the App Store & Get it on Google Play


MEISTGESPIELTE SPIELE (ALLE)

 * Animation Throwdown
    * Karte
    * TCG
    * Rundenbasiert
   
   * 4.2 by Throwdown
 * Bit Heroes
    * RPG
    * Pixel
    * Dungeon
   
   * 4.5 by Juppiomenz
 * Bloons TD 5
    * Tower Defense
    * Bloons
    * Affe
   
   * 4.6 by Ninjakiwi
 * Spellstone
    * TCG
    * Karte
    * Rundenbasiert
   
   * 3.8 by synapticon


COMMUNITY FAVORITES (ALLE)

 * Animation Throwdown
    * Karte
    * TCG
    * Rundenbasiert
   
   * 4.2 by Throwdown
 * Bit Heroes
    * RPG
    * Pixel
    * Dungeon
   
   * 4.5 by Juppiomenz
 * Firestone Idle RPG
    * Clicker
    * Idle
    * Incremental
   
   * 4.0 by HolydayStudios
 * Spellstone
    * TCG
    * Karte
    * Rundenbasiert
   
   * 3.8 by synapticon


TOPSPIELE NACH KATEGORIEN DURCHSUCHEN

(alle)

Karte

Age of Rivals

by RobotoGames

 * 

(4.19 avg.)

Animation Throwdown

 * 

Spectromancer: Gamer'...

 * 

HD Xyth

 * 

Tyrant Unleashed

 * 

564 weitere Kartenspiele »

Idle

NGU IDLE

by somethingggg

 * 

(4.52 avg.)

Incremancer

 * 

Clicker Heroes

 * 

The Perfect Tower

 * 

Trimps

 * 

1303 more Idle games »

Strategie & Verteidigung

Bloons TD 5

by Ninjakiwi

 * 

(4.61 avg.)

Kingdom Rush Frontiers

 * 

Kingdom Rush

 * 

Bloons Monkey City

 * 

The King's League: Od...

 * 

7348 weitere Strategie-&-Verteidigungsspiele »

Rätsel

UnpuzzleX

by KekGames

 * 

(4.49 avg.)

Escape Game - Compute...

 * 

Unpuzzle 2

 * 

Medieval Chronicles 9...

 * 

Medieval Chronicles 8...

 * 

39551 weitere Rätselspiele »

Shooter

SAS: Zombie Assault 4

by Ninjakiwi

 * 

(4.50 avg.)

Strike Force Heroes 2

 * 

Supermechs

 * 

Strike Force Heroes

 * 

UPGRADE COMPLETE!

 * 

15373 weitere Shooter-Spiele »

MMO

Bit Heroes

by Juppiomenz

 * 

(4.53 avg.)

Idle Online Universe

 * 

Tower Keepers

 * 

Naruto Online

 * 

Realm of Empires: War...

 * 

151 weitere MMO-Spiele »

Abenteuer & RPG

Swords and Souls

by SoulGame

 * 

(4.65 avg.)

Epic Battle Fantasy 5

 * 

Bit Heroes

 * 

The Enchanted Cave 2

 * 

Fleeing the Complex

 * 

10881 weitere Abenteuer-&-RPG-Spiele »

Action

Infectonator 2

by TogeProductions

 * 

(4.42 avg.)

Burrito Bison Revenge

 * 

Sands of the Coliseum

 * 

Elephant Quest

 * 

Knightmare Tower

 * 

31130 weitere Actionspiele »

Multiplayer

SAS: Zombie Assault 3

by Ninjakiwi

 * 

(4.43 avg.)

ShellShock Live 2

 * 

Bad Eggs Online 2

 * 

Gravitee Wars Online

 * 

Rush Team Free FPS Mu...

 * 

716 weitere Multiplayer-Spiele »

Sport- & Rennspiele

Retro Bowl

by siread

 * 

(4.60 avg.)

Learn to Fly 2

 * 

Learn to Fly 3

 * 

Learn to Fly

 * 

Platform Racing 2

 * 

8472 weitere Sport-&Rennspiele »


SPIEL-SPOTLIGHTS

SPONSORED LISTINGS





PROMOTED LISTINGS


HEY DEVELOPERS!

Did you know you can promote your games in special listings around Kongregate
using Blocks?

Learn more »


BLEIB DRAN

Mit Facebook verbinden



Mehr zeigen
lädt

Kongregate
 * Werde Facebook-Fan
 * Folge uns auf Twitter
 * Über uns
 * Kontakt

 * Hilfe/FAQ
 * Code of Conduct
 * Nutzungsbedingungen
 * Datenschutzrichtlinien

 * Spiele für deine Seite
 * Mit Kongregate verlinken
 * Karriere
 * Upload your Game

Sprache: Français Français English English Deutsch Deutsch

KONG PLUS

Kong Plus

Hol das Meiste aus deinem Kongregate-Erlebnis heraus. Verwende Kong Plus und
erlebe Vorteile wie werbefreies Spielen, coole Profildesigns, automatischen
Beta-Zugriff und Privatchats. Mehr erfahren »

Kongregate Develoeprs Are you a game developer? Visit our Developers Site where
you can find documentation on our APIs and more information about publishing
opportunities to further promote your game. Learn More
 * © 2022 Kongregate
 * An MTG company



X

Loading