Matias Wang Silva

Assorted games

List of games

A curated list of the games that made the cut (looking back at my 14-year-old self was tough!) is shown here:

A few notes:

Simon says – a memory game

{{ < figure src="{{ ref “simon.png” }}" > }} {{ < /figure >}}

This game consists of a series of four squares arranged in a grid. After the user inputs their name and views an initial animation, a sequence is generated and displayed on all squares. That is, each square changes its color to represent a pattern and the user must then click each square in the order that they changed color to move on. The interface provides feedback to the user by highlighting the square he/she is currently over and increases in size if he/she clicks it. Each successful level adds more difficulty with shorter display times and more squares to click. If the user loses, he/she is shown a scoreboard and given an option to try again.

This program was made with p5.js which is an adaptation of Processing for the web. It is an intuitive and fun library that provides a layer of abstraction on top of the vanilla JavaScript canvas. I chose to break the game up into three files using an object-oriented model.

Other cool things I made

Originally written on January 1, 2017

<< Previous Post

|

Next Post >>