-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGravityGrappleProject.html
70 lines (60 loc) · 5.17 KB
/
GravityGrappleProject.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Wzrd's cool website.">
<link rel="stylesheet" type="text/css" href="main.css">
<title> Wzrd - Gravity Grapple</title>
</head>
<body bgcolor="#EAEAEA">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="cv.html">CV</a></li>
<li><a href="projects.html">Projects</a></li>
</ul>
</nav>
<h1> Gravity Grapple | 28/07/20 </h1>
<p> <a target="_blank" href="https://wzd.itch.io/gravity-grapple">Gravity Grapple</a> was made for <a target="_blank" href="https://itch.io/jam/scorejam9">Score Space Jam #9</a>
and its my first game jam submission I'm happy with! This doesn't mean the game is perfect, but it does mean that I didn't try to do something way to ambitous and at the
end of the three days had something with all the features I planned and (hopefully!) fun to play. </p>
<p> You can watch out the video I made for all the details, but if you don't want to sit through me talking check out the summary below! </p>
<p> <small> Video coming soon. </small> </p>
<!-- Need to make the video
<p align="center"> <iframe width="420" height="235"
src="https://www.youtube.com/embed/10XAsla7YYQ">
</iframe> </p>
-->
<p> As I've already mentioned, Gravity Grapple is my first game jam submission I am happy with. I didn't fall into the trap of doing something way too big. This means
that I can move on and start to learn new lessons in order to further improve my games. I think the two main ones are keeping the difficulty manageable for new
players and not sacrificing to much theme in the pursuit of originality. </p>
<p> First things first: difficulty. Reading the feedback I got from Gravity Grapple it soon became obvious that people were struggling to get used to the mechanics (namely the
slow build up of momentum and grappling onto small objects). While developing the game, I had become very accustomed to the games controls as I had not only made
them myself, but also tested the game at least a hundred time over the course of creating it. Therefore, while I could fairly easily get a score upwards of 7000, looking
at the leaderboard most players were struggling to get past 2000 - 3000. This combined with the fact that in a game jam, at least an online one, people (including me,
if I'm honest) will not put a lot of time into learning a game. Because of this games without easy to grasp mechanics are less fun. I mean I don't have any data to
back this up, but I would estimate this to be true. Its the same with downloadable games vs web builds, people are more likely to play an online game. Don't take this
as me trying to deflect criticism, Gravity Grapples is not a perfect game, but the fact that webGL games are more likely to be played and instantly understandable
mechanics are on average going to do better in a game jam are important points I will have to remember in the future. When scaling the games difficulty I will have to
put myself in the position of a new player. </p>
<p> Secondly, sacrificing theme in the pursuit of originality. As soon as I saw the theme for the game jam was climbing I immediately thought of concepts like wall
climbing, escaping from lava (in a Mario esk style), things like doodle jump or even something where you have to defend against enemies climbing up a hill or mountain.
I thought these were quite obvious ideas so I wanted to distance myself from them as much as possible. However, looking back I don't think this was the right call.
It isn't an originality jam - its a jam about climbing. While having a unique idea is definitely a good thing you don't want to be straying too far from the theme.
I am writing this before the voting period ends, but if I had to guess the game will rank poorly on use of theme. My link to climbing is pretty strained and I think
this will hurt the games score. Even something as simple as making you have to grapple upwards instead of to the side could of made a big differeance - and while I could of
done this I chose not to because I just felt like so much screen space was being wasted. I would have also probably had to slow down the game quite a lot to make it
doable. </p>
<p> One final thing I want to mention is the presentation of the game. Just a few minutes customising the itch page can go a long way. Even though in the actual game
jam I don't know how many people will visit it (seeing as you can just download the game from the submission page), I am very happy with the aesthetics and will never
again leave my game pages at there default settings! </p>
<iframe src="https://itch.io/embed/712882" height="167" width="552" frameborder="0"><a href="https://wzd.itch.io/gravity-grapple">Gravity Grapple by Wzd</a></iframe>
<footer>
<ul>
<li><a href="https://github.com/WzrdIsTaken">Github</a></li>
<li><a href="https://itch.io/profile/wzd">Itch</a><li>
</ul>
</footer>
</body>
</html>