vForums Support Banner



 

Welcome Guest! Please Login or Register
vForums Support :: Programming & Coding :: Programming Discussion :: Javascript OOP - View Topic (Page 1 of 2)Page: 1 2
Topic Rating: *****
Printable View
Aiken
Full Member
***

[Avatar]

Posts: 333
Status: Offline
Gender: Male
Location: In a very lonely place, the domain of despair
Age: 35
Joined:  
Reputation: 12%  


pmtwitterskypemsnyahooxfire
Javascript OOP (7th Jan 10 at 6:35pm UTC)
JS Games
What would be the best way to use Javascript OOP to make a JS game?

vF forums:
Perfect World RP
BLEACH Universe - Under Construction / Testing Phase
Xen Qarna RP - Stage I
Vyren Entar Battle Network RP - Under Construction / Maintenance Mode Enabled
the Final Anime Hideout
dog199200
Guest
Re: Javascript OOP (7th Jan 10 at 8:01pm UTC)
I wouldn't suggest making a game with JS {Unsure}
Aiken
Full Member
***

[Avatar]

Posts: 333
Status: Offline
Gender: Male
Location: In a very lonely place, the domain of despair
Age: 35
Joined:  
Reputation: 12%  


pmtwitterskypemsnyahooxfire
Re: Javascript OOP (7th Jan 10 at 8:24pm UTC)
Just a simple game

vF forums:
Perfect World RP
BLEACH Universe - Under Construction / Testing Phase
Xen Qarna RP - Stage I
Vyren Entar Battle Network RP - Under Construction / Maintenance Mode Enabled
the Final Anime Hideout
dog199200
Guest
Re: Javascript OOP (7th Jan 10 at 8:34pm UTC)
Well it depends, what type of game are you planning on doing?
Aiken
Full Member
***

[Avatar]

Posts: 333
Status: Offline
Gender: Male
Location: In a very lonely place, the domain of despair
Age: 35
Joined:  
Reputation: 12%  


pmtwitterskypemsnyahooxfire
Re: Javascript OOP (7th Jan 10 at 10:10pm UTC)
A game to but on my forum for fun, won't be possible to remember score or anything like that so one that doesn't require score to be remembered

vF forums:
Perfect World RP
BLEACH Universe - Under Construction / Testing Phase
Xen Qarna RP - Stage I
Vyren Entar Battle Network RP - Under Construction / Maintenance Mode Enabled
the Final Anime Hideout
dog199200
Guest
Re: Javascript OOP (7th Jan 10 at 11:25pm UTC)
well that doesn't help at all. When you go trying to make any kind of game you need to know what your going for, like what type of game cause all programming of any type all varies on exactly what kind of game your making {Unsure} if you want people to help you be willing to provide details of exactly what your looking for {Unsure}

Sorry I i seem mean, but I am a video game programmer, and saying that I need someone to make a game doesn't help {Unsure} you need to say exactly what type of game your looking for. But honestly, if I were you'd i'd bypass JS for a game since it be extremely server heavy, cause there is no way you can just past the code on vforums, they have to be side server'ed if you plan on it being or not. You should look more into .net programming based things, like Visual Basic, and then call the application from a server, via JS. Or even flash will do.
Aiken
Full Member
***

[Avatar]

Posts: 333
Status: Offline
Gender: Male
Location: In a very lonely place, the domain of despair
Age: 35
Joined:  
Reputation: 12%  


pmtwitterskypemsnyahooxfire
Re: Javascript OOP (7th Jan 10 at 11:53pm UTC)
They will be simple one player games, I am not asking for any specific game, I would just like to know how to do it with JS OOP on vForums

vF forums:
Perfect World RP
BLEACH Universe - Under Construction / Testing Phase
Xen Qarna RP - Stage I
Vyren Entar Battle Network RP - Under Construction / Maintenance Mode Enabled
the Final Anime Hideout
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 4,043
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Re: Javascript OOP (8th Jan 10 at 12:36am UTC)
So you want us to teach you JS OOP, vForums coding, and THEN how to code a game?

Go learn flash. {Smile}
dog199200
Guest
Re: Javascript OOP (8th Jan 10 at 1:28am UTC)
{Tongue Out} either way if your looking into JS OOP then read this http://articles.sitepoint.com/article/oriented-programming-1/1 also i don't think JS is stable for making a game anyways. Adding to that, its not something you can just throw together. You need some soft of GDK, or SDK, for a game engine that supports JS console output. Which I don't know any {Unsure}


Edit: here is one you can look into http://gamequery.onaluf.org/ your best bet is googling "javascript game engines"
Aiken
Full Member
***

[Avatar]

Posts: 333
Status: Offline
Gender: Male
Location: In a very lonely place, the domain of despair
Age: 35
Joined:  
Reputation: 12%  


pmtwitterskypemsnyahooxfire
Re: Javascript OOP (8th Jan 10 at 1:37am UTC)
A few years ago I made a nice JS dice rolling game, the dice were white except when there were matches. If 2 dice matched then matching dice were yellow but if all 3 matched then they were red. Also there was a roll log where the lat roll was highlighted yellow. The bad news is I lost the code and the images.

vF forums:
Perfect World RP
BLEACH Universe - Under Construction / Testing Phase
Xen Qarna RP - Stage I
Vyren Entar Battle Network RP - Under Construction / Maintenance Mode Enabled
the Final Anime Hideout
dog199200
Guest
Re: Javascript OOP (8th Jan 10 at 1:41am UTC)
You still best off finding yourself an JS GDK, or some JS game engine. I posted a good one in an edit on my last post. That way it will do all the main hard coding and you can focus on graphic work. Keep in mind you'll still have to code things in on your own, but fi you've done it before then you shouldn't have a problem.

I wont lie, i'm far from good with JS... i'm a .net programmer, and have have never been able to really understand more then the basics with JS {Unsure} but yet I could tell you how to program a game in C++, C#, and vB lol
Aiken
Full Member
***

[Avatar]

Posts: 333
Status: Offline
Gender: Male
Location: In a very lonely place, the domain of despair
Age: 35
Joined:  
Reputation: 12%  


pmtwitterskypemsnyahooxfire
Re: Javascript OOP (8th Jan 10 at 1:45am UTC)
I want it to be completely client side and not dependent on any other page

vF forums:
Perfect World RP
BLEACH Universe - Under Construction / Testing Phase
Xen Qarna RP - Stage I
Vyren Entar Battle Network RP - Under Construction / Maintenance Mode Enabled
the Final Anime Hideout
dog199200
Guest
Re: Javascript OOP (8th Jan 10 at 1:46am UTC)
if your not storing data or anything like that using a game engine wont be a problem {Unsure}


Edit: over all here is a list of a lot of game engines, look at the JS ones and you decide http://en.wikipedia.org/wiki/List_of_game_engines, cause honestly you can ask what JS OOP would work great for a game, but without have anything in mind for a game, no one can help you {Unsure}
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 4,043
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Re: Javascript OOP (8th Jan 10 at 4:33am UTC)
It's not hard what you're wanting to do, I mean, I could probably code you a game, but for a complete novice, then yea, it's a bit hard! {Tongue Out}
Aiken
Full Member
***

[Avatar]

Posts: 333
Status: Offline
Gender: Male
Location: In a very lonely place, the domain of despair
Age: 35
Joined:  
Reputation: 12%  


pmtwitterskypemsnyahooxfire
Re: Javascript OOP (8th Jan 10 at 4:46am UTC)
I am a complete novice when it comes to this type of JS coding

vF forums:
Perfect World RP
BLEACH Universe - Under Construction / Testing Phase
Xen Qarna RP - Stage I
Vyren Entar Battle Network RP - Under Construction / Maintenance Mode Enabled
the Final Anime Hideout
 Printable View
Page: 1 2

All times are GMT+0 :: The current time is 4:43am
Page generated in 0.9755 seconds
This Forum is Powered By vForums (v2.4)
Create a Forum for Free | Find Forums