Sky's repositories
GymTracker
An app developed in Swift that records and tracks your gym progression while providing real time statistics and graphs.
First_Python_Scrapper
My first Python web scrapper that experiments with the BeautifulSoup4 library. The algorithm filters and scrapes from the website Books to Scrape, and quickly writes the scraped information into a csv file.
partly_observable_pendulum
Various approaches to solving the partly observable pendulum task designed by gymnasium using genetic programming to work towards evolving adaptable control policies in dynamic environments.
Pong-Clone
This is a recreation of the classic game pong I created using Pygame. This game is a simple introduction to Pygame that includes handling input events, collision detection, rendering graphics and creating a simple menu system.
WarApp
My first introduction to swift and app development. The app replicates the card game war with a fully functioning deck of cards, restart function, and bot for the player to play against.