Search Unity

How to get started on creating an 80s action adventure game like Police Quest or King's Quest?

Discussion in 'Getting Started' started by glchan79, Feb 23, 2023.

  1. glchan79

    glchan79

    Joined:
    Feb 23, 2023
    Posts:
    1
    I've taken the beginner's Unity Pathway courses. I'm interested in developing an 80s Sierra game like Police Quest 1 or King's Quest 1. The ones with basic EGA/VGA graphs and you have to type in your command like "pick up book". I used to be a software engineer but never done any game development.

    Any recommendations on best way to get started? Any good Unity courses to take? Any good project templates to use as starting point? Any pointers will be much appreciated.
     
  2. AngryProgrammer

    AngryProgrammer

    Joined:
    Jun 4, 2019
    Posts:
    490
    After completing the Junior Programmer Pathway on Unity, you should know everything. Honestly, the titles you mentioned are not particularly hard to implement.
    1. You need basic knowledge of UI components to make a command console and windows pop ups.
    2. You need an interpreter method for strings. At least in the basic scope, because the commands will be limited to certain assumptions and scenery. At this stage, you haven't thought about the game's scenario yet.
    3. After all, that's where your job ends. The rest is making graphics, a primitive script of character movement if the conditions are met (You will learn Translate in the first lesson). You will need also some knowladge about Colliders so you're character don't pass through walls, cars and other obstacles.
    4. The above can be done at the beginning using simple primitive shapes as Sprites (and how to layer them). Once you've done the basic mechanics, you'll take care of the graphics and animations.
    Basic 2D concepts in Unity you will find below.
    https://docs.unity3d.com/Manual/Unity2D.html
     
    glchan79 likes this.
  3. RichAllen2023

    RichAllen2023

    Joined:
    Jul 19, 2016
    Posts:
    1,026
    You can create almost anything in Unity, the only limits are your imagination and of course, your own design/programming skills.
     
  4. mgear

    mgear

    Joined:
    Aug 3, 2010
    Posts:
    9,438
  5. AcidArrow

    AcidArrow

    Joined:
    May 20, 2010
    Posts:
    11,791
    If you want it to also look retro, you might as well use something like AGS.