Jump to content

Any users know how to create very basic games?


Html

Recommended Posts

Hi,

 

Does anyone here know how to create basic shooter games using Javascript? Like 2D stuff, I believe that is only possible. Anything 3D would be python, an actual computer language.

Link to comment
Share on other sites

Any videogame is going to require a whole lot of research and effort.

 

Yes, I have the knowledge to build a 2D shooter in Javascript, but it's not something short enough to write in a forum post.

 

Javascript is also capable of making 3D games with the new WebGL API. Pretty much nothing is out of Javascript's reach.

 

Python, just like Javascript, is an interpreted programming language, though it is more efficient than scripts running on a browser. Real 3D games are mostly built on compiled languages.

Link to comment
Share on other sites

  • 3 weeks later...

On the video site youtube there is a tutorial on how to create a clone space invaders, so I suppose that would be a start. A rocket ship which would also be a shooter.

Link to comment
Share on other sites

  • 1 month later...

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...