Jump to content

Game Creation


Recommended Posts

How do I make a game?

Now, let me explain, so I sound a little less newbish.

I've taken 2 semesters of VB, 2 semesters of C++, a semester of Java, and I've been programming with AutoIt for YEARS. I'm very familiar with command line coding, where it goes step by step, and familiar with simple object oriented programs. However, I have no idea how to even start programming a live interactive game...

Here is what I am thinking of:

All it is is basically a couple of red spheres float around randomly, or perhaps bounce around the window. Wherever you click, you make a little blue sphere. A blue sphere follows (goes towards) the nearest red sphere. Simple as that. However, this would require knowledge of: Adding objects, object "AI" (blue follow red, red bounce around), making the whole game move at a certain speed, etc.

I'm PRETTY sure this can be done in AutoIt, right? I would prefer to use autoit, as I havent used any other programming language in quite some time.

Is this possible with autoit? If so (and even if not), what is the basic structure for designing such a game? Any useful links or information would be appreciated. Thank you!

Link to comment
Share on other sites

if you want to learn how to program game you should learn Dark BASIC its a language to program in 3d , especially to program games. you should go to www.DarkBasicpro.com and get the software its expensive but worth it you can make very neat applications too

Link to comment
Share on other sites

This is getting really off topic for Autoit now....

(What happened to the General Chat area of the Forum anyway??)

Once the Prospeed UDF is published, games should be easy to do in autoit.

Until then, goto http://phrogram.com/ Phrogram Express is free, the 3D Demo is very impressive!

2015 - Still no flying cars, instead blankets with sleeves.

Link to comment
Share on other sites

Just out of experience, let me warn you that it's much better to use an object-oriented language to program a video.

Just plain put: BASIC is 'teh' sux0rz when it comes to video games.

The DarkBASIC horror... :P

[font="Comic Sans MS"]BA-LA[/font]http://ba-la.110mb.comJoin my community, CLICK HEREAlternative links to my site:http://www.ba-la.tkhttp://www.ba-la.co.nrContact me if you would like to help with some of my projects: joeythepirate@gmail.com
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!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...