de.puzzle-battleships.com Open in urlscan Pro
52.25.152.19  Public Scan

Submitted URL: http://de.puzzle-battleships.com/
Effective URL: https://de.puzzle-battleships.com/
Submission: On January 23 via manual from GB — Scanned from GB

Form analysis 1 forms found in the DOM

Name: answerFormPOST /

<form method="post" action="/" name="answerForm" id="puzzleForm" onsubmit="Game.saveState();Game.tickTimer();this.jstimerPersonal.value = Game.getTimer();this.ansH.value=Game.serializeSolution()"><input type="hidden" name="jstimer" value="0"><input
    type="hidden" name="jsPersonalTimer" value=""><input type="hidden" name="jstimerPersonal" value=""><input type="hidden" name="stopClock" value="0"><input type="hidden" name="fromSolved" value="0"><input type="hidden" name="robot" id="robot"
    value="" data-info="Attention!!!
If you are reading this you most likely have created an awsome automatic solver.
I have created a special ROBOTS hall of fame. It is not fun to compete against those slow HUMANS :)
Set the value of this field to 1
">
  <div class="noprint new" id="topControls">
    <p></p>
    <div id="zoomHolder"><button title="Zoom" id="btnZoom" type="button" class="button" onclick="toggleZoomSlider()"><i class="icon-zoom-in-3"></i></button>
      <div id="zoomSlider"><input id="btnResetZoom" type="button" value="100%" class="button" onclick="this.form.zoomslider.value=1;setZoom(1)"><input id="zoomslider" name="zoomslider" ondblclick="this.value=1;setZoom(1)" type="range" min="0.15"
          max="3" step="0.05" oninput="setZoom(this.value)" onchange="setZoom(this.value)"></div>
    </div><button title="Einstellungen" id="btnSettings" type="button" class="button" onclick="$('.footer-buttons').toggleClass('hidden')"><i class="icon-cog"></i></button><input
      mvvm-css="visibility:Settings.get('global.hide-timer')?'hidden':'visible'|display:Settings.get('global.non-competitive-timer')?'none':'inline-block'" class="clock " readonly="" type="text" name="jstimerShow" value=""
      style="visibility: visible; display: inline-block;"><span id="noncomph" mvvm-css="visibility:Settings.get('global.hide-timer')?'hidden':'visible'|display:Settings.get('global.non-competitive-timer')&amp;&amp;!(0)?'inline-block':'none'"
      style="visibility: visible; display: none;"><button title="Pause" id="btnPause" type="button" class="button" onclick="Game.pauseTimer(true)"><i class="icon-pause"></i></button><button title="Resume" id="btnResume" type="button" class="button"
        onclick="Game.resumeTimer(true)"><i class="icon-play"></i></button><input class="clock" readonly="" type="text" name="jstimerShowPersonal" value=""></span><button title="Rückgängig [Ctrl+Z]" id="btnUndo" type="button" class="button"
      onclick="Game.undo()"><i class="icon-reply"></i></button><button title="Wiederholen [Ctrl+Y]" id="btnRedo" type="button" class="button" onclick="Game.redo()"><i class="icon-forward"></i></button>
    <p></p>
  </div>
  <div class="footer-buttons noprint hidden">
    <div class="footer-buttons-holder" mvvm-class="pinned:Settings.get('global.pin-toolbar')">
      <a accesskey="1" class="btn rotate" onclick="Settings.set('battleships.draw-style', 'rotate')" title="Drehen" mvvm-class="on:Settings.get('battleships.draw-style') == 'rotate'"><span class="game-style game-style-off"></span><span class="game-style game-style-on"></span><span class="game-style game-style-x "></span></a><a accesskey="2" class="btn on" onclick="Settings.set('battleships.draw-style', 'cross')" title="Schwarz" mvvm-class="on:Settings.get('battleships.draw-style') == 'cross'"><span class="game-style game-style-on"></span></a><a accesskey="3" class="btn" onclick="Settings.set('battleships.draw-style', 'black')" title="Kreuz" mvvm-class="on:Settings.get('battleships.draw-style') == 'black'"><span class="game-style game-style-x "></span></a><a accesskey="4" class="btn" onclick="Settings.set('battleships.draw-style', 'white')" title="frei" mvvm-class="on:Settings.get('battleships.draw-style') == 'white'"><span class="game-style game-style-off"></span></a>
    </div>
    <div class="options clear">
      <div><label for="pin-toolbar"><input type="checkbox" id="pin-toolbar" mvvm-checked="Settings.get('global.pin-toolbar')" onclick="Settings.set('global.pin-toolbar', this.checked);settingsApply();"> Werkzeugleiste immer anzeigen </label></div>
      <div><label for="auto-submit"><input type="checkbox" id="auto-submit" mvvm-checked="Settings.get('global.auto-submit')" onclick="Settings.set('global.auto-submit', this.checked);settingsApply();"> Automatisch abschicken </label></div>
      <div><label for="show-checkpoints"><input type="checkbox" id="show-checkpoints" mvvm-checked="Settings.get('global.show-checkpoints')" onclick="Settings.set('global.show-checkpoints', this.checked);settingsApply();"> Checkpoints anzeigen
        </label></div>
      <div><label for="show-coordinates"><input type="checkbox" id="show-coordinates" mvvm-checked="Settings.get('global.show-coordinates')" onclick="Settings.set('global.show-coordinates', this.checked);settingsApply();"> Boardkoordinaten anzeigen
        </label></div>
      <div><label for="hide-timer"><input type="checkbox" id="hide-timer" mvvm-checked="Settings.get('global.hide-timer')" onclick="Settings.set('global.hide-timer', this.checked);settingsApply();"> Den Timer verstecken </label></div>
      <div style="margin-left: 20px" mvvm-show="!Settings.get('global.hide-timer')"><label for="non-competitive-timer"><input type="checkbox" id="non-competitive-timer" mvvm-checked="Settings.get('global.non-competitive-timer')"
            onclick="Settings.set('global.non-competitive-timer', this.checked);settingsApply();"> Persönlicher (nicht-kompetitiver) Timer </label></div>
      <div><label for="night-mode"><input type="checkbox" id="night-mode" onclick="switchNightMode(this.checked);"> Nachtmodus </label></div>
      <div><label for="highlight-change"><input type="checkbox" id="highlight-change" mvvm-checked="Settings.get('battleships.highlight-change')" onclick="Settings.set('battleships.highlight-change', this.checked);settingsApply();"> Letzte Änderung
          hervorheben </label></div>
      <div><label for="highlight-errors"><input type="checkbox" id="highlight-errors" mvvm-checked="Settings.get('battleships.highlight-errors')" onclick="Settings.set('battleships.highlight-errors', this.checked);settingsApply();" checked="checked">
          Fehler hervorheben </label></div>
      <div style="margin-left: 20px" mvvm-show="Settings.get('battleships.highlight-errors')"><label for="color-blind"><input type="checkbox" id="color-blind" mvvm-checked="Settings.get('global.color-blind')"
            onclick="Settings.set('global.color-blind', this.checked);settingsApply();"> Fehler blau anzeigen </label></div>
      <div><label for="highlight-completed"><input type="checkbox" id="highlight-completed" mvvm-checked="Settings.get('battleships.highlight-completed')" onclick="Settings.set('battleships.highlight-completed', this.checked);settingsApply();">
          Highlight geschafft </label></div>
      <div><label for="show-counters"><input type="checkbox" id="show-counters" mvvm-checked="Settings.get('battleships.show-counters')" onclick="Settings.set('battleships.show-counters', this.checked);settingsApply();"> Zeige zähler </label></div>
      <div mvvm-show="Settings.get('battleships.show-counters')" style="display: none;"><label style="margin-left: 20px;" for="count-remaining"><input type="checkbox" id="count-remaining" mvvm-checked="Settings.get('battleships.count-remaining')"
            onclick="Settings.set('battleships.count-remaining', this.checked);settingsApply();" checked="checked"> verbleibend </label></div>
      <div><label for="ship-helper-right"><input type="checkbox" id="ship-helper-right" mvvm-checked="Settings.get('battleships.ship-helper-right')" onclick="Settings.set('battleships.ship-helper-right', this.checked);settingsApply();"> Zeige
          Schiffshilfe auf der rechten Seite </label></div>
      <div><label for="auto-x"><input type="checkbox" id="auto-x" mvvm-checked="Settings.get('battleships.auto-x')" onclick="Settings.set('battleships.auto-x', this.checked);settingsApply();"> Platziere automatisch Wasser an den Ecken der Schiffe
        </label></div>
    </div>
  </div>
  <div id="puzzleContainerRalativeDiv">
    <div id="puzzleContainerOverflowDiv">
      <div id="puzzleContainerDiv">
        <table id="puzzleContainer" cellpadding="0" cellspacing="0" align="center">
          <tbody>
            <tr>
              <td class="brd">
                <div id="rel">
                  <div id="scene">
                    <div id="stage1" class="icon-pause" onclick="Game.resumeTimer(1)">
                      <div style="position: relative; visibility: visible; width: 242px; height: 332px; transform: scale(1); margin: 1px;" id="game" class="battleships6x6" unselectable="on" tabindex="1">
                        <div class="cell task v" style="top: 0px; left: 43px; width: 30px; height: 30px;">3</div>
                        <div class="counter v" style="display: none; top: 229px; left: 43px; width: 30px; height: 30px;"><span class="sc1">3</span><i class="icon icon-ok"></i></div>
                        <div class="cell task v" style="top: 0px; left: 74px; width: 30px; height: 30px;">2</div>
                        <div class="counter v" style="display: none; top: 229px; left: 74px; width: 30px; height: 30px;"><span class="sc1">2</span><i class="icon icon-ok"></i></div>
                        <div class="cell task v" style="top: 0px; left: 105px; width: 30px; height: 30px;">2</div>
                        <div class="counter v" style="display: none; top: 229px; left: 105px; width: 30px; height: 30px;"><span class="sc1">1</span><i class="icon icon-ok"></i></div>
                        <div class="cell task v" style="top: 0px; left: 136px; width: 30px; height: 30px;">0</div>
                        <div class="counter v" style="display: none; top: 229px; left: 136px; width: 30px; height: 30px;"><span class="sc1">0</span><i class="icon icon-ok"></i></div>
                        <div class="cell task v" style="top: 0px; left: 167px; width: 30px; height: 30px;">2</div>
                        <div class="counter v" style="display: none; top: 229px; left: 167px; width: 30px; height: 30px;"><span class="sc1">1</span><i class="icon icon-ok"></i></div>
                        <div class="cell task v" style="top: 0px; left: 198px; width: 30px; height: 30px;">1</div>
                        <div class="counter v" style="display: none; top: 229px; left: 198px; width: 30px; height: 30px;"><span class="sc1">1</span><i class="icon icon-ok"></i></div>
                        <div class="cell task h" style="top: 43px; left: 0px; width: 30px; height: 30px;">0</div>
                        <div class="counter h" style="display: none; top: 43px; left: 229px; width: 30px; height: 30px;"><span class="sc1">0</span><i class="icon icon-ok"></i></div>
                        <div class="cell task h" style="top: 74px; left: 0px; width: 30px; height: 30px;">3</div>
                        <div class="counter h" style="display: none; top: 74px; left: 229px; width: 30px; height: 30px;"><span class="sc1">3</span><i class="icon icon-ok"></i></div>
                        <div class="cell task h" style="top: 105px; left: 0px; width: 30px; height: 30px;">0</div>
                        <div class="counter h" style="display: none; top: 105px; left: 229px; width: 30px; height: 30px;"><span class="sc1">0</span><i class="icon icon-ok"></i></div>
                        <div class="cell task h" style="top: 136px; left: 0px; width: 30px; height: 30px;">3</div>
                        <div class="counter h" style="display: none; top: 136px; left: 229px; width: 30px; height: 30px;"><span class="sc1">3</span><i class="icon icon-ok"></i></div>
                        <div class="cell task h" style="top: 167px; left: 0px; width: 30px; height: 30px;">1</div>
                        <div class="counter h" style="display: none; top: 167px; left: 229px; width: 30px; height: 30px;"><span class="sc1">1</span><i class="icon icon-ok"></i></div>
                        <div class="cell task h" style="top: 198px; left: 0px; width: 30px; height: 30px;">3</div>
                        <div class="counter h" style="display: none; top: 198px; left: 229px; width: 30px; height: 30px;"><span class="sc1">1</span><i class="icon icon-ok"></i></div>
                        <div class="cell ship ship_helper_3 cell-on ship-left" style="top: 238px; left: 40px; width: 30px; height: 30px;">
                          <div class="in" "="" style=" width: 28px; height: 28px;">3</div>
                        </div>
                        <div class="cell ship ship_helper_3 cell-on" style="top: 238px; left: 70px; width: 30px; height: 30px;">
                          <div class="in" "="" style=" width: 28px; height: 28px;"></div>
                        </div>
                        <div class="cell ship ship_helper_3 cell-on ship-right" style="top: 238px; left: 100px; width: 30px; height: 30px;">
                          <div class="in" "="" style=" width: 28px; height: 28px;"></div>
                        </div>
                        <div class="cell ship ship_helper_3 check" style="top: 238px; left: 130px; width: 30px; height: 30px;">
                          <div class="in" id="ship_3_1" "="" style=" width: 28px; height: 28px;"></div>
                        </div>
                        <div class="cell ship ship_helper_2 cell-on ship-left" style="top: 269px; left: 40px; width: 30px; height: 30px;">
                          <div class="in" "="" style=" width: 28px; height: 28px;">2</div>
                        </div>
                        <div class="cell ship ship_helper_2 cell-on ship-right" style="top: 269px; left: 70px; width: 30px; height: 30px;">
                          <div class="in" "="" style=" width: 28px; height: 28px;"></div>
                        </div>
                        <div class="cell ship ship_helper_2 check" style="top: 269px; left: 100px; width: 30px; height: 30px;">
                          <div class="in" id="ship_2_1" "="" style=" width: 28px; height: 28px;"></div>
                        </div>
                        <div class="cell ship ship_helper_2 check" style="top: 269px; left: 130px; width: 30px; height: 30px;">
                          <div class="in" id="ship_2_2" "="" style=" width: 28px; height: 28px;"></div>
                        </div>
                        <div class="cell ship ship_helper_1 cell-on ship-single" style="top: 300px; left: 40px; width: 30px; height: 30px;">
                          <div class="in" "="" style=" width: 28px; height: 28px;">1</div>
                        </div>
                        <div class="cell ship ship_helper_1 check" style="top: 300px; left: 70px; width: 30px; height: 30px;">
                          <div class="in icon-ok" id="ship_1_1" "="" style=" width: 28px; height: 28px;"></div>
                        </div>
                        <div class="cell ship ship_helper_1 check" style="top: 300px; left: 100px; width: 30px; height: 30px;">
                          <div class="in" id="ship_1_2" "="" style=" width: 28px; height: 28px;"></div>
                        </div>
                        <div class="cell ship ship_helper_1 check" style="top: 300px; left: 130px; width: 30px; height: 30px;">
                          <div class="in" id="ship_1_3" "="" style=" width: 28px; height: 28px;"></div>
                        </div>
                        <div class="battleships-cell-back" style="position: absolute; top: 40px; left: 40px; width: 191px; height: 191px; background-color: rgb(0, 0, 0); z-index: 100;">
                          <div class="print-helper"></div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 3px; left: 3px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 3px; left: 34px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 3px; left: 65px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 3px; left: 96px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 3px; left: 127px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 3px; left: 158px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 34px; left: 3px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 34px; left: 34px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 34px; left: 65px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 34px; left: 96px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 34px; left: 127px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 34px; left: 158px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 65px; left: 3px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 65px; left: 34px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 65px; left: 65px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 65px; left: 96px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 65px; left: 127px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 65px; left: 158px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 96px; left: 3px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 96px; left: 34px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 96px; left: 65px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 96px; left: 96px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 96px; left: 127px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 96px; left: 158px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 127px; left: 3px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 127px; left: 34px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 127px; left: 65px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 127px; left: 96px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 127px; left: 127px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 127px; left: 158px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 158px; left: 3px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 158px; left: 34px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell  cell-on locked ship-single" style="top: 158px; left: 65px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 158px; left: 96px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell  cell-on locked ship-bottom" style="top: 158px; left: 127px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                          <div tabindex="1" class="cell selectable cell-off" style="top: 158px; left: 158px; width: 30px; height: 30px;">
                            <div class="in" style="width: 28px; height: 28px;"></div>
                          </div>
                        </div>
                      </div>
                    </div>
                    <div class="helper-crosshair" style="display: none;"><i class="icon icon-cursor"></i><i class="icon icon-move"></i>
                      <div class="crosshair-btn"></div>
                    </div>
                  </div>
                  <script type="text/javascript">
                    var Game = {};
                    var Puzzle = {};
                    var task = '3,2,2,0,2,1,0,3,0,3,1,3;zf1a5a';
                    var loadedId = 0;
                    $(document).ready(function() {
                      Game = $('#game').battleships({
                        ident: 'battleships.0',
                        task: task,
                        hashedSolution: '6c6a73ef8a3b3473ac9e95577cbf40ce',
                        token: document.forms['answerForm'].param.value,
                        puzzleID: $('#puzzleID').text(),
                        puzzleWidth: 6,
                        puzzleHeight: 6,
                        localTimer: new Date().getTime(),
                        relativeTo: '#puzzleContainerOverflowDiv',
                        noCheck: true,
                        onLoaded: function() {
                          updateCheckpoints();
                        }
                      }).initGame();
                      $(window).on('scroll', function() {});
                      Game.panzoomAction = function() {
                        this.zoomingPanning = true;
                        this.repositionHelpers();
                      };
                      var savedState;
                      if ((savedState = Game.getSaved()) && (!loadedId || (Game.getSaved().puzzleID && (loadedId == Game.getSaved().puzzleID.replaceAll(',', ''))))) {
                        if (!savedState.solved || 0 || 0) {
                          Game.loadGame(savedState);
                          document.forms['answerForm'].param.value = Game.getSetting('token');
                          if (Game.getSetting('puzzleID')) $('#puzzleID').text(Game.getSetting('puzzleID'));
                          startTime = Game.getSetting('localTimer');
                        } else {
                          Game.resetTimer();
                        }
                      } else {
                        Settings.remove(Game.getSaveIdent());
                        Game.resetTimer();
                      }
                      Game.plSize = 0;
                      Game.check = function() {
                        if (Settings.get('global.auto-submit')) {
                          $("#btnReady").click();
                        }
                      };
                      Game.initEventHandlers();
                      $('#stage').on('mousedown touchstart', function(e) {
                        e.preventDefault();
                      }).contextmenu(function() {
                        return false;
                      });
                      $('body').addClass('ingame');
                      var scale = Settings.get(getZoomSettingName());
                      if (!scale) scale = 1;
                      $('#zoomslider').val(scale).change();
                      setZoom(scale);
                      Layout.init();
                    });
                    window.onerror = function(msg, url, line, col, error) {
                      var extra = !col ? '' : '\ncolumn: ' + col;
                      extra += !error ? '' : '\nerror: ' + error.stack;
                      var m = msg + "\nurl: " + url + "\nline: " + line + extra;
                      console.error("%cPuzzle Error: ", 'color:#36c; font-size: 15pt');
                      console.error("%c" + m, 'color:#36c; background-color: #FFC');
                      if (!line) return true;
                      if (User.logged) m += "\nUser: " + User.email;
                      var xhr = new XMLHttpRequest();
                      xhr.open('POST', '/errlog.php');
                      xhr.send(m);
                      return true;
                    };
                  </script>
                </div>
              </td>
            </tr>
          </tbody>
        </table>
      </div>
    </div>
    <div class="helper-nodc" style="position: absolute; top: 100px; left: 100px; z-index: 1000;"></div>
  </div>
  <div class="noprint" id="checkpointsHolder" mvvm-show="Settings.get('global.show-checkpoints')" style="display: none;"><button title="Checkpoint speichern [Ctrl+S]" id="btnSave" type="button" class="button"
      onclick="Game.saveCheckpoint();updateCheckpoints();"><i class="icon-floppy"></i></button><button title="Add checkpoint [Ctrl+Shift+S]" id="btnAdd" type="button" class="button" onclick="Game.addCheckpoint();updateCheckpoints();">+</button><span
      class="checkpoints">&nbsp;</span></div>
  <div class="noprint" id="additionalGameOptions"></div>
  <div class="puzzleInfo">
    <p>6x6 Einfach Kriegsschiffe Rätsel ID: <span id="puzzleID">5,652,261</span></p>
  </div>
  <div class="noprint puzzleButtons"><input type="hidden" name="b" value="1"><input type="hidden" name="size" value="0"><input type="hidden" name="param"
      value="a0wzQ1RVRTdSIWwkLFlEWm1SKkVtKXZ+NHFgcmV0JV0ubEBNUGpkIVJNWTJbTGZsWGlZUUAjVFJxPXdSL2pNaWlNYT98WkpDNSosNEFQNzB+X31lfVteLDBYNkJiWmQ+TkVuX2h5c2JRLSxnVGdROWpHSiUvPFtaaGtpRXNbU04gc01vNVdCVm9wPU1ETjZNT0U5Zm8wQWt6OHo+QHFBeSB4V11uRTBwZVgmS2MhcVZiWC4kLS1AP31ze0hgaGVI"><input
      type="hidden" name="w" value="6"><input type="hidden" name="h" value="6"><input type="hidden" name="ansH" value=""><input class="button" type="submit" name="ready" id="btnReady" value="   Fertig   " title="Fertig [Enter]"><input class="button"
      type="submit" name="startover" id="btnStartOver" value="   Neustart   " onclick="return confirm('Bist du sicher?')"><input class="button" type="button" onclick="window.print()" id="btnPrint" value=" Drucken... "
      title=" Drucken [Ctrl+P] "><button class="button" id="btnShare"> Teilen <i class="icon icon-facebook"></i><i class="icon icon-twitter"></i></button><input class="button" type="submit" name="new" id="btnNew" value="   Neues Rätsel   ">
    <div id="shareContainer">
      <div id="shareContainerLoader"><i class="icon-spin5 icon-spin"></i></div>
      <div id="shareContainerElements"><input type="hidden" id="shareLinkText"
          value="Help Me! I'm Stuck."><a href="" target="_blank" class="icon icon-facebook shareLinkFB" id="shareLinkFB">Teilen</a><a href="" target="_blank" class="icon icon-twitter shareLinkTW" id="shareLinkTW">Teilen</a><br>
        <div id="shareLinkInputContainer"> Progress Permalink: <input type="text" id="shareLinkInput" onclick="this.setSelectionRange(0, this.value.length)"> Progress Screenshot: <input type="text" id="shareImgInput"
            onclick="this.setSelectionRange(0, this.value.length)"> Embed URL: <input type="text" id="shareEmbedURLInput" onclick="this.setSelectionRange(0, this.value.length)"> Embed Code: <input type="text" id="shareEmbedInput"
            onclick="this.setSelectionRange(0, this.value.length)"></div>
      </div><a id="shareContainerClose" onclick="$('#shareContainer').hide()"><i class="icon icon-cancel"></i></a>
    </div>
    <p><a href="/faq.php" class="red"><b>Was ist hier zu tun?</b></a> |
      <i class="yt-play"></i><a href="https://www.youtube.com/embed/videoseries?list=PLH_elo2OIwaCSh60EWEb0Rxkc57Qqyb3k&amp;hl=de&amp;cc_load_policy=1" target="_blank" title="Video Hilfe" data-featherlight="iframe">Video Hilfe</a></p><br>
  </div>
  <div class="clear"></div>
</form>

Text Content

WE VALUE YOUR PRIVACY

We and our partners store and/or access information on a device, such as cookies
and process personal data, such as unique identifiers and standard information
sent by a device for personalised ads and content, ad and content measurement,
and audience insights, as well as to develop and improve products. With your
permission we and our partners may use precise geolocation data and
identification through device scanning. You may click to consent to our and our
partners’ processing as described above. Alternatively you may click to refuse
to consent or access more detailed information and change your preferences
before consenting. Please note that some processing of your personal data may
not require your consent, but you have a right to object to such processing.
Your preferences will apply to this website only. You can change your
preferences at any time by returning to this site or visit our privacy policy.
MORE OPTIONSDISAGREEAGREE


KRIEGSSCHIFFE


Übersetze diese Seite.

Special thanks to MagicSebi902 for the translation



Kriegsschiffe auch bekannt als Bimaru ist ein Logik-Rätsel mit einfachen Regeln
und komplizierten Lösungen.

Die Regeln von Kriegsschife sind einfach:
Finde die auf dem Spielfeld versteckten Schiffe. Schiffe können auch schon
teilweise aufgedeckt sein.
Ein Schiff ist eine gerade, durchgezogene, schwarze Linie.
Wie viele Schiffe jeder Länge versteckt sind, lässt sich aus der Legende unter
dem Spielfeld ablesen.
2 Schiffe dürfen sich nicht gegenseitig berühren (auch nicht diagonal)
Die Zahlen am Rand des Spielfeldes zeigen, wie viele der Felder in der
jeweiligen Spalte/Reihe von Schiffen bedeckt sind.


Video Hilfe
Regeln ausblenden

Regeln zeigen
 * 6x6 Einfach Kriegsschiffe
 * 6x6 Schwer Kriegsschiffe
 * 8x8 Einfach Kriegsschiffe
 * 8x8 Schwer Kriegsschiffe
 * 10x10 Einfach Kriegsschiffe
 * 10x10 Schwer Kriegsschiffe
 * 15x15 Einfach Kriegsschiffe
 * 15x15 Schwer Kriegsschiffe
 * Tägliche Spezialausgabe Kriegsschiffe
 * Wöchentliche Spezialausgabe Kriegsschiffe
 * Monatliche Spezialausgabe Kriegsschiffe

Werde Unterstützer dieser Seite

Rückmeldung | Bestimmtes Rätsel | Häufig gestellte Fragen

Rätsel ausdrucken | Ruhmeshalle | Statistiken

Privacy Policy




Teilen





Werbung anpinnenWerbung deaktivieren


Werkzeugleiste immer anzeigen
Automatisch abschicken
Checkpoints anzeigen
Boardkoordinaten anzeigen
Den Timer verstecken
Persönlicher (nicht-kompetitiver) Timer
Nachtmodus
Letzte Änderung hervorheben
Fehler hervorheben
Fehler blau anzeigen
Highlight geschafft
Zeige zähler
verbleibend
Zeige Schiffshilfe auf der rechten Seite
Platziere automatisch Wasser an den Ecken der Schiffe
3
3
2
2
2
1
0
0
2
1
1
1
0
0
3
3
0
0
3
3
1
1
3
1
3



2



1







+ 


6x6 Einfach Kriegsschiffe Rätsel ID: 5,652,261

Teilen
TeilenTeilen

Progress Permalink: Progress Screenshot: Embed URL: Embed Code:

Was ist hier zu tun? | Video Hilfe




Weitere Logikrätsel:  hideshowNorinoriMosaikMinesweeperSchrägeLITSGalaxienZelte
KriegsschiffeRöhrenHitoriHeyawakeShingokiMasyuMaschenAquariumTapaSternenkampfKakurasuWolkenkratzerFutoshikiRenzokuWortsuchspieleShakashakaKakuroJigsaw
SudokuKiller SudokuBinairoNonogrammeSuriza (Slither
Link)SudokuBeleuchtungHashiShikakuNurikabeDominosa

2023-01-23 22:52:31

de.puzzle-battleships.com
Um das Rätsel online lösen zu können, ist Javascript erforderlich. Unabhängig
davon kannst du das Rätsel ausdrucken und von Hand lösen.

Werbung deaktivieren