Assignment 13 - Infinite Runner

Example Output

Learning Outcomes

Goals

The purpose of this assignment is to

  1. Update and draw unique objects on a grid
  2. Update object locations and handle interactions

Description

You control a character that can jump and collect items while avoiding enemies. The objective is to survive as long as possible by navigating through the scrolling landscape.

Tasks

Extensions

Help

For Java

NonBlockingGame documentation

For C++

NonBlockingGame documentation

For Python

NonBlockingGame documentation