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

https://github.com/mandyschen/gamesportfolio

Collection of short games made with p5.js
https://github.com/mandyschen/gamesportfolio

Last synced: about 1 year ago
JSON representation

Collection of short games made with p5.js

Awesome Lists containing this project

README

          

# GamesPortfolio
## Introduction
This is a portfolio/personal collection for various mini games I have created for gifts, experience, and for fun. The technologies used are primarily p5.js and JavaScript.

Link: https://mandyschen.github.io/GamesPortfolio/
## Catalogue
**1. Plane**
![Screenshot from Plane](https://github.com/mandyschen/GamesPortfolio/blob/main/screenshots/plane.jpg)
*Dodge obstacles using WASD or arrow keys. Art by: @lanah9*

**2. Bounce**
![Screenshot from Bounce](https://github.com/mandyschen/GamesPortfolio/blob/main/screenshots/bounce.jpg)
*Bounce a ball against baskets in this brick-breaker esque game. Art by: @lanah9*

**3. Pong**
![Screenshot from Pong](https://github.com/mandyschen/GamesPortfolio/blob/main/screenshots/pong.jpg)
*Play pong with WASD vs arrow keys. Art by: @lanah9*

**4. Snake** (in progress)
![Screenshot from Snake](https://github.com/mandyschen/GamesPortfolio/blob/main/screenshots/snake.jpg)
*Collect bananas while avoiding walls and your growing army. Art by: @lanah9*

## Next Steps
1. Create leaderboards for Plane and Bounce using Browerify and Node.js (https://www.geeksforgeeks.org/javascript-program-to-write-data-in-a-text-file/)
2. Fix minor bugs in close to border incidents in Plane
3. Fix major bugs in Snake and deploy