Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Gun fight - Commodore 64 and Atari how?

Discussion in 'Getting Started' started by Tereith2050, Sep 8, 2015.

  1. Tereith2050

    Tereith2050

    Joined:
    Sep 6, 2015
    Posts:
    78
    How would i go about creating that?
    I'm pretty new to unity but have a slight idea of what i'm doing.. My plan would go as following

    Create a new 2D project.
    Turn background to black
    Make a cube and straighten it out so it looks like a player.
    Make a c# script to tell it to - Shoot - Go up and down - and die
    Dubplicate that (player to the other side of the screen and make it a bot)
    Then create a score for each of them in each corner.
    then start creating the sprites and background.
    Then create the menu.
    Then make a script so if one of the 2 *player or bot dies* it will say (dead) over the player.
    and a new game will start and who ever got the kill get's 1 point. Played to best out of 10.


    Sounds easy enough right?

    I know nada of scripting and that's whats holding me back for this project.

    Any idea of how i would go about creating the game?

    Thanks again :)

    Sincerely - Tereith -
     
  2. hippocoder

    hippocoder

    Digital Ape

    Joined:
    Apr 11, 2010
    Posts:
    29,723
  3. Tereith2050

    Tereith2050

    Joined:
    Sep 6, 2015
    Posts:
    78
    Thanks. I'll take a look at that. :)

    My player / bot is done

     
    JoeStrout likes this.
  4. hippocoder

    hippocoder

    Digital Ape

    Joined:
    Apr 11, 2010
    Posts:
    29,723
    Looks amazing! Once you get going, be sure to make a work in progress thread to keep us all updated.
     
  5. Tereith2050

    Tereith2050

    Joined:
    Sep 6, 2015
    Posts:
    78
    The bot

     
    JoeStrout likes this.
  6. Tereith2050

    Tereith2050

    Joined:
    Sep 6, 2015
    Posts:
    78
    I will sure do. :)

    Now player and the bot is out the way.
    Then comes the scripting etc.
     
  7. james_m_russell

    james_m_russell

    Joined:
    Jun 2, 2015
    Posts:
    25
    the space shooter tutorial has most of what you need to move/shoot/die for your player.

    don't worry that it's in 3D, The scripting will be mostly the same.
     
  8. Tereith2050

    Tereith2050

    Joined:
    Sep 6, 2015
    Posts:
    78
    Thanks will take a look at that. :)