6 - Print to the Screen

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 พ.ย. 2024

ความคิดเห็น • 6

  • @goyolap
    @goyolap 2 หลายเดือนก่อน +2

    this tutorials are getting good. Ive started learning lua by myself and though i wasnt learning . But your tutorial helped apply the concepts without the reference. Cant wait for the next one.

  • @DiscoSoup1983
    @DiscoSoup1983 2 หลายเดือนก่อน +1

    Reminds me of my own first code:
    "10 PRINT "WILLY SUCKS"
    20 GOTO 10
    30 RUN"
    Willy, of course, being my long-suffering little brother.

    • @NerdyTeachers
      @NerdyTeachers  2 หลายเดือนก่อน

      @@DiscoSoup1983 lol as a little brother myself, that is extra funny XD

  • @checkerandu422
    @checkerandu422 หลายเดือนก่อน

    Is there a way to make the text bigger?

    • @NerdyTeachers
      @NerdyTeachers  หลายเดือนก่อน +1

      @@checkerandu422 There are special commands you could use while printing: NerdyTeachers.com/PICO-8/Guide/?SPECIAL_COMMANDS
      For tall and wide characters, try:
      print("\^t\^w hello world")

  • @Vospi
    @Vospi หลายเดือนก่อน

    Spoiler, first side quest:
    cls()
    for i=1,15 do
    print (i,i)
    end