Jump to content

How to code a video game...?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
7 replies to this topic

#1
BrooklynBees

BrooklynBees

    Newbie

  • Members
  • Pip
  • 2 posts
I'm making a very very short amateur video game for fun. A friend recommended I use C#.
I'm a total noob to programming, so I need *a lot* of help.
Coding would involve clicking on a portion of the screen and being redirected to a new screen. For example, clicking on uhh a sofa would bring you to a closeup of the sofa.
It would be nice if I could incorporate background music and maybe some other audio files of characters speaking, but I understand if that would be too difficult.
I've made all the game files except ONE [still waiting on my friend to get me her last audio file, but yea I might not even end up using any audio at all], and I've typed up a game layout in notepad.
Help please!

#2
takercena

takercena

    Newbie

  • Members
  • PipPip
  • 14 posts
C# is good because of the IDE.
For newbie, I think go for python.

#3
Chinmoy

Chinmoy

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 392 posts
If you are serious about doing this with codes then use python and use pygame with python. Its pretty good judging ur idea of the game.
I i ever made a game i would use 3d-max. Its fast, easy and perfect for games, and you can start from scratch like i did vdout any formal training.

God is real... unless declared an integer

my blog :: http://techarraz.com/


#4
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
In addition to takercena's post, PyGame for Python is an easy-to-use framework for making games. It has everything you need, from audio- to cdrom management.

#5
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
When you're more confident, you could try the XNA Game Studio. It's really complex, but very powerful.
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#6
Ascension

Ascension

    Learning Programmer

  • Members
  • PipPipPip
  • 42 posts
Whats XNA stand for?

#7
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
According to Microsoft themselves, XNA's Not Acronymed.

#8
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
It's certainly a clever name!
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums