Jump to content
xisto Community
demonatashadow

Gaming Company

Recommended Posts

Don't expect to be making commercial games anytime soon. Game programming is not an endeavor for rookies. It is perhaps the most difficult and technically complex area of programming. I worked for a company that had a team of a dozen programmers working for a year to develop online poker software, and they failed and abandoned the project. I don't mean to discourage you, you can start simple, making practice games, until you develop enough skill for commercially viable products.Most online games are written eith in C++ or Java. C++ is the faster language and does not require any addons as does java. The advantage to Java is that game can run in the customer's browser without requiring a software download.Both C++ and Java are heavily Object Oriented or OOP languages. Your first step in learning game programming should be to learn how the OOP framework is used. A good place to start would be to browse the programming forums on this site.

Share this post


Link to post
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!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.