Difference between revisions of "IPM Lesson 1"

From Soma-notes
Jump to navigation Jump to search
(Created page with "==Getting Started== * Assumed background * TIC-80 ==Hello World==")
 
Line 1: Line 1:
==Getting Started==
==Learning Outcomes==


* Assumed background
* Basic operation of TIC-80
* TIC-80
* I/O:
** Printing text to the screen
** Basic sprite editing and drawing
** Color palettes
** Cursor key input
* Lua
** comments
** functions
** conditionals (if)
** assignment
* Math
** Coordinates
** Lines


==Hello World==
==Resources==
 
* [https://tic.computer/create TIC-80 downloads & in browser]
* [https://github.com/nesbox/TIC-80/wiki TIC-80 wiki]

Revision as of 15:39, 23 October 2018

Learning Outcomes

  • Basic operation of TIC-80
  • I/O:
    • Printing text to the screen
    • Basic sprite editing and drawing
    • Color palettes
    • Cursor key input
  • Lua
    • comments
    • functions
    • conditionals (if)
    • assignment
  • Math
    • Coordinates
    • Lines

Resources