Welcome to my Programming Portfolio.
Recent Projects
Pinochle: Logic-Based Prolog
This project is an implementation of the Pinochle card game written with a logic-based design in Prolog. The project was written as the fourth part of Organization of Programming Languages course (CMPS-366) at Ramapo college during the Fall 2020 semester. Additionally, the project features a serialization option of saving the game’s state into a file as well as loading a game from a file.
Link to GitHub Repository
read more
Pinochle: Event-Driven Java/Android
This project is an implementation of the Pinochle card game written with an Event-Driven design in Java/Android. The project was written as the third part of Organization of Programming Languages course (CMPS-366) at Ramapo college during the Fall 2020 semester. The project contains 8 different classes. Additionally, the project features a serialization option of saving the game’s state into a file as well as loading a game from a file.
read more