An open API service indexing awesome lists of open source software.

https://github.com/rafaelhdsv/mario-game

In this repository, a very simple Mario game is made, with a jump functionality. Using HTML, CSS and JAVASCRIPT
https://github.com/rafaelhdsv/mario-game

Last synced: 3 months ago
JSON representation

In this repository, a very simple Mario game is made, with a jump functionality. Using HTML, CSS and JAVASCRIPT

Awesome Lists containing this project

README

        

# Mario Game

![GitHub repo size](https://img.shields.io/github/repo-size/RafaelHDSV/Mario-Game?style=for-the-badge)
![GitHub language count](https://img.shields.io/github/languages/count/RafaelHDSV/Mario-Game?style=for-the-badge)
![GitHub forks](https://img.shields.io/github/forks/RafaelHDSV/Mario-Game?style=for-the-badge)

desktop.png

> In this repository, a very simple Mario game is made, with a jump functionality. Using HTML, CSS and JAVASCRIPT

## Table of contents

- [Overview](#overview)
- [The challenge](#the-challenge)
- [Links](#links)
- [Screenshot](#screenshot)
- [My process](#my-process)
- [Built with](#built-with)

## Overview

### The challenge

Users should be able to:

- Play the mario game
- View the points counter
- Raise Points for each completed obstacle
- Able to jump with Mario
- View Game Animations

### Links

- Video URL: https://www.youtube.com/watch?v=r9buAwVBDhA
- Live Site URL: https://mario-game-rafael.netlify.app

### Screenshot

- Desktop

![](images/desktop.png)

- Mobile

mobile.png

## My process

### Built with

- HTML
- CSS
- JAVASCRIPT

[⬆ Back to the top](#mario-game)