0% found this document useful (0 votes)
13 views3 pages

Mini-Project Guide - Side Scroller

This document outlines a project guide for creating a side scroller game, detailing the necessary components such as sprites, obstacles, and backgrounds. It encourages customization of game elements and includes sections for design approval, programming, and reflection on the project. The guide also prompts students to consider improvements and interactions within the game mechanics.

Uploaded by

ksdfsdfasd
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views3 pages

Mini-Project Guide - Side Scroller

This document outlines a project guide for creating a side scroller game, detailing the necessary components such as sprites, obstacles, and backgrounds. It encourages customization of game elements and includes sections for design approval, programming, and reflection on the project. The guide also prompts students to consider improvements and interactions within the game mechanics.

Uploaded by

ksdfsdfasd
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

CSD Interactive Animations and Games

Name(s)_______________________________________________ Period ______ Date ___________________

Project Guide - Side Scroller

Overview
In this project, you’ll use what you have learned to make a side scroller, a type of game with backgrounds that move
across the screen from side to side. There’s a sample side scroller in Code Studio.

Sample Game
Play the sample game a few times. You can make your game similar to this one, or change it to fit your preferences.

Things to Keep the Same Things to Change

Nothing The sprite, the obstacles, the thing that gives


points, ill make it more responsive, will be adding
an input

What parts of programming this game are you not sure how to do yet?

______________Nothing really, maybe the sidescrolling

aspect_________________________________________________________________________________________

_____________________________________________________________________________________

______________________________________________________________________________________________

______________________________________________________________________________________________

Sprites
This game has three sprites: the player (frog), the obstacle (mushroom) and the target (fly). Choose what you want to
use for your player, obstacle, and target, and write down where you will find the image.

Sprite Sample Your Choice Image/Animation Source

Player frog Formula car F1 car top view, car overlooking, racing car
png | PNGEgg

Obstacle mushroom Tires/borders Millions of PNG Images, Backgrounds and


Vectors for Free Download | Pngtree

Target fly Gas cans/tires File:Gas can front side animation.png -


Wikimedia Commons
File:F1 tire Pirelli PZero Red.svg -
Wikimedia Commons

Background
What do you want the background to look like? Draw a picture, and describe the shapes you will use to make it.

_______________I probably will just use assets that are


copyright free so I don’t have to make anyhthing
special_____________________________

____________________________________________

____________________________________________

____________________________________________

____________________________________________

____________________________________________

____________________________________________

____________________________________________

Sprite Movements and Interactions


Are there any other things you would like to change about the way the sprites move or interact with each other?

_________________I want to make the car go left and right, if it hits the barrier, game over, if it hits a fuel can, the fuel
life goes down, if the car hits tyres, the tyre life is lengthened by
10____________________________________________________________________________

_____________________________________________________________________________________________

Program your Game


Once your teacher has approved your design, go to Code Studio to create your game.

Check Your Program


Check your program to make sure it has everything it needs.

Reflect

What part of your project are you most proud of? ____________________________________________________

Why? _______________________________________________________________________________________

_____________________________________________________________________________________________

2
If you had more time, what improvement would you make to your game?

_____________________________________________________________________________________________

_____________________________________________________________________________________________

You might also like