Removed a couple of deprecated files.

This commit is contained in:
Nils N Haukas 2012-07-06 20:37:15 +02:00
parent f7e4bd05a0
commit f93731dc9a
2 changed files with 0 additions and 90 deletions

View File

@ -1,79 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>infoSoul - the game</title>
<!--
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
-->
<link rel="SHORTCUT ICON" href="favicon.ico" />
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript" src="jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="infosoul.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head>
<body>
<div id="wrapper">
<div id="header" class="wrappertext">
<h1>infoSoul</h1>
<p class="tagline">"Searching for yourself, </br>
drowning in information."</p>
<p>
A glorious game by Nils Norman Haukås,
<a href="https://www.facebook.com/pages/Nils-Norman-Prinsen-av-Poesi/120118764730475">Prinsen av Poesi.</a>
:)
</p>
</div>
<div id="gamediv"></div>
<div class="wrappertext cf">
<div class="infobox">
<h2>instructions</h2>
<p>you are playing as me,</br>
searching for me,
</br>
but the world is chrashing down,
</br>
avoid the *, find yourself.
</p>
</div>
<div class="infobox">
<h2>music?</h2>
<p>
<div id="Soundcloud">
<object height="81" width="100%">
<param name="movie" value="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F34424311&amp;show_comments=false&amp;auto_play=false&amp;color=87a585"></param>
<param name="allowscriptaccess" value="always"></param>
<embed allowscriptaccess="always" height="81" src="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F34424311&amp;show_comments=false&amp;auto_play=false&amp;color=87a585" type="application/x-shockwave-flash" width="100%"></embed>
</object>
</div>
</p>
</div>
<div class="infobox">
<h2>but why?</h2>
<p>Her er noken ord.</p>
</div>
<h2>Dev words</h2>
</div>
<!--
<span>
<a href="http://soundcloud.com/fitn/escape-live-recording-dub-deep">Escape (Live recording - Dub & Deep techno ambient)</a>
by
<a href="http://soundcloud.com/fitn">Fingers In The Noise</a>
</span>
-->
<div id="debug">
<p>debug</p>
<p id="keydebug">Key pressed:</p>
<p id="standingon">Standing on:</p>
<p id="foundme">Yay, or nay?</p>
<p id="currentPos">Current position:</p>
<p id="winPos">Where to I need to get to:</p>
</div>
</div>
</body>
</html>

11
tmp.txt
View File

@ -1,11 +0,0 @@
createLine = (width) ->
testString = ""
for x in [0..width]
testString += "a"
testString
createDisplay = () ->
makeString = "me"
for x in [0..30]
makeString += createLine(60) + "\n"
makeString