-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (49 loc) · 2.37 KB
/
Copy pathindex.html
File metadata and controls
67 lines (49 loc) · 2.37 KB
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
<!-- <html>
<head>
<meta http-equiv = "refresh" content = "1; url = https://sites.google.com/view/vcc2022" />
</head>
<body>
<p>Redirecting to our new (google) site...</p>
</body>
</html>
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>The virtual creatures competition</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="custom.css">
</head>
<body>
<div id="wrapper" style="text-align: center">
<h1><font size="24">The virtual creatures competition</font></h1>
<h2><i>an exhibition of simulated artificial life.</i></h2>
<p>
<h2><a href="https://docs.google.com/document/d/1gcdsJxGJLTCjmDo9ipyUAd8Mm20n-COWbQ9QvwufRKY/edit?usp=sharing" target="_blank">Submit</a> your work.</h2>
<h2><a href="https://www.reddit.com/r/ludobots/" target="_blank">Learn</a> how to evolve virtual creatures.</h2>
<h2><a href="https://rdcu.be/bTN0S" target="_blank">Read</a> why virtual creatures matter.</h2>
</p>
<h2>Below are the winning submissions from previous years.</h2>
<h1>2021 (online)</h1>
<iframe width="640" height="360" frameborder="0" src="https://www.youtube.com/embed/jS5dfhs-KR8" allowfullscreen></iframe>
<h1>2020 (no contest)</h1>
The VCC was not held in 2020 due to covid :(
<br>
<h1>2019, Prague</h1>
<iframe width="640" height="360" frameborder="0" src="https://www.youtube.com/embed/ngCIB-IWD8E" allowfullscreen></iframe>
<h1>2018, Kyoto</h1>
<iframe width="640" height="360" frameborder="0" src="https://player.vimeo.com/video/277328815" allowfullscreen></iframe>
<h1>2017, Berlin</h1>
<iframe width="640" height="360" frameborder="0" src="https://www.youtube.com/embed/HCDftic1AdA" allowfullscreen></iframe>
<h1>2016, Denver</h1>
<iframe width="640" height="360" frameborder="0" src="https://www.youtube.com/embed/CXTZHHQ7ZiQ" allowfullscreen></iframe>
<h1>2015, Madrid</h1>
<iframe width="640" height="360" frameborder="0" src="https://www.youtube.com/embed/HgWQ-gPIvt4" allowfullscreen></iframe>
<h1>2014, Vancouver</h1>
<iframe width="640" height="360" frameborder="0" src="https://www.youtube.com/embed/EXuR_soDnFo" allowfullscreen></iframe>
<h1>1994, Cambridge</h1>
<iframe width="640" height="360" frameborder="0" src="https://www.youtube.com/embed/RZtZia4ZkX8" allowfullscreen></iframe>
</div>
</body>
</html>