Imports System.Threading.Thread
BackgroundColor() = ConsoleColor.Black
ForegroundColor() = ConsoleColor.Yellow
WriteLine(" _____ _ _____ _
| | | |__ ___ \ `--. _ _ __ ___ _ __ ___ ___ _ __ ___
| | | | | | __/ /\__/ / | | | | | | |_) \__ \ (_) | | | \__ \
\_/ |_| |_|\___| \____/|_|_| |_| |_| .__/|___/\___/|_| |_|___/
Dim intro As String = "This Is a Zombie Apocalypse game." & vbCrLf & "It was made by Dinindu, Vivan And Rahul" & vbCrLf &
"The objective of the game Is to survive 100 turns" & vbCrLf & "Each turn you roll two six-sided dice, you can get either, food, ammo, Or a zombie attack" & vbCrLf &
"You start with the base Simpson's Family: Homer, Marge, Bart, Lisa, Maggie, and Santa's little helper"
Dim charArray() As Char = intro.ToCharArray
For x = 0 To (intro.Length() - 1)
writeline("Round number: 0")
writeline("You roll the dice... 4")