Skip to content

Commit d10ac4e

Browse files
authored
Create master branch via GitHub
1 parent 8912903 commit d10ac4e

File tree

7 files changed

+428
-0
lines changed

7 files changed

+428
-0
lines changed

images/bkg.png

1.19 KB
Loading

images/blacktocat.png

268 Bytes
Loading

index.html

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset='utf-8'>
5+
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6+
7+
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
8+
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
9+
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
10+
11+
<title>Towerdefense by ginuxone</title>
12+
</head>
13+
14+
<body>
15+
16+
<header>
17+
<div class="container">
18+
<h1>Towerdefense</h1>
19+
<h2>Game I&#39;m developing on my free-time</h2>
20+
21+
<section id="downloads">
22+
<a href="https://github.com/ginuxone/TowerDefense/zipball/master" class="btn">Download as .zip</a>
23+
<a href="https://github.com/ginuxone/TowerDefense/tarball/master" class="btn">Download as .tar.gz</a>
24+
<a href="https://github.com/ginuxone/TowerDefense" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
25+
</section>
26+
</div>
27+
</header>
28+
29+
<div class="container">
30+
<section id="main_content">
31+
<h1>
32+
<a id="towerdefense" class="anchor" href="#towerdefense" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>TowerDefense</h1>
33+
34+
<p>Game I'm developing on my free time.</p>
35+
36+
<p>The scope to reach is to create a simple an easy game for all those Tower defense lovers.
37+
Also my desire is to make this game avaible for BlackBerry as a free WebApp.</p>
38+
39+
<p>Why I do this?
40+
Because i though it would be fun to make my own tower defense game.</p>
41+
42+
<p>And since I'm willing to dev and improve it. This could increase my skills as developer</p>
43+
44+
<p>I'm using the following Languages to dev this TypeScript, HTML5, CSS3.</p>
45+
</section>
46+
</div>
47+
48+
49+
</body>
50+
</html>

javascripts/main.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log('This would be the main JS file.');

params.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "Towerdefense",
3+
"tagline": "Game I'm developing on my free-time",
4+
"body": "# TowerDefense\r\nGame I'm developing on my free time.\r\n\r\nThe scope to reach is to create a simple an easy game for all those Tower defense lovers.\r\nAlso my desire is to make this game avaible for BlackBerry as a free WebApp.\r\n\r\nWhy I do this?\r\nBecause i though it would be fun to make my own tower defense game.\r\n\r\nAnd since I'm willing to dev and improve it. This could increase my skills as developer\r\n\r\nI'm using the following Languages to dev this TypeScript, HTML5, CSS3.\r\n\r\n",
5+
"note": "Don't delete this file! It's used internally to help with page regeneration."
6+
}

stylesheets/github-dark.css

+124
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
/*
2+
The MIT License (MIT)
3+
4+
Copyright (c) 2016 GitHub, Inc.
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in all
14+
copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22+
SOFTWARE.
23+
24+
*/
25+
26+
.pl-c /* comment */ {
27+
color: #969896;
28+
}
29+
30+
.pl-c1 /* constant, variable.other.constant, support, meta.property-name, support.constant, support.variable, meta.module-reference, markup.raw, meta.diff.header */,
31+
.pl-s .pl-v /* string variable */ {
32+
color: #0099cd;
33+
}
34+
35+
.pl-e /* entity */,
36+
.pl-en /* entity.name */ {
37+
color: #9774cb;
38+
}
39+
40+
.pl-smi /* variable.parameter.function, storage.modifier.package, storage.modifier.import, storage.type.java, variable.other */,
41+
.pl-s .pl-s1 /* string source */ {
42+
color: #ddd;
43+
}
44+
45+
.pl-ent /* entity.name.tag */ {
46+
color: #7bcc72;
47+
}
48+
49+
.pl-k /* keyword, storage, storage.type */ {
50+
color: #cc2372;
51+
}
52+
53+
.pl-s /* string */,
54+
.pl-pds /* punctuation.definition.string, string.regexp.character-class */,
55+
.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
56+
.pl-sr /* string.regexp */,
57+
.pl-sr .pl-cce /* string.regexp constant.character.escape */,
58+
.pl-sr .pl-sre /* string.regexp source.ruby.embedded */,
59+
.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */ {
60+
color: #3c66e2;
61+
}
62+
63+
.pl-v /* variable */ {
64+
color: #fb8764;
65+
}
66+
67+
.pl-id /* invalid.deprecated */ {
68+
color: #e63525;
69+
}
70+
71+
.pl-ii /* invalid.illegal */ {
72+
color: #f8f8f8;
73+
background-color: #e63525;
74+
}
75+
76+
.pl-sr .pl-cce /* string.regexp constant.character.escape */ {
77+
font-weight: bold;
78+
color: #7bcc72;
79+
}
80+
81+
.pl-ml /* markup.list */ {
82+
color: #c26b2b;
83+
}
84+
85+
.pl-mh /* markup.heading */,
86+
.pl-mh .pl-en /* markup.heading entity.name */,
87+
.pl-ms /* meta.separator */ {
88+
font-weight: bold;
89+
color: #264ec5;
90+
}
91+
92+
.pl-mq /* markup.quote */ {
93+
color: #00acac;
94+
}
95+
96+
.pl-mi /* markup.italic */ {
97+
font-style: italic;
98+
color: #ddd;
99+
}
100+
101+
.pl-mb /* markup.bold */ {
102+
font-weight: bold;
103+
color: #ddd;
104+
}
105+
106+
.pl-md /* markup.deleted, meta.diff.header.from-file */ {
107+
color: #bd2c00;
108+
background-color: #ffecec;
109+
}
110+
111+
.pl-mi1 /* markup.inserted, meta.diff.header.to-file */ {
112+
color: #55a532;
113+
background-color: #eaffea;
114+
}
115+
116+
.pl-mdr /* meta.diff.range */ {
117+
font-weight: bold;
118+
color: #9774cb;
119+
}
120+
121+
.pl-mo /* meta.output */ {
122+
color: #264ec5;
123+
}
124+

0 commit comments

Comments
 (0)