summaryrefslogtreecommitdiff
path: root/index.html
blob: 2cae2102afe2bfdd9816eeeb3df71ec26bc5acb8 (plain)
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
<!doctype html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<meta name="description" content="Homepage of the Roflnauts 2; fan game for Awesomenauts.">
	<meta name="tags" content="indie game, awesomenauts, platformer, smash">
	<meta name="author" content="aki">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="stylesheet" type="text/css" href="style.css">
	<link rel="icon" type="image/png" href="icon.png">
	<title>Roflnauts 2</title>
</head>
<body>

<div class="wrapper">

<header>
<h1>
<a href="https://ignore.pl/roflnauts">
<img src="roflnauts.png" alt="Roflnauts">
<img src="ii.png" alt="2">
</a>
</h1>
</header>

<section id="downloads">
<h2><img src="download.png" alt="Download:"></h2>
<a href="https://github.com/nthirtyone/roflnauts/releases/download/v1.0/Roflnauts2-win32.zip">windows</a> ·
<a href="https://github.com/nthirtyone/roflnauts/releases/download/v1.0/Roflnauts2-macosx.zip">mac osx</a> ·
<a href="https://github.com/nthirtyone/roflnauts/releases/download/v1.0/Roflnauts2.love">linux</a>
</section>

<section id="screenshots">
<a class="screenshot" href="screenshot-1.png"><img src="screenshot-1s.png" alt="Screenshot"></a>
<a class="screenshot" href="screenshot-2.png"><img src="screenshot-2s.png" alt="Screenshot"></a>
<a class="screenshot" href="screenshot-3.png"><img src="screenshot-3s.png" alt="Screenshot"></a>
<a class="screenshot" href="screenshot-4.png"><img src="screenshot-4s.png" alt="Screenshot"></a>
</section>

<section id="about">
<h2>About</h2>
<p><strong>Roflnauts 2</strong> was a fan made sequel for Roflnauts, a mini game originally created by
<a href="https://vlambeer.com/">Vlambeer</a>, in celebration of the launch of
<a href="https://awesomenauts.com/">Awesomenauts</a> and <a href="https://ronimo-games.com/">Ronimo Games'</a>
fifth anniversary.</p>
<p>It was developed by the members of the Awesomenauts forums community including (in no particular order):
<ul>
	<li>ParaDox</li>
	<li>PlasmaWisp</li>
	<li>MilkingChicken</li>
	<li>Seltzy</li>
	<li>Gnarlyman <small>aka Bronkey</small></li>
	<li>Burningdillo</li>
	<li>Aki <small>aka nthirtyone</small></li>
</ul>
</p>
<p>Project was actively maintained from 2016 to 2018. The final release is available for download for Windows, Mac OSX
and Linux platforms. For downloads see <a href="#downloads">the top of the page</a>. The source code and assets are
available through git repositories: <a href="https://git.ignore.pl/roflnauts/">hosted here</a> and
<a href="https://github.com/nthirtyone/roflnauts/">on Github</a>. The usage of assets is restricted to the Roflnauts 2
project and copyrights are held by the respective authors to the extent that does not interfere with Awesomenauts and
Roflnauts copyrights.</p>
<p>See Rolfnauts 2 on <a href="https://nthirtyone.itch.io/roflnauts-2">itch.io</a>.</p>
</section>

<footer>
<p><a href="https://awesomenauts.com/">Awesomenauts</a> are property of <a href="https://ronimo-games.com/">Ronimo
Games</a></p>
<p><strong>Roflnauts</strong> were made by <a href="https://vlambeer.com/">Vlambeer</a> and include music composed by
<em>Fin Send</em></p>
<p><strong>Roflnauts 2</strong> were made by <em>Roflnauts 2 project team</em> and are currently archived by
<a href="https://ignore.pl/">Ignore</a></p>
</footer>

</div>

<script src="https://stats.ignore.pl/track.js"></script>

</body>
</html>