-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·7 lines (7 loc) · 2.29 KB
/
index.html
1
2
3
4
5
6
7
<!doctype html><!--[if lt IE 7]>
<html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]--><!--[if IE 7]>
<html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]--><!--[if IE 8]>
<html class="no-js lt-ie9" lang=""> <![endif]--><!--[if gt IE 8]><!--><html class="no-js" lang=""><!--<![endif]--><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><meta name="keywords" content="HTML, CSS, XML, XHTML, JavaScript, game, game, simple, pure, squares,quadrados, gosquares"><title>Go Squares Online - Pure Javascript Game</title><meta name="description" content=""><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" type="image/png" href="min/images/gosquares.ico"><link rel="apple-touch-icon" href="min/images/gosquares.ico"><link rel="stylesheet" href="min/css/main.min.css"><script src="dist/virtualjoystick.js"></script></head><body onload="gosquares.init()" onresize="gosquares.onresize()"><!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade
your browser</a> to improve your experience.</p>
<![endif]--><div id="joystick-container"></div><div id="window_game" class="nada"><div id="game_status"><div id="level">LEVEL | <span class="level-number">1</span></div><div id="time">TIME | <span id="time_value">00 : 00</span></div><div id="points">POINTS | <span id="points_value">0</span></div><div id="falls">FALLS | <span id="falls_value">0</span></div><div id="questions">FAILS | <span id="fails_value">0</span></div><div id="sound"><button onclick="gosquares.removerfx()">remove sound</button></div></div><div id="game_dialog"><div id="start-level"><p id="start-level-message-one">Are you ready?</p><p id="start-level-message-two">level <span class="level-number">1</span></p><button class="go-button" onclick="gosquares.game_events.gravity()">GO</button></div><div id="end-level"><p id="end-level-message-one">Complete!</p><p id="end-level-message-two">level <span class="level-number">1</span> finished</p><button class="go-button" onclick="gosquares.next_level()"><span id="end-level-total-points">0</span> points!</button></div></div><div id="level_layer" class="background_game"><div id="hero" class=""></div></div></div><script src="src/js/main.js"></script></body></html>