CS 328 Introduction to Computer Game Development Homework #4
Due: Sunday 11:59pm (10/27/2019).
Side-Scroller
Write a simple game in libGDX that is a "side scroller" with the following
characteristics:
- You may determine your own premise
- Suggested themes. Your own, or one of:
- dodge rude paparazzi or reporters
- weave and bob your way through hurricanes
- rescue victims from a collapsing building or alien abductions
- The game must include a pointer score
- The game must have multiple and increasing difficulty that starts easy.
- The game must include more than one kind of pickup item that
adds points, more than one type of enemy with differing behavior
- The scroller must scroll.
It must involve at least one "level" that is far larger than
a single screen shows at any one time.
- It can terminate via death, reaching an exit point, or traversing from
one end to another
- It must not be code from some non-original internet
solution; write your own game.
You may work on this assignment alone or in teams of 2.
Appropriately More functionality will be expected for team submissions.