Game Development

4A Engine – Game Engine written in C++

4A Engine – Game Engine written in C++

4A-Engine is one of the complete game development platforms. The programming language used for the development of this game engine is C++. It is a…

List of Top 100 Game Engines Written in C/C++

A game engine is a dedicated software or an architecture, or program that developers use for creating games. It provides developers with a way of…

C Program: Number Shuffling Game

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…

C Program – Tic-Tac-Toe Game – Command Line

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…

Direct3D Retained mode sample

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…

DirectX Programming: A Sample for Microsoft DirectDraw

This is a very simple DirectDraw sample using Microsoft DirectX under Visual C++.

Palettes, Gaming Concepts & Double Buffering in DirectX

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…

Direct X and its Components

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…