Skip to content

Car Crash The Game is a basic game developed in C++ for understanding the priniciples of object oriented programming.

Notifications You must be signed in to change notification settings

Delta-473/CarCrashGame

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CarCrashGame

Car Crash The Game is a programming project in the context of 6-Geavanceerde programmeertechnieken. This project is a basic game developed in C++ for understanding the priniciples of object oriented programming. The develop program is divided into two seperate namespaces: the gamelogic and the visual engine. The visual engine is created with the supporting libraries of SDL.

This repository contains only the source code for educational purposes without the audio and visual assets! Therefore it cannot be executed without the needed content!

Third-party libraries

SDL:

  • SDL2.dll
  • SDL2_image.dll
  • SDL2_mixer.dll
  • SDL2_ttf.dll
  • zlib1.dll
  • libfreetype-6.dll
  • libogg-0.dll
  • libpng16-16.dll
  • smpeg2.dll

Developed by

Huybrechts Thomas

University of Antwerp - 2015

About

Car Crash The Game is a basic game developed in C++ for understanding the priniciples of object oriented programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.9%
  • C 0.1%