Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/t2ny/dinorerun

A remake of Chrome Dino game using p5js graphics library.
https://github.com/t2ny/dinorerun

2d game graphics javascript p5js physics-simulation pixel-art

Last synced: 29 days ago
JSON representation

A remake of Chrome Dino game using p5js graphics library.

Awesome Lists containing this project

README

        

# Dino Rerun

A remake or "rerun" of the Chrome dino run game built with p5js a JavaScript library used to create interactive visuals in a web browser. Because this library is geared towards graphics and animations, building a simple game like this involved more boilerplate code such as collision handling and physics. All pixel art was drawn with a tool called [Pixilart](https://pixelart.com/). The pixel/game style font used is called [Press Start 2P](https://fonts.google.com/specimen/Press+Start+2P).

### Installation
Play it [here](https://editor.p5js.org/t2ny/full/CoRW-_a-U) or fork and clone this repository and open ```index.html``` with Live server VS Code extension.

### Screenshots
![alt text](https://github.com/t2ny/DinoRerun/blob/main/screenshots/dino-1.png?raw=true)
![alt text](https://github.com/t2ny/DinoRerun/blob/main/screenshots/dino-2.png?raw=true)
![alt text](https://github.com/t2ny/DinoRerun/blob/main/screenshots/dino-3.png?raw=true)

## Author
- [t2ny](https://github.com/t2ny)