Skip to content

This repository contains the assignment delivered for Programming with C++ course.

Notifications You must be signed in to change notification settings

IreneArapogiorgi/CPP-Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 

Repository files navigation

CPP-Assignment

Overview

This repository contains the assignment delivered for Programming in C++ course, which is an implementation of a 2D computer game based on C++ principles. The course is part of the curriculum of the Department of Informatics from the Athens University of Economics and Business and the project is assigned by Georgios Papaioannou.

Project Structure

This repository contains:

The files folder having all .cpp and .h files needed in order to build the project.

The assets folder having all assets included in the project.

Getting Started

  1. Fork this repository to your GitHub account.
  2. Clone the forked repository to your local machine using git clone link-of-forked-repository.
  3. Build project following the instructions below.

Build

  1. Create a new Solution in Visual Studio 2019.
  2. Set up Simple Game Graphics Library - SGG library used to develop the project. Full documentation can be found here.
  3. Move all assets included in this repository's assets folder into your Solution's bin folder.
  4. Move all files included in this repository's files folder into your Project's folder.
  5. Add these files into your project in Visual Studio.
  6. Rebuild and then run the project.

Build With

  • Visual Studio 2019
  • C++11

Authors

  • Irene Arapogiorgi
  • Dimitris Bastas

About

This repository contains the assignment delivered for Programming with C++ course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published