Giter Site home page Giter Site logo

spaceshooter's Introduction

SpaceShooter

Unity tutorial and extension work

##Goals:

  • Levels -

    • DONE 17/04 More enemies based on level
    • Faster enemies.
    • DONE 09/02 Level text "Level 1" "Level 1 Complete!"
    • DONE 05/02 Enemies take more hits to kill (prereq to bosses).
    • DONE 17/04 Have enemy hits controlled by game controller
    • Make seperate levels. Consider procedural, else fill spawn arrays manually.
    • DONE 17/04 Boss basic (specific enemy. Lots of hits to kill)
    • Boss that looks like boss (start with enlarged enemy. Look for asset?). Include different level text.
    • Background - pan out. expand Boundary. Will work well to diminish weapon upgrade benefit and later levels.
  • Enemies -

    • Firerate - change firerate to random range or make relateable to level (level fire rate).
    • DONE 22/01 Make a new enemy with a new asset (good for refresh of tutorial).
  • Weapon upgrade

    • Laser colour.
    • DONE 22/01 Splits 1/2 side-by-side/3 split/3 split + 2sbs, 5 split, 5split + 2sbs
    • DONE 29/01 Weapon upgrade based on number of enemies killed/score (simple)
    • Weapon upgrade based on collecting floating upgrade pickup item.
  • Effects

    • Background - faster for boss or between levels. "warp in" effect.

##Techdebt:

  • Fix rotation issue with tilt and shotspawns (without the hack resetting it
transform.rotation = Quaternion.Euler(transform.rotation.x, master.transform.rotation.y, transform.rotation.x);
Instantiate(shot, new Vector3(shotSpawn.position.x, 0.0f, shotSpawn.position.z), new Quaternion(shotSpawn.transform.eulerAngles.x, 0.0f, shotSpawn.transform.eulerAngles.z));
  • DONE 29/01 Obsolete Level load call warning to be fixed.

spaceshooter's People

Contributors

ryszard1989 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.