Would I be able to make a game? [Got Visual C# 2005] |
Author: |
Message: |
DJeX
Veteran Member
Posts: 1138 Reputation: 11
– / / –
Joined: Jul 2003
|
RE: Would I be able to make a game?
Use Visual Basic (VB)
|
|
07-06-2005 05:41 PM |
|
|
M73A
Veteran Member
Posts: 3213 Reputation: 37
34 / /
Joined: Jul 2004
|
RE: Would I be able to make a game?
what about making it in flash? lol
its possible to do what you are suggesting with it.... its got something similar in one of the 'test' templates (macromedia Flash)
|
|
07-06-2005 05:44 PM |
|
|
dotNorma
Veteran Member
Posts: 1745 Reputation: 17
33 / / –
Joined: May 2003
|
RE: Would I be able to make a game?
That would be extremely easy using VB.
But since you know absolutely nothing about it at all...It could be a hard. But beleive me, go with VB.
|
|
07-06-2005 09:41 PM |
|
|
zach
Senior Member
Posts: 556 Reputation: 18
33 / /
Joined: Jan 2005
Status: Away
|
O.P. RE: Would I be able to make a game?
I am downloading VB now... it's taking hours. Does it also have something to make graphics? I will try and use Photoshop at school because I don't have it anymore
|
|
07-07-2005 07:28 AM |
|
|
CookieRevised
Elite Member
Posts: 15517 Reputation: 173
– / /
Joined: Jul 2003
Status: Away
|
RE: Would I be able to make a game?
- VB isn't a free tool.
- VB is programming language, not a graphics editor
- You will need a lot of learning! And I suggest you start with some much easier very small projects before attempting to pull this "game" off (eg: make some form where pressing a button shows some text on the form, etc...).
Although this "game" is extremely easy to make (for people who know programming), you still need knowledge of several programming concepts and other stuff. Stuff which many people take for granted, but is actually knowledge and stuff you need to learn too, making this project not so easy for a 'first timer'.
eg: arrays(!), random numbers, windows forms and dialogs, fonts, etc... and since this will be a foreign language specific application you also need to know a bit about Unicode and how it is implemented in VB (or whatever programming language you choose) if you choose to use fonts to represent the characters. If you choose to use graphics to represent the characters, you need to learn also a bit about graphic handling and use of resources.
This post was edited on 07-07-2005 at 09:59 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
|
|
07-07-2005 09:56 AM |
|
|
zach
Senior Member
Posts: 556 Reputation: 18
33 / /
Joined: Jan 2005
Status: Away
|
O.P. RE: RE: Would I be able to make a game?
"VB isn't a free tool" - I realised this once I had downloaded it
"VB is programming language, not a graphics editor" - I thought the basic part meant that it would be a basic programme that I didn't need to code.
I think that I might try with javascript or flash. Can someone tell me really how hard this will be? Where can I learn how to code the javascript?
|
|
07-07-2005 10:30 AM |
|
|
CookieRevised
Elite Member
Posts: 15517 Reputation: 173
– / /
Joined: Jul 2003
Status: Away
|
RE: Would I be able to make a game?
It would be much easier and much quicker in VB then in javascript and/or flash though (from newbie in programming point of view)...
BASIC is actually an abbrivation and stands for: Beginners All purpose Symbolic Instruction Code. (although the initial meaning of "beginners symbolic code" from back in the 80's is long gone and Basic has evolved into a mature professional wide spread and much used language)
This post was edited on 07-07-2005 at 02:09 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
|
|
07-07-2005 02:05 PM |
|
|
dotNorma
Veteran Member
Posts: 1745 Reputation: 17
33 / / –
Joined: May 2003
|
RE: Would I be able to make a game?
Well, if you decide to code in VB then I am happy to assist.
I havent coded in forever.
|
|
07-07-2005 06:40 PM |
|
|
RaceProUK
Elite Member
Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
|
RE: Would I be able to make a game?
quote: Originally posted by CookieRevised
initial meaning of "beginners symbolic code" from back in the 80's is long gone
Which is probably why some dialects of BASIC don't capitalise the word, instead focussing on the fact the language is 'Basic' in it's structure, exotic datatypes, and general syntax.
Edit: Just realised this is a bit off-topic. Admins, feel free to split this
This post was edited on 07-08-2005 at 02:09 PM by RaceProUK.
|
|
07-07-2005 07:50 PM |
|
|
CookieRevised
Elite Member
Posts: 15517 Reputation: 173
– / /
Joined: Jul 2003
Status: Away
|
RE: Would I be able to make a game?
[OFF TOPIC]
quote: Originally posted by raceprouk
quote: Originally posted by CookieRevised
initial meaning of "beginners symbolic code" from back in the 80's is long gone
Which is probably why some dialects of BASIC don't capitalise the word, instead focussing on the fact the language is 'Basic' in it's structure, exotic datatypes, and general syntax.
Capitalising has nothing to do with this in almost all cases though.My point was also that the Basic language has gone far beyond the "'Basic' in it's structure, exotic datatypes, and general syntax" and has matured into a proper professional complex language.
Btw, it never used "exotic" datatypes. The datatypes used in almost all dialects are normal datatypes you can find in any other language. It wouldn't make much sense to use "exotic" datatypes anyways...
[/OFF TOPIC]
.-= A 'frrrrrrrituurrr' for Wacky =-.
|
|
07-07-2005 10:17 PM |
|
|
Pages: (3):
« First
«
1
[ 2 ]
3
»
Last »
|
|