//this page showcases some of my cs projects over the years.
//most of the projects in C++ and python.

#include "nyu.h"
#include "nyuad.h"
#include "fall2018.h"
#include "spring2018.h"
#include "fall2017.h"
//project descriptions begin here

class dodge the asteroids!
{
this.projectType = game;
this.yearCompleted = 2017;
this.languageUsed = python + pygame;
this.codeOnline = false;


/* dodge the asteroids is a simple, two-player cooperative game that my friend and i coded for our introduction to computer science final project. it was coded in python using pygame.*/
}
//more to be uploaded later!