CMPS-4490 - Game Dev

Runner sprite

Elements of this lab:
    • Sprite animation
    • Paralax scrolling

Step 1:
Do your work in Odin directory: 4490/runner_lab

Start by copying the lab files from:
   /home/fac/gordon/p/4490/code/runner/

files...
Makefile
runner.cpp
timers.cpp
libggfonts.a
fonts.h
road.png
clouds.png
run.png


Build with make.

Improve the runner animation.

1. Find a new run-cycle or walk-cycle sprite sheet online.
2. Make the background seemless.
3. find a new texture for the ground.

A new runner sprite sheet should be named:  runner.png
A new background should be named:           back.png
A new ground surface image should be named: ground.png

program original output...