Skip to content

Commit

Permalink
revisited task list, improved writing and renamed project to Celeste …
Browse files Browse the repository at this point in the history
…Hunt
  • Loading branch information
root committed Oct 1, 2018
1 parent b9a0795 commit 3612481
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 16 deletions.
43 changes: 30 additions & 13 deletions public/task_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},{
"task_id":15,
"strawb":true,
"task_description": "Collect all Strawberries"
"task_description": "Collect all strawberries"
},{
"task_id":5,
"strawb":true,
Expand All @@ -27,34 +27,43 @@
"1":[
{
"task_id":4,
"task_description": "Find and Talk to Theo"
"task_description": "Find and talk to Theo"
},{
"task_id":6,
"task_description": "Beat 3 rooms without dashing"
"task_description": "Beat 5 rooms without dashing"
}
],
"2":[
{
"task_id":4,
"task_description": "Find and Talk to Theo"
"task_description": "Find and talk to Theo"
},{
"task_id":7,
"task_description": "Collect all strawberries in the Intervention sequence"
},{
"task_id":20,
"task_description": "Get to the room prior to Intervention cutscene before activating dream blocks"
}
],
"3":[
{
"task_id":8,
"task_description": "Find and beat Celeste PICO-8"
},{
"task_id":19,
"task_description": "Find Celeste PICO-8 and collect 5 berries in it"
},{
"task_id":7,
"task_description": "Collect all strawberries in the Escape sequence"
"task_description": "Collect all strawberries in the Presidential Suite sequence"
}
],
"4":[
{
"task_id":9,
"task_description": "Bounce off 3 snowballs"
},{
"task_id":22,
"task_description": "Take the hidden path to Cliff Face"
}
],
"5":[
Expand All @@ -63,7 +72,13 @@
"task_description": "Activate the Theo cutscene in the Search sequence"
},{
"task_id":7,
"task_description": "Collect the Strawberry at crystal Theo's sequence"
"task_description": "Collect the strawberry during the crystal Theo sequence"
},{
"task_id":18,
"task_description": "Kill a seeker"
},{
"task_id":22,
"task_description": "Collect all 3 keys in Search"
}
],
"6":[
Expand All @@ -72,16 +87,13 @@
"task_description": "Reach the Towerfall room"
},{
"task_id":11,
"task_description": "Hit a Kevin Block in all 4 sides"
"task_description": "Hit all 4 sides of a single Kevin Block"
},{
"task_id":12,
"task_description": "Take all feathers in dream sequence"
},{
"task_id":16,
"task_description": "Perform Lake Skip"
"task_description": "Collect all feathers in the dream sequence"
},{
"task_id":17,
"task_description": "Collect all feathers in room before Old Lady"
"task_description": "Collect all feathers in the room before Old Lady"
}
],

Expand All @@ -92,7 +104,12 @@
},{
"task_id":14,
"task_description": "Activate all checkpoints in 3000m"
},{
"task_id":21,
"task_description": "Skip 5 checkpoints in 3000m"
},{
"task_id":23,
"task_description": "Take the rightmost path at 1000m"
}
]
}

6 changes: 3 additions & 3 deletions templates/index.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8"/>
<title>Celeste Bingo</title>
<title>Celeste Hunt</title>
<link rel="shortcut icon" href="/celeste/public/favicon.ico" type="image/x-icon">
<link rel="icon" href="/celeste/public/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/pure-min.css" integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous">
Expand Down Expand Up @@ -42,7 +42,7 @@
<div id="layout">
<div id="main">
<div class="header">
<h1 class="celeste-font" style="padding-left:16px;">Celeste Bingo</h1>
<h1 class="celeste-font" style="padding-left:16px;">Celeste Hunt</h1>
</div>
<div class="content">
<div class="pure-g">
Expand All @@ -61,7 +61,7 @@
<div class="pure-g" style="padding:0 16px;">
<div class="pure-u-1 u-sm-1-2">
<h2 class="celeste-font subhead">What's this?</h2>
<p>Inspired by the <a href="http://www.speedrunslive.com/tools/oot-bingo/" target="_blank">Ocarina of Time Bingo</a>, the Celeste Bingo generates, given a seed, a randomly assigned list of tasks to complete. Your goal is, from a new file, to reach the Summit and achieve all the tasks.<p>
<p>Inspired by the <a href="http://www.speedrunslive.com/tools/oot-bingo/" target="_blank">Ocarina of Time Bingo</a>, Celeste Hunt generates, given a seed, a randomly assigned list of tasks to complete. Your goal is, from a new file, to reach the Summit and achieve all the tasks.<p>
<p>Each seed is deterministic, so you can share your seed by copying and pasting the URL in your browser.</p>
</div>
</div>
Expand Down

0 comments on commit 3612481

Please sign in to comment.