IPM Lesson 1: Difference between revisions
Created page with "==Getting Started== * Assumed background * TIC-80 ==Hello World==" |
No edit summary |
||
Line 1: | Line 1: | ||
== | ==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== | ||
* [https://tic.computer/create TIC-80 downloads & in browser] | |||
* [https://github.com/nesbox/TIC-80/wiki TIC-80 wiki] |
Revision as of 19: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