PUBG Mobile Maker Tencent Says Will Engage With Indian Authorities to Ensure Continued Availability of Apps

Chinese gaming and social media group Tencent said on Thursday it takes the protection of user privacy and data seriously, in response to India’s banning of Chinese apps. The company said it would engage with Indian authorities to ensure the continued availability of its apps in India. India has banned another 118 mostly Chinese mobile … Read more

FAU-G an Indian Alternative to PUBG

AU-G is a made-in-India PUBG Mobile alternative that is being published by Bengaluru-based nCore games, and Indian game industry veteran Vishal Gondal and actor Akshay Kumar have also taken to Twitter to promote FAU-G. FAU-G is short for Fearless and United-Guards, and tweets promoting the game say it will donate 20 percent of its revenue … Read more

PUBG Mobile Removed From App Store. Google Play in India,

PUBG is no longer available on Google Play and App Store, days after it was banned alongside 117 Chinese-origin apps. At the time of writing, the game — be it PUBG Mobile or PUBG Mobile Lite — continue to work for those who already have it downloaded. Gadgets 360 has reached out to Tencent for … Read more

Chess Game program in C language

Chess Game program in C language

Chess Game program in C language   #include<stdio.h> #include<conio.h> #include<graphics.h> void blk(int,int); void display(); //enum bool{TRUE,FALSE}; /*void main() //MAIN FUNCTION { display(); getch(); } */ void display() //DISPLAY TO SHOW THE BOARD { int gd=DETECT,gm,i,j,l,m,b; char pattern[]={0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF}; int arrodd[32][2]={ {0,0},{100,0},{200,0},{300,0},{50,50},{150,50} ,{250,50},{350,50},{0,100},{100,100},{200,100},{300,100} ,{50,150},{150,150},{250,150},{350,150},{0,200},{100,200} ,{200,200},{300,200},{50,250},{150,250},{250,250},{350,250}, {0,300},{100,300},{200,300},{300,300},{50,350},{150,350}, {250,350},{350,350} }; int arrevn[33][2]={{50,0},{150,0},{250,0},{350,0},{0,50},{100,50},{200,50}, {300,50},{50,100},{150,100},{250,100},{350,100},{0,150}, {100,150},{200,150},{300,150},{50,200},{150,200},{250,200}, {350,200},{0,250},{100,250},{200,250},{300,250},{50,300}, {150,300},{250,300},{350,300},{0,350},{100,350},{200,350}, {300,350}}; clrscr(); initgraph(&gd,&gm,””); … Read more

pokemon download game

pokemon go

Pokemon Go download game Pokémon GO just introduced a new research feature that encourages Trainers to explore the world by completing a variety of objectives with the opportunity to earn helpful rewards and discover powerful Pokémon. There is actually a collection of Pokemon games on mobile now. It was a long time coming because Pokemon … Read more

C program for Snake game

C Programming Tutorial

Snake Game is mini project  in a C language. It is console application without graphic library that’s why it is more interesting. This game is perfect without any error and better user interface. It is complied in code block using c language. Here goes a source code you can copy and compiled it in code block. … Read more