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
- Host: GitHub
- URL: https://github.com/mandyschen/gamesportfolio
- Owner: mandyschen
- License: mit
- Created: 2023-07-13T20:29:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-10T20:27:15.000Z (almost 3 years ago)
- Last Synced: 2024-12-25T14:42:57.337Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://mandyschen.github.io/GamesPortfolio/
- Size: 2.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**

*Dodge obstacles using WASD or arrow keys. Art by: @lanah9*
**2. Bounce**

*Bounce a ball against baskets in this brick-breaker esque game. Art by: @lanah9*
**3. Pong**

*Play pong with WASD vs arrow keys. Art by: @lanah9*
**4. Snake** (in progress)

*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