borrillis / Shooter

A Starter Kit for Windows, and Windows Phone using Construct 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Shooter ##Date: 04/10/2013 ##Version: v1.0.0 ##Author(s): Michael Cummings ##URL: http://michaelcummings.net/wingamekit_shooter


###Description A Starter Kit for Windows, and Windows Phone using Construct 2 from Scirra

alt text

Shooter is a simple shooter app template, it is a side scroller with the enemies appearing from the right and attacking the player on the left. The player can move and shoot down the enemies to gain score. Health is lost for each enemy not destroyed and for each collision with an enemy. The game ends when the player runs out of lives.

###Features

  • Splash Screen
  • Movement
  • Parallax Background
  • Enemy Spawn
  • Health / Lives

###Requirements

  • Constuct 2 from Scirra
  • Windows 8 or later
  • Visual Studio 2012 or later
  • Windows Phone 8 Developer Tools ( for Windows Phone Games )

###Setup To modify the game open the .capx file in Construct 2, and load the 'CustomizeGameHere' Event Sheet. Inside the Event Sheet you can modify the following configuration values :

  • HEALTH_LOST_PER_COLLISION_WITH_ENEMY : The Number of Health Points lost when Player collides with an Enemy
  • HEALTH_LOST_PER_MISSED_ENEMY : The Number of Health Points lost when Player fails to shoot down an Enemy
  • SCORE_EARNED_PER_ENEMY_SHOT : The number of Score Points gained when Player shoots down an Enemy
  • PlayerMovementSpeed : How fast does the Player move
  • MaxLives : Initial number of Lives player starts with
  • MaxHealth : Initial health for each players ship
  • MaxFireRate : Time delay between player shots

You can also add additional features to the game to differentiate it from others made from this template:

  • Add additional levels
  • Add different enemies
  • Add enemies with different power levels
  • Add Power-Ups for the player

About

A Starter Kit for Windows, and Windows Phone using Construct 2