Click here to Skip to main content
15,917,177 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: How To Create This Game Pin
Rage21-Mar-14 6:53
professionalRage21-Mar-14 6:53 
GeneralRe: How To Create This Game Pin
harold aptroot21-Mar-14 6:55
harold aptroot21-Mar-14 6:55 
GeneralRe: How To Create This Game Pin
Rage21-Mar-14 7:03
professionalRage21-Mar-14 7:03 
GeneralRe: How To Create This Game Pin
harold aptroot21-Mar-14 7:07
harold aptroot21-Mar-14 7:07 
GeneralRe: How To Create This Game Pin
BobJanova21-Mar-14 7:10
BobJanova21-Mar-14 7:10 
GeneralRe: How To Create This Game Pin
Rage21-Mar-14 7:16
professionalRage21-Mar-14 7:16 
GeneralRe: How To Create This Game Pin
harold aptroot21-Mar-14 7:23
harold aptroot21-Mar-14 7:23 
GeneralRe: How To Create This Game Pin
Rage21-Mar-14 6:52
professionalRage21-Mar-14 6:52 
Two steps:

1. First create the logic with only basic graphics (or even console mode)
2. Integrate the UI

If you can go through 1, and still want to finish the game at that point (including the 10,000 problems you have not figured out yet, for instance an AI to play against), then part 2 will be a real pleasure.
For the gaphics part, it depends if it involves solely 2D or 3D (can't see the screenshots, site is blocked here). Everybody can create more or less good sprites, 3D is not that simple. In any ways, DirectX or GL are the ways to go. You'll need to define sprites for moving objects, create a time base to make them move, etc... Creating the graphics itselves are the most time consuming part, I think. Animating is a piece of cake, nowadays.
~RaGE();

I think words like 'destiny' are a way of trying to find order where none exists. - Christian Graus
Entropy isn't what it used to.

GeneralRe: How To Create This Game Pin
GrumbleDuke21-Mar-14 8:11
professionalGrumbleDuke21-Mar-14 8:11 
GeneralRe: How To Create This Game Pin
Kevin Marois21-Mar-14 8:41
professionalKevin Marois21-Mar-14 8:41 
GeneralEragon Pin
Rage21-Mar-14 5:24
professionalRage21-Mar-14 5:24 
GeneralRe: Eragon Pin
Dalek Dave21-Mar-14 5:31
professionalDalek Dave21-Mar-14 5:31 
GeneralRe: Eragon Pin
Rage21-Mar-14 5:34
professionalRage21-Mar-14 5:34 
GeneralRe: Eragon Pin
hairy_hats21-Mar-14 5:36
hairy_hats21-Mar-14 5:36 
GeneralRe: Eragon Pin
Rage21-Mar-14 5:37
professionalRage21-Mar-14 5:37 
GeneralRe: Eragon Pin
Kenneth Haugland21-Mar-14 5:39
mvaKenneth Haugland21-Mar-14 5:39 
GeneralRe: Eragon Pin
V.21-Mar-14 6:03
professionalV.21-Mar-14 6:03 
GeneralRe: Eragon Pin
TheGreatAndPowerfulOz21-Mar-14 8:29
TheGreatAndPowerfulOz21-Mar-14 8:29 
General20 hours Pin
dan!sh 21-Mar-14 5:21
professional dan!sh 21-Mar-14 5:21 
GeneralRe: 20 hours Pin
jeron121-Mar-14 5:38
jeron121-Mar-14 5:38 
JokeRe: 20 hours Pin
dan!sh 21-Mar-14 7:42
professional dan!sh 21-Mar-14 7:42 
GeneralRe: 20 hours Pin
BobJanova21-Mar-14 5:42
BobJanova21-Mar-14 5:42 
GeneralRe: 20 hours Pin
dan!sh 21-Mar-14 7:44
professional dan!sh 21-Mar-14 7:44 
GeneralRe: 20 hours Pin
ZurdoDev21-Mar-14 5:43
professionalZurdoDev21-Mar-14 5:43 
GeneralRe: 20 hours Pin
mikepwilson21-Mar-14 5:51
mikepwilson21-Mar-14 5:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.