-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
184 lines (180 loc) · 7.15 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="UPBGE, Range, BGE">
<meta name="author" content="hexterminal">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/x-icon" href="img/bgeninja.ico">
<meta property="og:url" content="https://hexterminal.github.io/bgeninja">
<meta property="og:type" content="website">
<meta property="site_name" content="BGENinja">
<meta property="og:title" content="BGENinja">
<meta property="og:description" content="This fly website's got some sick tuts for UPBGE and Range, yo!">
<meta property="og:image" content="https://i.postimg.cc/jSf61kDY/main-bgeninja-img.jpg">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@BGENinja">
<meta name="twitter:title" content="BGENinja">
<meta property="twitter:domain" content="hexterminal.github.io">
<meta property="twitter:url" content="https://hexterminal.github.io/bgeninja">
<meta name="twitter:description" content="This fly website's got some sick tuts for UPBGE and Range, yo!">
<meta name="twitter:image" content="https://i.postimg.cc/jSf61kDY/main-bgeninja-img.jpg">
<title>BGENinja - Home</title>
</head>
<body>
<section id="sect-1" id="home">
<button id="toggle-nav">=</button>
<nav id="nav-bar">
<ul>
<li><img src="img/bgeninja.svg" alt="Logo" loading="lazy"></li>
<div>
<li><a href="index.html">Home</a></li>
<li><a href="#course-space">Courses</a></li>
<li><a href="brotips.html">BroTips</a></li>
<!-- <li><a href="contribute.html">Contribute</a></li> -->
<li><a href="about.html">About</a></li>
</div>
</ul>
</nav>
<noscript>
<nav id="nav-bar-nojs">
<ul>
<li><img src="img/bgeninja.svg" alt="Logo" loading="lazy"></li>
<div>
<li><a href="index.html">Home</a></li>
<li><a href="#sect-2">Courses</a></li>
<li><a href="brotips.html">BroTips</a></li>
<li><a href="contribute.html">Contribute</a></li>
<li><a href="about.html">About</a></li>
</div>
</ul>
</nav>
</noscript>
<div id="heading">
<h1>BGENinja</h1>
<h3>Open Game Engine Tutorials</h3>
<div class="landing-text">
<!-- need noscript video -->
This website will help you to discover what
<a id="up-txt" href="https://kitsuystudio.itch.io/upbge-026" target="_blank">UPBGE</a>
and
<a id="rng-txt" href="https://rangeengine.tech/" target="_blank">Range Engine</a>
can do.
<img id="img1" loading="eager" src="img/blend_ui.png">
<img id="img2" loading="eager" src="https://docs.blender.org/manual/en/latest/_images/getting-started_about_introduction_screenshot.jpg">
<img id="img3" loading="eager" src="https://www.blender.org/wp-content/uploads/2019/07/blender_render-1280x720.jpg?x12104">
</div>
</div>
</section>
<section id="course-space"></section>
<section id="sect-2">
<h2>Where do I start?</h2>
<!-- LOGIC BRICKS -->
<div class="recc" id="logic-bricks">
<h3>Game Engine basics and Logic Bricks</h3>
<p>Learn the basics and the logic bricks.</p>
<button onclick="goto('/courses/logic-bricks/intro.html')">Learn Basics</button>
<noscript class="course-buttons-nojs">
<a href="./courses/logic-bricks/intro.html"><button>Learn Basics</button></a>
</noscript>
<div class="prog-container">
<p class="what-prog">Basic</p>
<progress class="prog" value="13" max="15"></progress>
</div>
</div>
<!-- PYTHON -->
<div class="recc" id="python">
<h3>Python</h3>
<p>You'll learn to do stuff that can be done without logic bricks and have more control over your projects.</p>
<button onclick="goto('/courses/python/intro.html')">Learn Python</button>
<noscript class="course-buttons-nojs">
<a href="./courses/python/intro.html"><button>Learn Python</button></a>
</noscript>
<div class="prog-container">
<p class="what-prog">Basic</p>
<progress class="prog" value="7" max="30"></progress>
</div>
</div>
<!-- TUTORIALS -->
<div class="recc" id="tutorials">
<h3>Tutorials for game engine</h3>
<p>Game Engine tutorials with project files!</p>
<button onclick="goto('/courses/tutorials/intro.html')">Get Tutorials</button>
<noscript class="course-buttons-nojs">
<a href="./courses/tutorials/intro.html"><button>Get Tutorials</button></a>
</noscript>
<div class="prog-container">
<p class="what-prog">Logic Bricks</p>
<progress class="prog" value="2" max="4"></progress>
</div>
<div class="prog-container">
<p class="what-prog">Python</p>
<progress class="prog" value="6" max="14"></progress>
</div>
<div class="prog-container">
<p class="what-prog">Animations</p>
<progress class="prog" value="0" max="3"></progress>
</div>
</div>
<!-- SOURCE CODE -->
<div class="recc" id="source-code">
<h3>Advanced Stuff</h3>
<p>Game engine source code related stuff.</p>
<button onclick="goto('/courses/advanced/intro.html')">Learn Source Code</button>
<noscript class="course-buttons-nojs">
<a href="./courses/advanced/intro.html"><button>Learn Source Code</button></a>
</noscript>
<div class="prog-container">
<p class="what-prog">Basic</p>
<progress class="prog" value="2" max="2"></progress>
</div>
</div>
</section>
<section id="sect-3">
<div>
<h2>What is this all about?</h2>
<p>
Well, this site is about making and optimizing your games made in UPBGE or Range.<br>
UPBGE is a game engine forked by its developers from Blender 2.79's game engine
which was discontinued after Blender 2.80+. The engine has two version as
2.0+ which is the Blender's 2.79's branch and 4.0 which is 2.80+'s branch.
After a few years, UPBGE 2.x development was paused/discontinued as 2.5b
and a new project rised up, the <a href="https://rangeengine.tech">Range Engine</a> which is
being actively developed and maintained by its developers!
</p>
<p>
After a few months, UPBGE 2.6 by
<a class="kitsuy" href="https://kitsuystudio.itch.io/">Kitsuy</a> is being developed
seriously with much more bug fixes ending up more like next stable
version of UPBGE 2.5b.
</p>
</div>
</section>
<section id="sect-4">
<h2>Join the game engine's community at Discord</h2>
<div id="join-discord">
<div>
<img src="img/upbge.svg" loading="lazy">
<p><a href="https://discord.gg/B6GPm9eVgh" target="_blank">UPBGE 2.5</a>,
<a href="https://discord.gg/63T6exEShU" target="_blank">2.6+</a></p>
</div>
<div>
<img src="img/range.svg" loading="lazy">
<p><a href="https://discord.gg/SkJmVmsRYU" target="_blank">Range Engine</a></p>
</div>
</div>
</section>
<style>
#heading h1, h3, .landing-text{
text-shadow: 0px 0px 20px black;
}
:target {
animation: none;
}
</style>
<!-- javascript stuff -->
<script src="code/index.js"></script>
</body>
</html>