Skip to content

Assignments given in CG course during spring 2023. I tried a bunch of new C++ things for these assignments. But due to small deadlines the code isnt good and I couldn't do all the things I wanted to do. 3 assignments in different branches.

Notifications You must be signed in to change notification settings

BharatSahlot/ComputerGraphics-CS7.302

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter Code

NOTE: Only works on linux. Tested only on fedora.

Compiling and running

# in project root
cmake -S . -B build
make -C build
./build/app

Note: FreeType is required for rendering text.

Screenshots

Level 1 Level 3 screenshot showcasing hud, zappers and coins

Main menu Race 1 Race 2

About

Assignments given in CG course during spring 2023. I tried a bunch of new C++ things for these assignments. But due to small deadlines the code isnt good and I couldn't do all the things I wanted to do. 3 assignments in different branches.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published