• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Getting started in game programming

pkananen

Senior member
As a computer science major, I have a fair bit of experience in C++ and Java. For a fun summer project, I want to program a game. Doing mostly console applications so far, I'm not quite sure where to start. I checked out some books at the store, but they aren't quite what I am looking for.

Anyone have some resources for programming games in c++ or java, assuming previous knowledge of the langauages?
 
Vising http://www.gamedev.net

You should also decide:
(1) Which OS you will be targetting. Windows has far more options than *nix (API's, sample code etc.)
(2) C++ or JAVA? I recommend C++
(3) 2D or 3D game? Ever dealt with 3D math (vectors etc.)?
 
Back
Top