forked from wizard23/evocell.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (62 loc) · 2.87 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
<!DOCTYPE html>
<html>
<head>
<title>EvoCell</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="css/main.css" />
</head>
<body>
<div class="center">
<div class="row">
<a class="hexagon" href="https://www.kickstarter.com/projects/evocell/626236203">
<img class="logo" src="img/evocell.svg" height="64" alt="EvoCell" />
<img src="img/support-us.jpg" class="support-us" alt="Support us on Kickstarter">
<h3 style="margin-bottom: 40px; margin-top: 0">Kickstarter Launch</h3>
</a>
</div>
<!--<div class="row middle">
<div class="hexagon left">
<p>
If you plan on participating at the launch event, make sure to get your ticket at <a href="mailto:vip@wizardsatwork.at">vip@wizardsatwork.at</a>
</p>
</div>
<div class="hexagon right">
<code>
<b>19. April 2019</b>
<b>18:00</b>
<span>Sofiensäle</span>
<span>Marxergasse 17</span>
<span>1030 Wien</span>
</code>
</div>
</div>-->
<iframe class="chase-video" width="764" height="430" src="https://www.youtube.com/embed/hQ9J_LukiuQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h2>Creating games with the EvoCell Universe Creator</h2>
<p>
With our EvoCell Universe Creator we present a radically new way to create computer games.
</p>
<p>
Instead of programming the enemy AI, and instead of programming what happens when the player hits the wall, and instead of moving sprites around on the screen we asked:
</p>
<p>
What if the pixels themselves could embody the physics or the enemy AI?
How can we make the pixels live?
</p>
<p>
We found an answer to this question in a powerful mathematical concept called cellular automata.
Cellular automata are an alternative computing paradigm that is inherently parallel and is inspired by the way biological cells interact and grow.
They were invented in the 1950s and have been the topic of extensive research over the years, so there are many interesting cellular automata models available that we can use as ingredients for games.
We also invented ways to evolve cellular automata to make them do specific things or manage specific tasks.
We are using them in our game editor and the games that are created with it to make the game real, to make the game live.
And you can change every little detail of the game very quickly and easily.
</p>
<h3>
<a href="https://www.kickstarter.com/projects/evocell/evocell">Support EvoCell on Kickstarter</a>
</h3>
<iframe width="764" height="430" src="https://www.youtube.com/embed/PvOBDDHPxt0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>
<a href="https://www.flickr.com/photos/wizard23/albums/72157706728552701">Kickstarter Launch Pictures</a>
</h3>
</div>
</body>
</html>