/Mario-Javascript

My first developed game, a simple Super Mario using only HTML, CSS and JavaScript.

Primary LanguageCSS

Project Super Mario Bros in JavaScript

In this project, a simple game inspired by Super Mario Bros was developed, in which it is possible to jump obstacles by clicking on any key and you lose when you hit an obstacle.


About the project

This project was developed with the help of this tutorial on YouTube posted by the Manual do Dev channel.


Technologies used

* HTML
* CSS
* JavaScript

How to run the project

To install and run the project you must have Visual Studio Code installed and configured with the extension Live Server.

Using the terminal, clone the project:

$ git clone git@github.com:AlineCarolina/Mario-Javascript.git

Enter the repository folder you just cloned:

$ cd Mario-Javascript

Open a project and click Go Live on the status bar to turn the server on/off.

image

The page will automatically load in your browser.