IPM Lesson 1: Difference between revisions
No edit summary |
No edit summary |
||
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 21: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