Skip to content
/ Schmup Public

A very simple implementation of a Shoot 'em up with Unity3D.

Notifications You must be signed in to change notification settings

Tichau/Schmup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shoot them Up!

This project is a partial implementation of a shoot them up game used for academic purpose. It uses Unity Engine and show an example of how to implement game mechanics using Vanilla Unity logic.

Screenshot of the game

The repository contains three versions of the project:

  • tp-factory: The project instantiate each elements one by one. This is the starter project to try implementing instance recycling using the factory design pattern.

  • ty-datadriven: The project contains an implementation of the instance recycling but enemy are randomly generated. This is the starter project to try implementing a data-driven level design system.

  • main: The main branch contains the full project with a solution to both exercises.

Controls

Use the arrow keys to control the space ship, hit space to fire and tabulation to change the bullet type.

Tools to display debug informations are available when hitting F1.

About

A very simple implementation of a Shoot 'em up with Unity3D.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages