Sunday, October 18, 2015

"Galactic Arena" using Unity by Nilay Chakraborty

The Game has two versions
  • Single Player
  • Multiplayer
  • Game Description:
    • Single Player
      • Link to Play the game: Galatic Arena SinglePlayer (Not supported in Google Chrome)
      • Single sphere which can be moved by (Up, down, left, right keys).
      • The Sphere can jump by pressing space key
      • There are a set of rotating cubes.
      • A player can collect those cubes using the sphere and the player will be awarded 1 point for each cube.
      • A player if collided to the wall, will be deducted 1 point.
      • A player if falls out of the platform, then the game gets over
      • There is a time limitation of 120 secs or 2 mins
      • A timer displays the time.
      • For last 20 secs, a warning message is displayed as “Time Almost up”
      • There is a start page containing buttons to start the game, check the controls and check the rules.
      • Where the Game is over, winner name is displayed with two buttons for restart and quit.
      • The clicking quit button, will take the control to start page.
    • Multiplayer:
      • Link to Play the game: Galactic Area Multiplayer (Not supported in Google Chrome)
      • Two player shared screen game where each player controls a single sphere. Below mentioned features of the game.
      • One sphere can be moved by (W,A,S,D) and other sphere can be moved by (Up, down, left, right keys).
      • Both sphere can jump using left control and right control key respectively.
      • The jump follows laws of physics.
      • There are a set of rotating cubes.
      • A player can collect those cubes using the sphere and the player will be awarded 1 point for each cube.
      • A player if collided to the wall, will be deducted 1 point.
      • A player if falls out of the platform, then the game gets over and other player wins.
      • If both the sphere collides, then the sphere with lower altitude loses a point.
      • An user defined message is displays the winner of the collision.
      • There is a time limitation of 120 secs or 2 mins
      • A timer displays the time.
      • For last 20 secs, a repeating message gets displayed as “Time Almost up”
      • The scores of two players are displayed separately and which updates in realtime.
      • There is a start page containing buttons to start the game, check the controls and check the rules.
      • Where the Game is over, winner name is displayed with two buttons for restart and quit.
      • The clicking quit button, will take the control to start page.

    No comments:

    Post a Comment