Jump to content

Download Problem


Rich Kitten
 Share

Recommended Posts

I downloaded the Master zip from somewhere else, extracted the files but opening the grunt file gives this Error:

Row:        2

Symbol:   1

Mistake:   "module" - lack of definition

Code:       800A1391

Source:    Mistake in the performance of JavaScript

Link to comment
Share on other sites

Weird, the rawgit CDN doesn't support release links! I never noticed that.

The master.zip is an archive containing the source code release. The build releases are one of these two:

  1. https://github.com/melonjs/melonJS/releases/download/4.1.1/melonJS-min.js
  2. https://github.com/melonjs/melonJS/releases/download/4.1.1/melonJS.js

The first link is the compressed build, and the second one is the "debug" build. You can also use the boilerplate project, which contains everything you need to get started: https://github.com/melonjs/boilerplate/archive/master.zip And follow one of the tutorials to learn how to use it:

  1. http://melonjs.github.io/tutorial-platformer/
  2. http://melonjs.github.io/tutorial-space-invaders/

Happy game dev'ing!

Link to comment
Share on other sites

I think you're "opening it" as if it was an application. Double-clicking on the .js file should really just open your favorite code editor with the file's contents. It sounds like you're double-clicking on it and Windows Script Host is trying to execute it, which is not at all what you want.

Have you tried going through the tutorials? They describe step-by-step how to use the engine.

Link to comment
Share on other sites

On 5/13/2017 at 3:30 AM, agmcleod said:

You downloading from this page? https://github.com/melonjs/melonJS/releases

It's possible something was wrong with github.

nothing is wrong with github, error 800A0404 is when attempting to execute a javascript file, which is obviously not the way of using it as explained later in this same thread....  

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

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