Skip to content

jose-tello/Rainbow-pinball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rainbow Pinball

Game can be found on the following repository: https://github.com/jose-tello/Rainbow-pinball

Welcome to Rainbow Pinball, an attempt to recreate the first level of Rainbow Pinball by two students of CITM, Terrassa, Spain.

Link to original game

https://b10b.com/rainbowstarpinball/

Credits

Platformer game made by 2 students at CITM, Terrassa, Spain:

José Luís Redondo Tello: https://github.com/jose-tello
Adriá Serrano López: https://github.com/adriaserrano97

Installation

Currently there is no installation required, just open the .exe provided in the download file

Usage

General Controls :

ESC: Close the game
8: maintain pressed to lower music volumne 
    9: maintain pressed to up music volumne 

Debug Controls:

F1 Switch display of box2D information
SPACE: display raycast
1: Reset ball position back to the kicker
4:Lose a life
5: Gain a life
7: Stop the ball 
Left mouse button: manually drag the ball while in F1 state

Player Controls:

    Left keyboard arrow: Activate all left bumpers
    Right keyboard arrow: Activate all right bumpers
Down keyboard arrow: Charge the kicker. Release to activate.

Differences with the original

1: we only made the first track. The lanes on the right are blocked and will not bring the player to alternative tracks
2: due to copyright issues, game does not feature original music and sounds 
3: camera does not zoom in and out depending of ball movement

License

SDL license:
Simple DirectMedia Layer
Copyright (C) 1997-2016 Sam Lantinga slouken@libsdl.org
SDL_image: An example image loading library for use with SDL
Copyright (C) 1997-2013 Sam Lantinga slouken@libsdl.org
SDL_mixer: An audio mixer library based on the SDL library
Copyright (C) 1997-2013 Sam Lantinga slouken@libsdl.org

This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.

Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:

  1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
  2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
  3. This notice may not be removed or altered from any source distribution.