Description


Super Swing

Introduction

This is a two dimensional game side-scroller game called

the “The super swing.” The character‘s name is Link. This is game that

will basically demonstrate some basic laws of physics such as parabolic

motion and gravity. It will also include animation as well as some

artificial intelligence.

Technology

This game will be done on the Windows platform using the C++ programming language.

DirextX will be used for rendering images. The artwork will be done using paint.

Objective

The object of the game is for Link to successfully swing

throughout the stage without falling onto the spikes or without his rope

being burned. He will have the chance to obtain several power-ups along

the way. However, there are some bad items which will make it difficult

for the character to get through.

Gameplay

Link has the ability to jump. He will obtain several powerups

along the way such as invincibility or the ability to fly. These powerups

are not indefinite since they will be on a time limit. He may also get

something that may make it harder for him to complete the stage. He also

has to be careful about some enemies who throw fire at his rope. If his

rope is 100% burned, he will have to start from the beginning of the

level.

Controls

Mouse - to swing

Left arrow key – Left

Right arrow key – Right

Space – Swing

Control – Jump

Alt- Fly (if ability acquired)

Esc – To quit prompt

GUI

When the game starts, the user will be presented with a main menu, in which they

will choose whether they want to quit or start a new game.

Once in the game, the user will have the ability to quit, start new game, pause,

and check controls.

When the game starts, Link will be standing on a platform waiting for an input command

(either by keyboard or mouse). After the user beats the current level, the user will continue onto

the next one until he/she completes the game. The user can also press

escape.. This will give a menu in which they can resume or quit the game.

Artwork

  • Walking Left
  • Walking Right
  • Jumping
  • Swinging
  • Flying
  • Sound, Music

    If there is time