Tuesday 6 November 2018

Chess Game in C++. This can be used for 11th,12th and college Projects

CHESS Game In C++

This Program is totally based on chess game 
this also includes virtual chess board  

Source Code:


KBC Game in c Language. This code can be used for 11th , 12th and College Projects


KBC Game in C# Language


Program includes

Loading screen Password screen Otp screen KBC Game Code


Source Code:

#include<conio.h>
#include<stdio.h>
#include<string.h>

Thursday 25 October 2018

Star Pattern in c/c++ programming

Normal And Reverse Star Pattern in C++
*            *
**        **
***    ***
********
source code:


Wednesday 14 February 2018

Mine Sweeper Game in C

Mine Sweeper Game in c

Minesweeper is a single-player puzzle video game. The objective of the game is to clear a rectangular board containing hidden "mines" or bombs without detonating any of them, with help from clues about the number of neighboring mines in each field. The game originates from the 1960s, and has been written for many computing platforms in use today. It has many variations and offshoots.

SOURCE CODE

//Program password =Bhavesh

#include<conio.h>
#include<stdio.h>
#include<stdlib.h>

Saturday 3 February 2018