-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (43 loc) · 3.35 KB
/
index.html
File metadata and controls
59 lines (43 loc) · 3.35 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
<div id="title">
Monthly Competition 1
</div>
<p style="font-size:80%">
The sounds of a whirling fan hits you, as the dimly lit room comes into your view. There is a lamp illuminating the scene, where a compact machine displaying colorful lights and various values are updating its states by the frame, awaiting your decisions as it churns away, progressing the simulation it was not designed for. A marvel of technology condensed into a singular device to have been named a computer bringing its user convenience, utility and entertainment, where anything is possible. Surely, with its power, there are a vast amount of things to do other than playing simple games where numbers are going up.
</p>
<div class="banner">
The Contest
</div>
<p>
You and your team will play three incremental games, to be chosen by Uni out of prejudice and bias. Exchanging save files between your team during the contest is allowed, and multiple players, or one single player, may be allowed to be playing from none to all games at any time.
</p>
<p>
However, all games must be new save files started within the start of the contest and you are to play the games as-is, without using scripts or tools that play the game for you, an example being autoclickers. You are allowed to use spreadsheets, external calculators or snippets that do not interact with the game beyond reading game states, such as calculating the datetime of when you can buy the next thing.
</p>
<p>All games will be web games so phones are not needed.</p>
<div class="banner">
The Format
</div>
<p>Each team is of from 1 to 3 people. Teams may designate a Captain, a Major and/or a Vanguard, but this is optional and not everyone or anyone needs a title, it is for aesthetics purposes for the charts only.</p>
<p>Each game in the competition is a tournament bracket of its own. Teams are ranked differently for each bracket based on progress, and the team to have progressed the furthest in a game gets the maximum number of points, the next team gets one fewer point, followed by one fewer, etc, down to one point. The total, final score is the sum of all three scores for all three games played.</p>
<p>Progress is to be determined by Uni based on subjective criteria after looking at your save file.</p>
<p>Uni's team is not allowed to get any points since Uni runs the contest.</p>
<p>Everything happens on discord.</p>
<div class="banner">
The Prizes
</div>
<p>
A mystery
</p>
<div class="banner">
The Dates
</div>
<p><b>Oct 25</b>: List of games announced.</p>
<p><b>Oct 28</b>: Team formation begins.</p>
<p><b>Oct 31</b>: Team formation closes, no new members may be added to teams and teams cannot change beyond this point.</p>
<p><b>Nov 1 ~ 21</b>: Contest begins; Play the games!</p>
<p><b>Nov 23</b>: Deadline for submitting your save files to Uni.</p>
<p><b>Nov 24</b>: Results (likely) announced.</p>
<h6>Icon made by <a href="https://smashicons.com/" title="Smashicons">Smashicons</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></h6>
<style>body{background:#001;color:#eff}
#title{font-size: 200%; text-align: center; background: url(https://www.flaticon.com/svg/static/icons/svg/148/148799.svg) top center no-repeat; background-size: 1.4em; padding-top: 1.4em;}
.banner{font-size: 120%; border-top: 1px solid #dba8e4; border-bottom: 1px solid #dba8e4; text-align: center; padding: .4em; color: #b77ab2}</style>