Keterangan Bermain :tekan spasi untuk menembaktekan esc untuk keluarMau Main Klik TIK duluini nih kodenya :Module Module1 Sub Main() Console.Clear() Console.BackgroundColor = 9 Dim i, x, y As Integer For x = 30 To 45 Console.CursorLeft = x Console.CursorTop = 11 Console.Write(" ") System.Threading.Thread.Sleep(100) Next Console.BackgroundColor = 0 Console.Clear() Dim tombol As Integer Do Console.Clear() ...
