Welcome to Dream.In.Code
Getting Help is Easy!

Join 105,761 Programmers for FREE! Ask your question and get quick answers from experts. There are 1,748 online right now! We've got more than 500 tutorials and 2,000 snippets. Join and find out why Dream.In.Code is the #1 programming help community on the internet! Registration is fast and FREE... Join Now!



NEW BOY NEEDS HELP DESPERATELY

2 Pages V  1 2 >  
Reply to this topicStart new topic

NEW BOY NEEDS HELP DESPERATELY, I NEED HELP !! HA

Jaybezia
post 17 Jun, 2008 - 02:31 AM
Post #1


New D.I.C Head

*
Joined: 17 Jun, 2008
Posts: 6

HEY, I WANT TO MAKE A GAME, AND BASICALLY I DONT KNOW THAT MUCH, I HAVE TRIED READING UP AND IT SEEMS THE MOST POPULAR WAYS OF MAKING A GAME ARE THROUGH EITHER JAVA/FLASH/PYTHON.

WOT 1 IS THE BEST FOR SUM1 WHO IS JUST STARTIN OUT?

ALSO I WILL NOT NEED 3D AS I ONLY WANT TO MAKE AN INTERNET BASED FOOTBALL MANAGER GAME.

ANY HELP WOULD BE WELCOME.

THANKS AGAIN icon_up.gif
User is offlineProfile CardPM

Go to the top of the page


1lacca
post 17 Jun, 2008 - 02:50 AM
Post #2


code.rascal

Group Icon
Joined: 11 Aug, 2005
Posts: 3,666



Thanked 9 times
My Contributions


I'd say just put the whole game idea on hold, and learn some programming and graphics editing just to get the hang of the whole thing.
Once you know the basics of any of the programming languages and algorithm design, then start again thinking about your game, and how to implement it.
Btw, welcome to DIC, and we all hope that you'll enjoy your stay here, but please have a look at the net etiquette, writing in all caps find some people quite rude.
User is offlineProfile CardPM

Go to the top of the page

Jaybezia
post 17 Jun, 2008 - 02:54 AM
Post #3


New D.I.C Head

*
Joined: 17 Jun, 2008
Posts: 6

QUOTE(1lacca @ 17 Jun, 2008 - 02:50 AM) *

I'd say just put the whole game idea on hold, and learn some programming and graphics editing just to get the hang of the whole thing.
Once you know the basics of any of the programming languages and algorithm design, then start again thinking about your game, and how to implement it.
Btw, welcome to DIC, and we all hope that you'll enjoy your stay here, but please have a look at the net etiquette, writing in all caps find some people quite rude.


Sorry, nothing was meant by the capitals haha smile.gif

So where would i be able to get information on learning to program and graphic editing and algorithm design? can u point me in the right direction?

Thanks
User is offlineProfile CardPM

Go to the top of the page

1lacca
post 17 Jun, 2008 - 03:43 AM
Post #4


code.rascal

Group Icon
Joined: 11 Aug, 2005
Posts: 3,666



Thanked 9 times
My Contributions


Right here at DIC smile.gif
We have some tutorials and some pinned topics with resources.
There are some topics with book recommendations. If you only begin to program right now, then maybe buying a good book that teaches algorithm design and not just a language could be the best way to go. Check the recent (and older) topics here, we had several discussions about how to learn programming, and book and online tutorial recommendations.
User is offlineProfile CardPM

Go to the top of the page

Jaybezia
post 17 Jun, 2008 - 03:48 AM
Post #5


New D.I.C Head

*
Joined: 17 Jun, 2008
Posts: 6

QUOTE(1lacca @ 17 Jun, 2008 - 03:43 AM) *

Right here at DIC smile.gif
We have some tutorials and some pinned topics with resources.
There are some topics with book recommendations. If you only begin to program right now, then maybe buying a good book that teaches algorithm design and not just a language could be the best way to go. Check the recent (and older) topics here, we had several discussions about how to learn programming, and book and online tutorial recommendations.



Aww thats great !!

I have been reading about it and if i want to make an internet based function I.E (A football manager game) of a VERY basic level, for example you will see a name and have fixtures and the fixture results will be entered manually, i have been pointed in the direction of PHP and told that JAVA is better but to hard to learn straight off.

If i simply want to make an internet page where other people can register a team, with drop down menus and no real animation is needed.. What would be the best programming language for me?

PHP?
C++? ( Although from what i see, that is NOT internet based?)
JAVA?
VISUAL BASIC?

Thanks smile.gif Your a star !
User is offlineProfile CardPM

Go to the top of the page

.Maleficus.
post 17 Jun, 2008 - 05:07 AM
Post #6


D.I.C Head

**
Joined: 7 Mar, 2008
Posts: 117



Thanked 2 times
My Contributions


For that you might want to look at PHP. Java isn't too hard to learn, and learning the syntax will help you later if you ever want to move the C/C++ (Java is based off of C++). Plus, the syntax is quite similar to PHP, with a few differences. You'll also want to look into a database server. MySQL is the most popular.

You mentioned Python in your first post; that can be used on the internet with mod_python and/or FCGI, and with a framework like Django it can be very easy and fast. Hosting for Django/Python is usually expensive and hard to find though, due to the possible need for root user privileges on the server. I still would recommend learning Python, since it has easy syntax and is very flexible, but for an internet game, PHP and MySQL is probably your best bet.

This post has been edited by .Maleficus.: 17 Jun, 2008 - 05:08 AM
User is offlineProfile CardPM

Go to the top of the page

1lacca
post 17 Jun, 2008 - 05:24 AM
Post #7


code.rascal

Group Icon
Joined: 11 Aug, 2005
Posts: 3,666



Thanked 9 times
My Contributions


Yes, I would also suggest PHP. It is the easiest to integrate into HTML. Also, it is quite easy to setup a developer system at home.
User is offlineProfile CardPM

Go to the top of the page

Jaybezia
post 17 Jun, 2008 - 05:26 AM
Post #8


New D.I.C Head

*
Joined: 17 Jun, 2008
Posts: 6

QUOTE(.Maleficus. @ 17 Jun, 2008 - 05:07 AM) *

For that you might want to look at PHP. Java isn't too hard to learn, and learning the syntax will help you later if you ever want to move the C/C++ (Java is based off of C++). Plus, the syntax is quite similar to PHP, with a few differences. You'll also want to look into a database server. MySQL is the most popular.

You mentioned Python in your first post; that can be used on the internet with mod_python and/or FCGI, and with a framework like Django it can be very easy and fast. Hosting for Django/Python is usually expensive and hard to find though, due to the possible need for root user privileges on the server. I still would recommend learning Python, since it has easy syntax and is very flexible, but for an internet game, PHP and MySQL is probably your best bet.



o Right smile.gif So its not just one program that does it, i need a combination for each aspect, thats cool smile.gif

I was told programming is quite a good thing to get into, i mean is it something that is worth getting into?

I mean well basically if i master it, can i sit at home and earn money from it? lol
User is offlineProfile CardPM

Go to the top of the page

Trogdor
post 17 Jun, 2008 - 05:41 AM
Post #9


D.I.C Regular

Group Icon
Joined: 6 Oct, 2006
Posts: 430



Thanked 1 times

Dream Kudos: 125
My Contributions


Yes you can.
But still it will be work, it will cost time and energy, and you need to get good at it.
Nothing comes for free.

Most guys here are into programming because they like it.
If you just seek a way to earn easy money i suggest you start a second hand car dealership or something like that.
User is offlineProfile CardPM

Go to the top of the page

Jaybezia
post 17 Jun, 2008 - 05:46 AM
Post #10


New D.I.C Head

*
Joined: 17 Jun, 2008
Posts: 6

QUOTE(Trogdor @ 17 Jun, 2008 - 05:41 AM) *

Yes you can.
But still it will be work, it will cost time and energy, and you need to get good at it.
Nothing comes for free.

Most guys here are into programming because they like it.
If you just seek a way to earn easy money i suggest you start a second hand car dealership or something like that.



I didnt mean any disrespect by my comments, I mean i would never undervalue something that means something to someone.

You see, Im 19. Im an accountant, which is all great, but im trying to find another way of getting an income from which i can work at home outside obviously my 9-5 hours during the week, simply for extra money and obviously to learn something new, which i would never pass off the chance.

Everyone says that programming is well worth it, it is apparently quite interesting, i mean the fact that i could help design games !! or at least aid the process is extremly appealing.. Please respond

Also.. i would SUCK at a car salesman lol
User is offlineProfile CardPM

Go to the top of the page

KYA
post 17 Jun, 2008 - 05:46 AM
Post #11


#include <nerd.h>

Group Icon
Joined: 14 Sep, 2007
Posts: 2,432



Thanked 13 times

Dream Kudos: 1150
My Contributions


QUOTE(Trogdor @ 17 Jun, 2008 - 06:41 AM) *

Most guys here are into programming because they like it.
If you just seek a way to earn easy money i suggest you start a second hand car dealership or something like that.


laugh.gif and how true

This post has been edited by KYA: 17 Jun, 2008 - 06:27 AM
User is online!Profile CardPM

Go to the top of the page

Jaybezia
post 17 Jun, 2008 - 06:07 AM
Post #12


New D.I.C Head

*
Joined: 17 Jun, 2008
Posts: 6

[quote name='KYA' date='17 Jun, 2008 - 05:46 AM' post='371213']
[quote name='Trogdor' date='17 Jun, 2008 - 06:41 AM' post='371207'
Most guys here are into programming because they like it.
If you just seek a way to earn easy money i suggest you start a second hand car dealership or something like that.
[/quote]

laugh.gif and how true
[/quote]
I didnt mean any disrespect by my comments, I mean i would never undervalue something that means something to someone.

You see, Im 19. Im an accountant, which is all great, but im trying to find another way of getting an income from which i can work at home outside obviously my 9-5 hours during the week, simply for extra money and obviously to learn something new, which i would never pass off the chance.

Everyone says that programming is well worth it, it is apparently quite interesting, i mean the fact that i could help design games !! or at least aid the process is extremly appealing.. Please respond

Also.. i would SUCK at a car salesman lol

I didnt say i dont enjoy it, i have never done it so couldnt judge
User is offlineProfile CardPM

Go to the top of the page

2 Pages V  1 2 >
Fast ReplyReply to this topicStart new topic
Time is now: 8/21/08 01:28PM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month