Difference between revisions of "IPM Lesson 1"

From Soma-notes
Jump to navigation Jump to search
 
Line 20: Line 20:
* [https://tic.computer/create TIC-80 downloads & in browser]
* [https://tic.computer/create TIC-80 downloads & in browser]
* [https://github.com/nesbox/TIC-80/wiki TIC-80 wiki]
* [https://github.com/nesbox/TIC-80/wiki TIC-80 wiki]
==Cartridges==
* [https://homeostasis.scs.carleton.ca/~soma/ipm/hello2.tic hello2.tic]

Latest revision as of 17:55, 24 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

Cartridges