Skip to content

Group project utilizing the various allegro libraries to immitate a standard sideScrolling 2 dimensional game within the user's interface.

Notifications You must be signed in to change notification settings

joshtym/SideScrollerProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scroller

Dependencies

Allegro 5 libray

Install using: sudo apt-get install liballegro5

Available Platforms

Currently only compiles on linux. Probably would be easy to make it compile on OSX or Windows

Description

Simple little game that allows the player to control an animated 2 dimensional character. The game has a constantly moving camera, which will speed up the longer the player plays. The goal is to survive as long possible, avoiding deadly objects and avoiding getting squished between] the edge of the screen and an object. Note, that a current experimental feature we have is "running off the cliff" at the far right of the map. So if you go to far to the right, you're toast.

Controls

Simple controls are as follows

  • WASD is to control the movement of your character
  • Space is to jump at any time.

Execute

To execute this script, all you need to do is type is "./executeScript" This will clean the current compliation and make a new one as well as link the profiler to be compatible with allegro as well as run the program

Notes

Note that this has been purely built on Ubuntu and will not be compatible with windows. If running it from the school computers, I've added a makefileAtSchool file into the src that allows for running at school

About

Group project utilizing the various allegro libraries to immitate a standard sideScrolling 2 dimensional game within the user's interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published