Click here to Skip to main content
15,886,799 members
Articles / Programming Languages / C

Game Programming in C - For Beginners

Rate me:
Please Sign up or sign in to vote.
4.78/5 (37 votes)
10 Oct 2013CPOL12 min read 827K   14K   63  
A brief introduction to game programming using C/C++.
This article is for anyone who is interested in game programming. I will take you through the basics of game programming. Here we are specifically focusing on the classic DOS games. I cover and give examples for: Determining Initial requirements, Developing an Interface, analyzing different elements of the game design in the program that we're going to make, and developing logic for Gameplay.

Revisions


  

Compare Revision Minor Date Status Editor
14 - publicly available Yes 11-Feb-20 9:18 Available Sean Ewington
Updates in content. Changes: 335
13 No 7-Feb-20 9:52 Available Sean Ewington
Updates in content. Changes: 2309
12 No 10-Oct-13 4:33 Available Sean Ewington
Updates in content. Changes: 25
11 No 26-Feb-13 6:36 Available Smitha Nishant
Updates in content. 317 changes had been made.
10 No 26-Feb-13 6:35 Available Shine Jayakumar
Updates in content. 317 changes had been made.
9 No 26-Feb-13 6:35 Available Shine Jayakumar
Updates in content. 317 changes had been made.
7 No 28-Aug-12 22:20 Pending Shine Jayakumar
Updates in content.
6 No 28-Aug-12 21:08 Composing Shine Jayakumar
Updates in content. 7723 changes had been made.
5 No 28-Aug-12 8:08 Available Smitha Nishant
Updates in content. 53 changes had been made.
4 No 28-Aug-12 7:44 Pending Shine Jayakumar
Updates in content.
3 No 28-Aug-12 7:41 Composing Shine Jayakumar
Updates in content. 74 changes had been made.
2 No 28-Aug-12 7:40 Pending Shine Jayakumar
Updates in content. 703 changes had been made.
1 No 26-Aug-12 12:01 Composing Shine Jayakumar
Initial creation

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Help desk / Support
United States United States
I love programming, learn about new technologies, algorithms, and problems solving using programming. I started off programming with C/C++. Though I learned PHP and web development but still stuck on C. Don't know why but I kinda love it.

Comments and Discussions