The Right Color


Logo of The Right Color website

Date : 01/10/2023

Reading time : 1 Minute


Description : Test your rectivity and assimilation skills in this game.


Project categories :

Find the project on : Voir le site


I/ Application development with Angular

To begin with, let’s take a look at Angular. It’s a client-side framework based on Typescript. The special feature of this framework is its “SPA” for Single Page Applications aspect. So, our application is on a single web page. The primary aim is to avoid loading a new page, thereby enhancing the user experience.

II/ The goal of the game

The objective is simple: to get the best score.

The rules are simple too. A color is displayed on the screen, then click on the associated square. In the example below:

Rules

But be careful: the higher your score, the greater the difficulty!

III/ PWA (Progressive Web Application)

A progressive web app will make our website look like a native application or a mobile application.