CSC 470 - Game Programming

Assignment 6: Platformer

Name your Unity project platformer

Description

Create a small 3d platformer game that:

  1. Has a well thought out and (reasonably) good looking level with a goal (see Level Design below).
  2. Has more interesting/enjoyable controls than the example from class (see Player Control below).

This is a two week assignment, so anticipate spending some time on details. Also, keep your scope small, so you have time for that attention to detail.

Level Design

Give your game a goal, and also spend time designing the layout and look of your level.

Ideas for goals

Visuals

Consider using:

Player Control

Complete at least one of the following enhancements to the player controller.

Turning in your assignment

You will be turning in your assignment by pushing both your Unity project to your Github as well as a WebGL build of your game.

Don’t forget your .gitignore file!

Building your game for the Web

    http://YOUR_GITHUB_USERNAME.github.io/csc470-fall2024/games/platformer