GAMES - C Plus Plus Codes
Description C++ Language: This is a simple program which shows animated circles that change colour randomly Source Code #include<stdlib.h> #include<conio.h> #include<graphics.h> #incl ...

Description This is a program for simple 3-D transformation using graphics Source Code #include<iostream.h> #include<dos.h> #include<stdio.h> #include<math.h> #include<conio.h& ...

Description The user has to discover all the letters in a secret keyword. Each letter said that is in the keyword is shown in its rightful location. He/She has the opportunity to fail up to FAILS_ALLOWED times. Source Code <p ...

Description This is a program to implement Bresenham's Ellipse Drawing Algorithm. Source Code #include<iostream.h> #include<graphics.h> #include<conio.h> #include<math.h> #include ...

Description Briefing: In this game, the user and the computer choose each one an option between stone, scissors and paper. Stone wins over scissors, scissors over paper and paper over stone: Stone -> Scissors -> Paper -> Stone... The firs ...



