Skip to content

Latest commit

 

History

History
73 lines (47 loc) · 2.57 KB

README.md

File metadata and controls

73 lines (47 loc) · 2.57 KB

HeadBall version report documentation SFML Box2D

Project for the completion of the course of Object Oriented Programming (OOP) [CT 451]

Year: I
Part: II

This is a simple football like game made in C++ using SFML and Box2D.

Project Report:

PDF version of the project report is available at: project_report.pdf

Complete LaTeX source code of the project report is available here:
https://github.com/RujalAcharya/HeadBall/tree/main/report/src

Documentation:

Complete online documentation of the project is available at:
https://rujalacharya.github.io/HeadBall.

Doxygen-generated source code of the documentation (in HTML version) is also available here:
https://github.com/RujalAcharya/HeadBall/tree/main/docs

Compiling and Executing:

GNU/Linux:

  1. First clone this repository:

    git clone https://github.com/RujalAcharya/HeadBall.git
  2. Change the directory to HeadBall/code/:

    cd HeadBall/code/
  3. Then execute the accompanying bash script build after making it executable:

    chmod +x build   # making the script executable
    ./build          # executing the script

    Or, you can directly run the above script with this one liner:

     sh -c "chmod +x build && ./build"
  4. Enjoy!

By:

  • Prajwol Pradhan (PUL076BEI023)

  • Rujal Acharya (PUL076BEI029)

  • Sanjay KC (PUL076BEI038)

  • Asmin Silwal (PUL076BEI040)


References to assets used in the game:

We are thankful to the following sources for the assets that we have used in our game: