Log In  
Follow
GamingWithAlf
[ :: Read More :: ]

I tried using flip() but it was a very small delay. I dont want to use time() because doing it that way is very complicated. Is there any other way to make a pause.

\132 is the scattered dot emoji. \129 is the checkerboard emoji. \128 is the horiz rectangle emoji.\146 is the star emoji. I want a pause between every cycle of the for loop

this is my code:

for i=1,4 do
 if (i==1) then
  print("\132\132\132 \132\132\132",36,63,7)
 end
 if (i==2) then
  print("\129\129\129 \129\129\129",36,63,7)
 end
 if (i==3) then
  print("\128\128\128 \128\128\128",36,63,7)
 end
 if (i==4) then
  print("\146game over\146",36,63,7)
 end
end
P#138283 2023-12-05 16:57

[ :: Read More :: ]

Cart #mypacman-0 | 2023-01-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3


this is my pacman game i made from scratch!

p.s. does anyone know how to make an if e.g.=another e.g. then its not working for me:(

P#125033 2023-01-30 19:16

Follow Lexaloffle:          
Generated 2024-04-19 22:33:04 | 0.071s | Q:10