public static void Main()
Console.WriteLine(" ** ** **** ************ ** ** ");
Console.WriteLine(" ** ** ** ** ** ** ** ");
Console.WriteLine(" ** ** ** ** ** ** ** ");
Console.WriteLine(" #### ########## ## ## ## ====== ");
Console.WriteLine(" ** ** ** ** ** ** ** ||\\\\ || //\\\\ ====== " );
Console.WriteLine(" ** ** ** ** ** ** ** || \\\\ || //==\\\\ || ");
Console.WriteLine(" ** ** ** ** ** ** ** || \\\\|| // \\\\ || ");
string admin = "KATOnatics";
Console.WriteLine(" Welcome To RAISING OF KATO ");
Console.WriteLine("Pls enter your username");
string name = Console.ReadLine();
Console.WriteLine("Oh nice name" + " " + name + " " + "welcome to our game");
Console.WriteLine("Instruction: First you will choose a KATO racer to guess KATO racer will win");
Console.WriteLine(" put bet for that KATO racer that you'll choose.choose multiplier");
Console.WriteLine(" to win and earn prizes");
Console.WriteLine("Are your ready" + " " + name + "? your minimum tokens is 50");
Console.WriteLine("Pls press the Enter button to procced");
Console.WriteLine("Please Choose KATO: 1 - 5");
kato = int.Parse(Console.ReadLine());
while (kato > 6 || kato < 1)
Console.WriteLine("The Number You Input Is not Valid Please Try Again");
kato = int.Parse(Console.ReadLine());
Console.WriteLine("Please Input Your Bet: (1 - 10) ");
bet = int.Parse(Console.ReadLine());
while (bet > 10 || bet < 1)
Console.WriteLine("The Number You Input Is not Valid Please Try Again");
bet = int.Parse(Console.ReadLine());
Console.WriteLine("Please Input Your Multiplier: (1 - 5) ");
multiplier = int.Parse(Console.ReadLine());
while (multiplier > 5 || multiplier < 1)
Console.WriteLine("The Number You Input Is not Valid Please Try Again");
multiplier = int.Parse(Console.ReadLine());
int combination = (bet * multiplier);
int formula = (kato * multiplier) + bet % 2;
if (formula >= 6 && formula <= 7)
else if (formula >= 8 && formula <= 9)
else if (formula >= 10 && formula <= 11)
else if (formula >= 12 && formula <= 13)
else if (formula >= 14 && formula <= 15)
else if (formula >= 16 && formula <= 17)
else if (formula >= 18 && formula <= 19)
else if (formula >= 20 && formula <= 21)
else if (formula >= 22 && formula <= 23)
else if (formula >= 24 && formula <= 50)
Console.WriteLine("They're driving beyond their limits!");
Console.WriteLine("Kato 3 is amazingly surprassing the others!");
Console.Write("He consistently pushes too hard there!");
Console.WriteLine("Kato 2 is ahead, folks ");
Console.WriteLine("The fifth racer regaining the lead? Oboy!");
Console.WriteLine("They're driving beyond their limits!");
Console.WriteLine("Kato 1 looks impressive!");
Console.Write("Kato 1 really should take that corner easy.");
Console.WriteLine("Kato 3 is harassing, Kato 2!");
Console.WriteLine("kato 2 having a poor race");
Console.WriteLine("Kato 5 doing poorly, Todd.");
Console.WriteLine("Kato 3 looking distracted.");
Console.Write("Kato 1 looks impressive!");
Console.WriteLine("He's just crowned for a third time - will the win come soon?");
Console.WriteLine("audience cheering Kato 2 in three times - is it a win on its way?");
Console.WriteLine("Kato 3 playing safe today, Al!");
Console.WriteLine("Kato 5 concentrating hard, taking few risks!");
Console.Write("Kato 5 looks impressive!");
Console.WriteLine("Kato 2 shooting off all over the place!");
Console.WriteLine("Kato 2 looking explosive!");
Console.WriteLine("expressive move by kato 2");
Console.WriteLine("Kato 4 concentrating hard, taking few risks!");
Console.Write("Great racing from Kato 3");
Console.WriteLine("Kato 1 is consistently pushes too hard there!");
Console.WriteLine("Kato 3 really should take that corner easy.");
Console.WriteLine("The Winner is " + formula + " !!!");
Console.WriteLine("You Win");
Console.WriteLine("Your Bet is:" + kato);
token = token + combination;
Console.WriteLine("The Amout You Win Is " + combination);
Console.WriteLine("Your Points Are Currently " + token);
Console.WriteLine("You Lose");
Console.WriteLine("Your Bet is:" + kato);
token = token - combination;
Console.WriteLine("The Amout You Lose Is " + combination);
Console.WriteLine("Your Points Are Currently " + token);
Console.Write("Do you want to redeem some prizes?(yes/no)");
response = Console.ReadLine();
for (int prize = 1; prize < 10; prize++)
if (response == "yes" || response == "Yes" || response == "YES")
Console.WriteLine("Please Choose In These Items");
Console.WriteLine("150 tokens = Keychain " + "/n" + "300 tokens = Baller Bands");
Console.WriteLine("450 tokens = Necklace " + "/n" + "600 tokens = Mouse Pad");
Console.WriteLine("750 tokens = 1 sack of Rice " + "/n" + "900 tokens = Cap");
Console.WriteLine("1050 tokens = Earphone " + "/n" + "1200 tokens = Hawk Bag");
Console.WriteLine("1350 tokens = Watch " + "/n" + "1500 tokens tokens = KATOnatic's Shirt");
Console.WriteLine("1650 tokens = Bluetooth Speaker " + "/n" + "1800 tokens = Smartphone");
Console.WriteLine("1950 tokens = Laptop " + "/n" + "2000 tokens = TV");
Console.WriteLine("Exit = To Continue Playing ");
Elekerwim = Console.ReadLine();
for (Natics = 1; Natics < 10; Natics++)
if (Elekerwim == "Keychain" || Elekerwim == "keychain" || Elekerwim == "KEYCHAIN")
{ Console.WriteLine("Congratulation You Earned A KeyChain /n To Claim Your Prize Go To Our Prize Area"); Natics = 10; }
Console.WriteLine("Sorry Insufficient Balance Please Try Again");
Elekerwim = Console.ReadLine();
else if (Elekerwim == "Baller Bands" || Elekerwim == "BALLER BANDS" || Elekerwim == "baller bands" || Elekerwim == "baller" || Elekerwim == "BALLER" || Elekerwim == "Baller")
{ Console.WriteLine("Congratulation You Earned A Baller Band /n To Claim Your Prize Go To Our Prize Area"); Natics = 10; }
Console.WriteLine("Sorry Insufficient Balance Please Try Again");
Elekerwim = Console.ReadLine();
else if (Elekerwim == "Necklace" || Elekerwim == "NECKLACE" || Elekerwim == "necklace")
{ Console.WriteLine("Congratulation You Earned A Neckalace /n To Claim Your Prize Go To Our Prize Area"); Natics = 10; }
Console.WriteLine("Sorry Insufficient Balance Please Try Again");
Elekerwim = Console.ReadLine();
else if (Elekerwim == "Mouse Pad" || Elekerwim == "MOUSE PAD" || Elekerwim == "mouse pad" || Elekerwim == "Mousepad" || Elekerwim == "mousepad" || Elekerwim == "MOUSEPAD")
{ Console.WriteLine("Congratulation You Earned A Neckalace /n To Claim Your Prize Go To Our Prize Area"); Natics = 10; }
Console.WriteLine("Sorry Insufficient Balance Please Try Again");
Elekerwim = Console.ReadLine();
else if (Elekerwim == "Sack of Rice" || Elekerwim == "sack of rice" || Elekerwim == "SACK OF RICE")
{ Console.WriteLine("Congratulation You Earned A Sack Of Rice /n To Claim Your Prize Go To Our Prize Area"); Natics = 10; }
Console.WriteLine("Sorry Insufficient Balance Please Try Again");
Elekerwim = Console.ReadLine();
else if (Elekerwim == "Cap" || Elekerwim == "cap" || Elekerwim == "CAP")
{ Console.WriteLine("Congratulation You Earned A Cap /n To Claim Your Prize Go To Our Prize Area"); Natics = 10; }
Console.WriteLine("Sorry Insufficient Balance Please Try Again");
Elekerwim = Console.ReadLine();
else if (Elekerwim == "Earphone" || Elekerwim == "EARPHONE" || Elekerwim == "earphone")
{ Console.WriteLine("Congratulation You Earned A Earphone /n To Claim Your Prize Go To Our Prize Area"); Natics = 10; }
Console.WriteLine("Sorry Insufficient Balance Please Try Again");
Elekerwim = Console.ReadLine();
else if (Elekerwim == "HAWK BAG" || Elekerwim == "hawk bag" || Elekerwim == "Hawk Bag")
{ Console.WriteLine("Congratulation You Earned A Hawk Bag /n To Claim Your Prize Go To Our Prize Area"); Natics = 10; }
Console.WriteLine("Sorry Insufficient Balance Please Try Again");
Elekerwim = Console.ReadLine();
else if (Elekerwim == "Watch" || Elekerwim == "WATCH" || Elekerwim == "watch")
{ Console.WriteLine("Congratulation You Earned A Watch /n To Claim Your Prize Go To Our Prize Area"); Natics = 10; }
Console.WriteLine("Sorry Insufficient Balance Please Try Again");
Elekerwim = Console.ReadLine();
else if (Elekerwim == "KATOnatic's Shirt" || Elekerwim == "KATONATIC'S SHIRT" || Elekerwim == "katonatic's shirt")
{ Console.WriteLine("Congratulation You Earned A KATOnatic's Shirt /n To Claim Your Prize Go To Our Prize Area"); Natics = 10; }
Console.WriteLine("Sorry Insufficient Balance Please Try Again");
Elekerwim = Console.ReadLine();
else if (Elekerwim == "Bluetooth Speaker" || Elekerwim == "bluetooth speaker" || Elekerwim == "BLUETOOTH SPEAKER")
{ Console.WriteLine("Congratulation You Earned A Bluetooth Speaker /n To Claim Your Prize Go To Our Prize Area"); Natics = 10; }
Console.WriteLine("Sorry Insufficient Balance Please Try Again");
Elekerwim = Console.ReadLine();
else if (Elekerwim == "Smartphone" || Elekerwim == "smartphone" || Elekerwim == "SMARTPHONE")
{ Console.WriteLine("Congratulation You Earned A Smartphone /n To Claim Your Prize Go To Our Prize Area"); Natics = 10; }
Console.WriteLine("Sorry Insufficient Balance Please Try Again");
Elekerwim = Console.ReadLine();
else if (Elekerwim == "Laptop" || Elekerwim == "laptop" || Elekerwim == "LAPTOP")
{ Console.WriteLine("Congratulation You Earned A Laptop " + "/n" + "To Claim Your Prize Go To Our Prize Area"); Natics = 10; }
Console.WriteLine("Sorry Insufficient Balance Please Try Again");
Elekerwim = Console.ReadLine();
else if (Elekerwim == "TV" || Elekerwim == "tv" || Elekerwim == "Tv")
{ Console.WriteLine("Congratulation You Earned A Exclusive TV /n To Claim Your Prize Go To Our Prize Area"); Natics = 10; }
Console.WriteLine("Sorry Insufficient Balance Please Try Again");
Elekerwim = Console.ReadLine();
else if (Elekerwim == "Exit" || Elekerwim == "exit" || Elekerwim == "EXIT")
Console.WriteLine("The Prize You Input Is Invalid Or Incorrect");
Elekerwim = Console.ReadLine();
Console.WriteLine("Do You Want To Keep Playing ?(yes/no)");
string KeepQuit = Console.ReadLine();
for (burt = 1; burt < 10; burt--)
if (KeepQuit == "yes" || KeepQuit == "Yes" || KeepQuit == "YES")
else if (KeepQuit == "no" || KeepQuit == "No" || KeepQuit == "NO")
Console.WriteLine("Thank You For Playing, Please Come Again");
Console.WriteLine("Your Response Is Invalid, Please Try Again");
else if (response == "no" || response == "No" || response == "NO")
Console.WriteLine("Do You Want To Keep Playing?(yes/no)");
string KeepQuit = Console.ReadLine();
for (burt = 1; burt < 10; burt++)
if (KeepQuit == "yes" || KeepQuit == "Yes" || KeepQuit == "YES")
else if (KeepQuit == "no" || KeepQuit == "No" || KeepQuit == "NO")
Console.WriteLine("Thank You For Playing, Please Come Again");
Console.WriteLine("Your Response Is Invalid, Please Try Again");
Console.WriteLine("Please Try Again");
response = Console.ReadLine();
while (token <= 0 && token > -1000)
Console.WriteLine("Your Current Balance is Insufficient Please Top Up");
Console.WriteLine("KATO = Top Up");
Console.WriteLine("BURIS = quit the game");
TopUp = Console.ReadLine();
if (TopUp == "BURIS" || TopUp == "Buris" || TopUp == "buris" )
if (TopUp == "KATO" || TopUp == "Kato" || TopUp == "kato")
Console.WriteLine("Please Contact The Administrator: ");
Console.WriteLine("Please Input The ADMIN's Password");
inputadmin = Console.ReadLine();
Console.Write("Please Input The Points: ");
desired = int.Parse(Console.ReadLine());
Console.WriteLine("Congratulation You Gained " + desired + " Points");