Click here to Skip to main content
15,881,559 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 826.4K   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.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

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