Skip to content

The repository contains All the related books, PPTs and Codes related to the Course.

Notifications You must be signed in to change notification settings

shoaibrayeen/Course-Work

Repository files navigation

This repository contains codes with respective subjects.

To Run the files.

# For C++ Files
- Run your CPP files at g++ compiler.
- g++ -o objectFileName fileName.cpp
- ./objectFileName

# For Computer Graphics Code - Run on Xcode
# For C Files
- Run your C files at gcc compiler.
- gcc -o objectFileName fileName.cpp
- ./objectFileName
# For Python Codes
- Run on Python3 Compiler

You can use 2 player game based on Artificial Intelligence.

Algorithm Assignment