Edgar Vargas

My Portfolio

A list of my personal projects

Python Card Game

Card game I built after playing the game Balatro. I found core components of the game interesting and wanted to create a card game to implement similar game features. Implemented game rules such as a hand size limit and a cooldown between clicks to ensure smooth gameplay. It continuously updates and renders the game state, displaying the player's current score, deck count, and remaining hand and discard limit

Lyric Quiz Web Application

Implemented MVC framework for creating a web quiz game where the user is presented with two randomly selected lines from each song in an album. The user must guess correctly which song it belongs to from a dropdown menu.







Web Scraper for Song Database

Webscraper that parses through the Lyrics.com website to search for an album from an artist. Retrieves the song list from the album page as well as the lyrics from the individual song pages to add to a SQL song database. (Disclaimer: I only used this for personal testing and I am not using the actual data for anything since there are API limits and copyright issues with collecting lyric data)