https://github.com/guilleangulo/game
A Javascript game using p5.js library
https://github.com/guilleangulo/game
Last synced: 8 months ago
JSON representation
A Javascript game using p5.js library
- Host: GitHub
- URL: https://github.com/guilleangulo/game
- Owner: GuilleAngulo
- Created: 2020-06-26T22:08:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-29T20:51:32.000Z (almost 6 years ago)
- Last Synced: 2024-10-19T13:36:12.695Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 9.94 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Javascript game using P5.js library
This game is an "endless runner" type game developed using the [p5.js](https://p5js.org/) library, a JS client-side library for creating graphic and interactive experiences. It was developed following the course offered by [Alura](https://www.alura.com.br/) #ImersaoGameDev. Some changes are added, like the new class Sprite which handles the sprites and implements a method for creating the matrix for each character.

## Live Demo
[Here](https://game.guilleangulo.me/)