Skip to content

MiriPii/CarGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

C++ Programming - The Top Down Racing


To run this game SFML(2.0+) and Box2D(2.1.2+) need to be installed on the computer.

It is assumed that SFML and Box2D is installed on the standard library location.

Library installations with apt-get/aptitude (requires root):

sudo apt-get install libsfml-dev libbox2d-dev

This is our implementation of a Micromachines-inspired game for C++ Programming course.


The folder structure:

project
│   README.md
│   .gitignore
│
├───doc     //For the final documentation
│   │
│
├───plan    //Files for project planning
│   │   projectplan.pdf
│   │
│   └───ideas
│       │   useful_links.doc
│
├───CarGame     //Source code
│   │   Makefile
│   │   game.cpp
│   │   game.hpp
│   │   game_state.hpp
│   │   main.cpp
│
└───test    //Test files
    │   test_source.cpp

Team and responsibilities:

Miri (Me) as Project manager
  • Game Structure
  • State machine and states
  • Menu's
  • Game timer
  • makefile
Henrik
  • Tracks and track graphics
  • Track obstacles
Tommi
  • Car Physics
  • SFML-views

About

Import from School GitLab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published