Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 958 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 958 Bytes

CTIS164 Projects

These are the projects that I made for my CTIS164 Technical Mathematics with Programming course.
You have to install FreeGlut in order to run the programs.
All of the code is written in C language even though the file extensions are ".cpp".

Project 1 - Space View:

Pressing space pauses the UFO movement.

hw1

Project 2 - Space Shooter:

You shoot the alien invaders by pressing space button while changing the cosmic bow's position with arrow keys.
Aliens spawn randomly at the right half.

hw2

Project 3 - Following Projectile:

Bullet changes form and position while following the sun.

hw3