Jump to content
Banner by ~ Wizard

Coding Advice


marce

Recommended Posts

Want kind of video game?  The are various programs for game design hobbyist out there that have built in compilers that let you modify their base operation with code, which may be a good way to start.  Their are also hobbyist communities out their dedicated to the same.  The only one I am really familiar with is hbgames.org but I am sure their are plenty of others as well.

Link to comment
Share on other sites

I don't mean to discourage you, but you'll probably want to learn how to code first... Game development can be fairly tricky; rewarding, but tricky.

 

But I suppose if you'd like to start somewhere, I'd recommend pygame. It's a library for the language python which lets you build games from scratch. This library isn't efficient in the slightest, but the stuff you learn with it can be applied elsewhere and you can still make fun arcade-style games. Plus, I feel that python is one of the most newbie-friendliest programming languages out there.

 

Perhaps start with that first. Once you learn the ropes and get an understanding of python, start playing with pygame and see what sort of stuff you can make with it. Then perhaps move on to C and C++ and learn sdl. It's more difficult, but far more efficient.

  • Brohoof 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Join the herd!

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...