4A Engine – Game Engine written in C++
4A-Engine is one of the complete game development platforms. The programming language used for the...
Read More4A-Engine is one of the complete game development platforms. The programming language used for the...
Read MoreA game engine is a dedicated software or an architecture, or program that developers use for creating games. It provides developers with a way of adding physics, rendering, AI and other components, libraries and tools without programming them. They do require advanced programming experience and at the same time highly customizable. Game engines also provide limitless possibilities to develop the game.
Read MorePosted by M. Saqib | Oct 10, 2008 | C Programming Source Code |
This C program is a simple console-based implementation of a number-shuffling game. The game presents a grid of numbers, and the objective is to rearrange them in ascending order. The player can move the numbers by pressing the corresponding number keys, and the game tracks the number of moves taken to complete the puzzle.
Read MorePosted by M. Saqib | Oct 10, 2008 | C Programming Source Code |
This is a console version of Tic Tac Toe computer game written in c programming language. The game runs in text mode of command prompt and users can play the game in text mode. The game has many options to choose from, like playing with computer, friend. While playing with computer use can select either novice mode or advance mode.
Read MorePosted by M. Saqib | Oct 7, 2008 | Microsoft Direct-X Programming |
Over here I’ll shove in some basics, like coordinate systems, world and object coordinate systems, etc. For now I’ll assume you’re at least a little familiar with 3D programming. Blah blah blah, differences between immediate and retained mode, etc etc.
Read MorePosted by M. Saqib | Oct 6, 2008 | Microsoft Direct-X Programming |
This is a very simple DirectDraw sample using Microsoft DirectX under Visual C++.
Read MorePosted by M. Saqib | Oct 5, 2008 | Microsoft Direct-X Programming |
Screen modes come in several flavours, based on how many bits are used to store the color of each pixel on the screen. Naturally, the more bits you use per pixel, the more colours you can display at once; but there is more data to move into graphics memory to update the screen.
Read MorePosted by M. Saqib | Oct 4, 2008 | Microsoft Direct-X Programming |
One of the main purposes of DirectX is to provide a standard way of accessing many different proprietary hardware devices. DirectX is comprised of application programming interfaces (APIs) that are grouped into two classes: The DirectX Foundation layer and The DirectX Media layer. These APIs enable programs to directly access many of your computer”s hardware devices.
Read More