-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
108 lines (106 loc) · 3.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Games For Trees</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="logo.png" type="image/x-icon">
</head>
<body>
<h1>
<img src="logo.png" alt="logo" class="logo">
Games for Trees
</h1>
<main>
<h2>
About
</h2>
<p>
We're a group of colleagues at <a href="https://www.ecosia.org?tt=gamesfortrees">Ecosia</a> who are passionate about trees and games.
We've create a few games on our free time and we'd like to share them with you.
</p>
<h2>Games</h2>
<section>
<article>
<img src="https://gamesfortrees.github.io/ecosia-board-game/assets/img/photo.jpg" alt="rolph screenshot">
<h3>Ecosia: the Board Game</h3>
<div>
<p>
<a href="https://gamesfortrees.github.io/ecosia-board-game/">Manual</a>
</p>
<p>
The sustainable game that teaches about reforesting, repurposing a Catan board.
</p>
<p>
<b>Type:</b> Board Game
</p>
<p>
<b>Year:</b> 2024
</p>
</div>
</article>
<article>
<img src="game_rolph2.png" alt="rolph screenshot">
<h3>Rolph (reboot)</h3>
<div>
<p>
<a href="https://rolph.wahlholz.workers.dev/index.html">Play</a>
<a href="https://github.com/gamesfortrees/rolph_godot4">Source</a>
</p>
<p>
You're an evil CEO and your bad karma has finally caught up to you.
</p>
<p>
<b>Type:</b> Web game
</p>
<p>
<b>Year:</b> 2023
</p>
</div>
</article>
<article>
<img src="game_guardian.png" alt="rolph screenshot">
<h3>Forest Guardian</h3>
<div>
<p>
<a href="https://gamesfortrees.github.io/games/forestguardian/index.html">Play</a>
<a href="https://github.com/gamesfortrees/forestguardian">Source</a>
</p>
<p>
Protect the forest from wild fires.
</p>
<p>
<b>Year:</b> 2020
</p>
<p>
<b>Type:</b> Web game
</p>
</div>
</article>
<article>
<img src="game_rolph.png" alt="rolph screenshot">
<h3>Rolph (classic)</h3>
<div>
<p>
<a href="https://gamesfortrees.github.io/games/rolph/index.html">Play</a>
<a href="https://github.com/gamesfortrees/rolph">Source</a>
</p>
<p>
You're an evil CEO and your bad karma has finally caught up to you.
</p>
<p>
<b>Type:</b> Web game
</p>
<p>
<b>Year:</b> 2019
</p>
</div>
</article>
</section>
</main>
<footer>
<a href="https://github.com/gamesfortrees">Games for Trees on Github</a>
</footer>
</body>
</html>