-
Notifications
You must be signed in to change notification settings - Fork 1
/
EdoEdo.html
119 lines (100 loc) · 4.21 KB
/
EdoEdo.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
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" href="DannyStyleSheet.css" type="text/css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE-edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Edo Edo Teishoku! </title>
</head>
<body>
<ul>
<li>
<a href=index.html>Home</a>
</li>
<li>
<a href=ProjectList.html>Projects</a>
</li>
<li>
<a herf="#">Socials</a>
<ul class="dropdown">
<li><a href="https://www.twitch.tv/barista_ace">Twitch</a></li>
<li><a href="https://www.linkedin.com/in/dannyaceshafik">LinkedIn</a></li>
</ul>
</li>
<li>
<a href=aboutMe.html>About Me</a>
</li>
</ul>
<div class="paddingit">
<h1>Edo Edo Teishoku!</h1>
<h2>
Collect and fight with recipes and 3 unique chefs. Only one chef can fight thier way to freedom from the island, is that going to be you?
</h2>
<img src="https://img.itch.zone/aW1hZ2UvMjMwMTcxMy8xNTQwMDQ3NS5wbmc=/347x500/Kj4eQl.png" alt="A picture of a cute rice ball that's a little sad'" />
<div>
<h3>Role:Gameplay Designer</h3>
<h3>Game Type: Capstone Game</h3>
With Wall-B done, and Isekai Truck done, I joined the studio sol game development studio at my school and we began making Edo Edo Teishoku <em>(A rouge-like, jpg, cooking, timer-based game)</em> I made everything from recipe concepts to boss kits. Currently, we have 62 recipes, 5 bosses, 10 garnishes <em>(that are done, we have about 40 that aren’t implemented yet)</em>, 3 skill trees, and about 20 different events for the player to experience.
<br>
<br>
I made about half of enemies, 2 of the bosses, 29 recipes,4 of the garnishes, 11 of the events and one of the characters. Below are some of the design artifacts we maintained throughout the project.
<br>
<br>
<h2 style="text-align: center;">Recipe List </h2>
<br>
<iframe src="Recipe Cook Book - NanDeck Recipies.pdf"
width=100%
height="500">
</iframe>
<br>
<br>
<h2 style="text-align: center;">Keywords / Action words</h2>
<br>
<iframe src="Recipe Cook Book - Keywords.pdf"
width=100%
height="500">
</iframe>
<br>
<br>
<h2 style="text-align: center;">Garnishes / Relics</h2>
<br>
<iframe src="Recipe Cook Book- Garnishes.pdf"
width=100%
height="500">
</iframe>
<br>
<br>
<h2 style="text-align: center;">Events</h2>
<br>
<iframe src="Recipe Cook Book - Events.pdf"
width=100%
height="500">
</iframe>
<br>
<br>
<h2 style="text-align: center;">Bestiary Bible</h2>
<br>
<iframe src="Bestiary Bibble.pdf"
width=100%
height="500">
</iframe>
<br>
<br>
<h2 style="text-align: center;">Berserk Skill Tree</h2>
<br>
<iframe width=100% height="432" src="https://miro.com/app/live-embed/uXjVN3DoYQ4=/?moveToViewport=-8985,-3669,14365,6870&embedId=698892990169" frameborder="0" scrolling="no" allow="fullscreen; clipboard-read; clipboard-write" allowfullscreen></iframe>
<br>
<br>
The team I’ve worked with is remarkable at what they do, from audio to programming to the artists.
<br>
<br>
Everyone is insanely talented and I am glad to have found them when I did.
<br>
<br>
</div>
<h3>Here's the Link If you'd like to play the game for yourself</h3>
<a href="https://funbam.itch.io/edo-edo-teishoku">https://funbam.itch.io/edo-edo-teishoku</a>
</div>
</body>
</html>