Αναρτήσεις

QuizMaker

// ---TIPS BEFORE COPY PASTE--- //Press cntrl + A to copy everything //Change visual_studio_program_1 at the very top if you are doing it in a diferent project name //Contact me kgiotakos@gmail.com , discord: GostGK_YT#1554 or GostGK_YT#1111 //HERES THE CODE using System; using System.Threading; namespace   Visual_Studio_Program_1 {     class Program     {         static void Main(string[] args)         {         MakeAQuiz();         Console.ReadKey();         }         static void MakeAQuiz()         {         Console.Write("Please input your question: ");         string UserQuestionInput = Console.ReadLine();                  Console.Write("Please input the first answer: ");         string UserAnswer1Input = Console.ReadLine();         Console.Write("Please input the second answer: ");         string UserAnswer2Input = Console.ReadLine();         Console.Write("Which of 1 and 2 is the correct answer?(Reply with a 1 or 2: ");         int UserCor

Unity Announcement

 Hello people,recently i finished my recreation of flappy bird(in 2d)(for android) and i also learned how to make 2d games!Unfortunately theres not going to be a download link,for creators copyright.But,i am doing this announcement to tell you that from now on i will start making more 2d games and publishing them.The problem was that i made it in an old version,which the android build system is cracked. Solutions: I converted my project by going to the latest version of Unity,and then just opening the project. I also had a problem with sdk and jdk,you just have to have installed these modules: android build support sdk/jdk. Thanks for your time,GostGK.

GostGK Coding Bundle 2020.1!

 Hello!This is a Bundle made by GostGK which contains a variety of things.It contains his programs,unity games or even useful programs!There is ofcourse more in the bundle which we can't say all here,so you can simply follow file by file to find your needs!This is useful for game developers or even people which just want GostGK's games and console games programs! To download it,copy and paste this link to your local broswer and download from my google Drive!I hope you find this package helpful even if you are not a game developer!Thanks for your support.GostGK. GOOGLE DRIVE DOWNLOAD LINK: https://drive.google.com/file/d/1d6S0ZnGkwXi5OE0F4DnbTpn8a8yo5uFt/view?usp=sharing

Math Problems!

//HERES SOME TIPS BEFORE COPY AND PASTE: //Pres cntrl and A to copy everything //Because i run the program with namespace my awesome program, you will have to watch  //Brackeys 1st c# tutorial and download visual studio code to do it.If you run it on an online compiler, you //will have to make changes in  //The namespace. //If you have a bad computer(that runs from 15 fps and below) you will have to delete some //MathProblem(); //Give credit if video //You can make changes to the code //Message me via email (kgiotakos@gmail.com) if you find any problems //HERES THE CODE: using System; namespace My_Awesome_Program {     class Program     {         static void Main(string[] args)         {               Console.Title = "Math Problems";             Console.WindowHeight = 40;             Console.ForegroundColor = ConsoleColor.Cyan;             Console.WriteLine("This Game Was Created by GostGK!");             Console.WriteLine("Check GostGK: Instagram/TikTok: @gost

CUBETHON 1.0

 CUBETHON GAME! AVAILABLE VERSIONS: Windows 10, 32 bit/64 bit NOTE: If you have antivirus,you might face that it has a virus or the antivirus program is trying to scan the file,please ignore it and click allow if theres a button to allow the program to be downloaded or just click close antivirus.If you still face problemas,contact me via email (kgiotakos@gmail.com) NAME: CUBETHON  VERSION: 1.0 PUBLISHER: GostGK COMPANY NAME: GostGK WEBSITE: gostgkcoding.blogspot.com EMAIL: kgiotakos@gmail.com HERES THE DOWNLOAD LINK (you will have to follow the download instructions to downlaod CUBETHON) TO DOWNLOAD INSTALLER,JUST COPY PASTE THE URL TO A BRROWSER AND DOWNLOAD IT FROM THERE. ------------------------------------------------------------------------------------- https://drive.google.com/file/d/1GNRePUrBoLRv90yDqYGpBGpIUWLefuVD/view?usp=sharing NOTE: Currently,cubethon can't be downloaded because of googles policy. To download it,go download the whole GostGK Bundle 2020.1 and download i

Find You Pc

 //HERES SOME TIPS BEFORE COPY AND PASTE: //Press cntrl and A to copy everything //Check Brackeys c# 1st tutorial and download visual studio code for this //to work.Or else,you will have to change the code at NameSpace //Give credit in case of video(GostGK) //HERES THE CODE: //-------------------------------------------- using System; namespace My_Awesome_Program {     class Program     {         static void Main(string[] args)         {           int PcParts1 = 0;                  Console.WriteLine("Welcome to Pc Builder!");         Console.WriteLine("Please write how much will your pc cost: ");         int UserBudget = Convert.ToInt32(Console.ReadLine());         if (UserBudget <= 250)         {             PcParts1 = PcParts1 + 1;         }         else if (UserBudget <= 350 && UserBudget > 250)         {             PcParts1 = PcParts1 + 2;         }         else if (UserBudget <= 750 && UserBudget > 350)         {             PcPa

Random Number Generator(Max 20)

 //HERES SOME TIPS BEFORE COPY AND PASTE: //Press cntrl and A to copy everything. //The numbers that are generated are Between 1 and 100. //Check Brackeys c# 1st tutorial to Download visual studio code for this to work,else you will have to //Make some changes to the NameSpace. //Give credits in case of Video(GostGK). //You are Free to edit and do changes to my code. //If you find any problems,please contact me via email (kgiotakos@gmail.com) //HERES THE CODE: //------------------------------------------------ using System; namespace My_Awesome_Program {     class Program     {         static void Main(string[] args)         {           Console.Title = "Number Generator";         Console.ForegroundColor = ConsoleColor.Blue;         Console.WindowHeight = 40;         Console.WriteLine("Created By GostGK.CheckGostGK:");         Console.WriteLine("Instagram: @gostgkyt TikTok: @fortnitelegitgiveaways");         Console.WriteLine("This is a Number Generato