abhayMore / Bouncing-DVD-Logo

Bouncing DVD Logo simulation using C++ and SFML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bouncing-DVD-Logo

Bouncing DVD Logo simulation using C++ and SFML

Summary

This Simulation shows the classic screensaver of DVD Logo that bounces off the screen boundaries whilst changing into tinted colours.

How to Run (only for Linux)

Install SFML
Install make (command : sudo apt install make )
Run command : make F1=main.cpp F2=Walker.cpp F3=Walker.h F4=Walker.o

Output

output

About

Bouncing DVD Logo simulation using C++ and SFML


Languages

Language:C++ 89.0%Language:Makefile 11.0%