Step 01-02

Learning Outcome


At the end of this lesson, you will be able to:

  • actually port over their project to whatever platform they plan to release to

Review

  • null

Lesson

  • so you have picked your language of development, now lets start

    • where do we always start, the "Hello, World!" program

Activity

  • null

Daily Assignment

  • get your development environment up and running (your IDE)

  • create the static (ie it does nothing but just place the words "Hello, World!" on the screen) program in your language

    • then ensure you can actually port it over and have it running on your platform of choice

    • this may seem really low level at this point BUT is you can not actually port it over to your device, it does not matter what you create!

  • place a screenshot and the code on document

  • once you have it working, find your repo here, fork it, clone it and do it all over again in the new repo

    • NOTE: you will need to add your own .gitignore, since I do ot know what you will need