Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.43 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.43 KB

Front-Arkanoid

Introduction

The game was made to improve my skills in TypeScript

Technology used

css3 git html5 typescript

Apresentation of Application

screencapture-localhost-1234-2022-10-23-10_07_45

  • This is the principal screen of the application. We have the option to move the bar to right and left. For each square that is hit, we add plus one in the score of the user.

What I learned with this project

  • I met a new bundler named Parcel
  • I remembered some concepts of TypeScript

How to run the application

  • Run the command npm run start in terminal