<!DOCTYPE html>
<html lang="en-us">
<head>
<title>🎮 Paper.io - Paperio 3D Online - Unblocked</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/index.css">
</head>
<body id="body">
<div id="bg-con">
<div id="bg-img"></div>
<div id="koyu-ton"></div>
</div>
<script src="indexTopScript.js"></script>
<div class="dark-bg d-hide"></div>
<ul class="skinList d-hide"></ul>
<div class="winRosettes d-hide"></div>
<div class="rosetteInfoCon d-hide">
</div>
<div class="main">
<div class="logo">
<img src="./assets/img/logo.webp" alt="paper logo" width="300" height="147">
</div>
<div class="main-body">
<div class="how-to-play">
<div id="howtoplay">
<h2><b>How to Play Paper.io?</b></h2>
The aim of our game, which starts in a circle, is to enlarge the area and capture the entire map. You can wander around as you wish during the game. During this time, you should try not to be defeated by your opponents in the game. To enlarge your own
space, you have to step outside of it. When you leave your field, you leave a trace. To improve your field, you can expand your field by returning to your own field after leaving the field. If an opponent cuts the line you left behind
to expand the area, or if you intentionally or compulsively cut the line behind you, the game will be over. Throughout the game, you can move safely in your own area and you can only walk around your own area without leaving a trace.
This area is like your headquarters. You or any other enemy cannot kill you in this area. You can kill other players by catching them inside your field or on the white page and cutting the line behind them. When you do this above a
certain number, you can earn badges. Here are a few other ways to earn badges: Playing the game multiple times, having entered the game at least once in the morning and evening, climbing over a certain area in the game. The points
you earn in the game depend on the percentage, the time you stay in the game, and the number of enemies you kill. You can get higher scores depending on the area you will take and the number of enemies you will kill during the game.
In PaperIO you are just a piece of paper. You win when you fold the entire area with your own paper. You have to work to get the biggest space and get the whole badge collection. You can play by pressing the play button.
</div>
</div>
<div class="center" style="align-items: start;">
<div class="center-con">
<input id="skin" maxlength="12" value="default" type="hidden">
<input type="text" id="nickname" placeholder="nickname" maxlength="13">
<button id="play-but">PLAY</button>
<div id="ads">Ads</div>
</div>
</div>
<div id="right-area">
<div id="right-button-menu">
<div onclick="skinsOpen()" class="selSkinArea1">
<img alt="paper io skin" id="selSkinImg" style="display: none;" />
<img alt="paper io skin" id="selSkinImg1" onclick="skinsOpen()" src="./assets/skins/skin_thumbs/default.png">
<div class="selSkin1" onclick="skinsOpen()">Select Skin</div>
</div>
<div id="record" class="rec_blok">
<div class="rec_title">My Record</div>
<div class="rec_desc">🏆 <span id="best_record">0</span> %</div>
</div>
</div>
<div id="rosette-area">
<div class="right-header">
<button class="r-btn" onclick="writeRosettes()">Rosettes</button><button class="r-btn" onclick="writeScoreboard()">Scoreboard</button>
</div>
<div id="rosettes">
</div>
</div>
</div>
<div class="how-to-play-mob">
<div id="howtoplay">
<h3><b>How to Play Paper.io?</b></h3>
The aim of our game, which starts in a circle, is to enlarge the area and capture the entire map. You can wander around as you wish during the game. During this time, you should try not to be defeated by your opponents in the game. To enlarge your own
space, you have to step outside of it. When you leave your field, you leave a trace. To improve your field, you can expand your field by returning to your own field after leaving the field. If an opponent cuts the line you left behind
to expand the area, or if you intentionally or compulsively cut the line behind you, the game will be over. Throughout the game, you can move safely in your own area and you can only walk around your own area without leaving a trace.
This area is like your headquarters. You or any other enemy cannot kill you in this area. You can kill other players by catching them inside your field or on the white page and cutting the line behind them. When you do this above a
certain number, you can earn badges. Here are a few other ways to earn badges: Playing the game multiple times, having entered the game at least once in the morning and evening, climbing over a certain area in the game. The points
you earn in the game depend on the percentage, the time you stay in the game, and the number of enemies you kill. You can get higher scores depending on the area you will take and the number of enemies you will kill during the game.
In PaperIO you are just a piece of paper. You win when you fold the entire area with your own paper. You have to work to get the biggest space and get the whole badge collection. You can play by pressing the play button.
</div>
</div>
</div>
</div>
<div class="main2" style="display:none;">
<div class="logo">
<img src="./assets/img/logo.webp" alt="paper logo" width="300" height="147">
</div>
<div id="game_over"></div>
<a href>
<div id="play-again" style="display:none;" class="changeMode">PLAY AGAIN</div>
</a>
<div id="ads">Ads<span id="dd"></span></div>
</div>
<script src="names.js"></script>
<script src="indexHeadScript.js"></script>
<script src="index.js"></script>
<script>
        document.addEventListener("DOMContentLoaded", () => {
            getScript("https://code.jquery.com/jquery-3.4.1.min.js", () => getScript(window.location.origin + "/game.js", () => serverSelect('ffa', 'paper2')))
            document.querySelector("#play-but").addEventListener("click", () => play());
        })
    </script>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500&amp;display=swap" rel="stylesheet" async>
</body>
</html>