Skip to content

osh88/comp4300

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMP 4300 - Intro to C++ Game Programming (2022-09) by Dave Churchill

Link to youtube playlist

Final project

sudo apt install cmake libgl1-mesa-dev mesa-common-dev liblzma-dev libvorbis-dev \
  libfreetype6-dev libxrandr2 libxcursor1 libxi6
./run.sh

Or (without sound):

./run-docker.sh
Screenshots

FP screenshot FP screenshot FP screenshot FP screenshot FP screenshot FP screenshot FP screenshot FP screenshot FP screenshot FP screenshot FP screenshot

Video

FHD (YouTube):
Gameplay
Editor

FHD (VKVideo):
Gameplay
Editor

1.mp4
2.mp4
editor.mp4

Assignment 1

clang++ -std=c++20 -I ../../sfml-linux/include -L ../../sfml-linux/lib \
  -lsfml-window -lsfml-audio -lsfml-system -lsfml-graphics \
  -rpath "\$ORIGIN/../../sfml-linux/lib" *.cpp && ./a.out
Screenshots

A1 screenshot

Video
a1.mp4

Assignment 2

clang++ -std=c++20 -I ../../sfml-linux/include -L ../../sfml-linux/lib \
  -lsfml-window -lsfml-audio -lsfml-system -lsfml-graphics \
  -rpath "\$ORIGIN/../../sfml-linux/lib" *.cpp && ./a.out
Screenshots

A2 screenshot

Video
a2.mp4

Assignment 3

clang++ -std=c++20 -I ../../sfml-linux/include -L ../../sfml-linux/lib \
  -lsfml-window -lsfml-audio -lsfml-system -lsfml-graphics \
  -rpath "\$ORIGIN/../../sfml-linux/lib" *.cpp && ./a.out
Screenshots

A2 screenshot A2 screenshot A2 screenshot A2 screenshot A2 screenshot A2 screenshot A2 screenshot A2 screenshot A2 screenshot A2 screenshot

Video
a3.mp4
a3_2.mp4

Assignment 4

clang++ -std=c++20 -I ../../sfml-linux/include -L ../../sfml-linux/lib \
  -lsfml-window -lsfml-audio -lsfml-system -lsfml-graphics \
  -rpath "\$ORIGIN/../../sfml-linux/lib" *.cpp && ./a.out
Screenshots

A4 screenshot A4 screenshot A4 screenshot A4 screenshot A4 screenshot A4 screenshot A4 screenshot A4 screenshot A4 screenshot

Video
a4.mp4

About

Intro to C++ Game Programming (2022-09) by Dave Churchil

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors