|
|
<DOCTYPE html>
|
|
|
<html>
|
|
|
<head>
|
|
|
<title></title>
|
|
|
<meta charset="utf-8">
|
|
|
<link rel="stylesheet" type="text/css" href="../style.css">
|
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
|
</head>
|
|
|
<body>
|
|
|
<!-- Nav bar -->
|
|
|
<nav>
|
|
|
<ul>
|
|
|
<li><a href="index.html">CONSOLE</a></li>
|
|
|
<li><a href="about.html">ABOUT</a></li>
|
|
|
<li><a href="./event/">EVENT</a></li>
|
|
|
</ul>
|
|
|
</nav>
|
|
|
<div id="content"><h1
|
|
|
id="click-click-the-clicking-game-a-matter-of-accumulation">click-click,
|
|
|
the clicking game — a matter of accumulation</h1>
|
|
|
<p>A couple of months ago, I didn’t even know clicking games existed.
|
|
|
When I played for the first time, I couldn’t understand why people were
|
|
|
intrigued enough to devote themselves to clicking, and I still struggle
|
|
|
to understand it. I wanted to create a clicking game that would
|
|
|
highlight the act of clicking to the player through the interface of the
|
|
|
screen. People would see a hand clicking on their screen, and then at
|
|
|
the next stage, a person in front of a screen (with a hand clicking)
|
|
|
clicking etc. My poor java script skills didn’t allow me to realise my
|
|
|
initial idea, so eventually, I came up with a really simple version of
|
|
|
the click_click game. People click on the click button that makes a
|
|
|
“click” sound. Every time they click, a new button is generated. The aim
|
|
|
is to click and accumulate bricks. A repetitive performance. You click,
|
|
|
you gain. The game ends when you fill your screen and build a wall of
|
|
|
click buttons. Then the screen clears automatically, and a small victory
|
|
|
message appears. What happens when the only function performed is
|
|
|
clicking? Nothing, I guess.</p>
|
|
|
<figure>
|
|
|
<img src="click.png" alt="the click wall" />
|
|
|
<figcaption aria-hidden="true">the click wall</figcaption>
|
|
|
</figure>
|
|
|
</div>
|
|
|
</body>
|
|
|
</html> |