Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/t2ny/dinorerun
- Owner: t2ny
- Created: 2024-06-23T17:34:24.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-14T18:15:18.000Z (7 months ago)
- Last Synced: 2024-11-08T22:19:02.680Z (3 months ago)
- Topics: 2d, game, graphics, javascript, p5js, physics-simulation, pixel-art
- Language: JavaScript
- Homepage: https://editor.p5js.org/t2ny/full/CoRW-_a-U
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)