Jump to content

Open Match 3 Game - Open Source


foxcode
 Share

Recommended Posts

Hi guys

 

I have made a match 3 game and open-sourced it (Creative Commons Attribution 3.0) since it's a popular genre that many developers end up making at some point. The match 3 logic is in it's own .js file so you can easily take it for use in your own projects.

 

Here is the link Open Match 3 Game

 

If you follow the link you can download or fork the code to edit directly in your browser.

 

Please let me know what you think

 

openMatch2.jpg

 

openMatch1.jpg

Link to comment
Share on other sites

  • 3 weeks later...
  • 2 weeks later...
  • 3 months later...

 good day :) i've downloaded your game . and trying to modify it for our study . and when i run it on chrome it always says "Unable to load main app script app.js" though i tried the --allow-file-access-from-files it still happens . what can i do ??? thanks in advance .. please help .. 

 

ps. when i run it on firefox it works . when i created an apk file it didn't work .

Link to comment
Share on other sites

Hi niltapiador

 

If --allow-file-access-from-files doesn't work for some reason, you can always host it locally. We have a very simple tool that we use here for this called prompt.js. Don't worry, it is completely free, and very simple. If you download it from the link, all you have to do is the following.

 

1. Open promptjs

2. Navigate to the directory of your project (where your index.html file is) using the cd command as you would in dos

3. Once in the correct directory, type the command server 1234

 

This will host a server on port 1234. You can then open chrome, and navigate to localhost:1234

 

 

As for your apk how are you creating it? Our editor does have a plugin which allows you to compile to apk, generates both x86 and arm apk's, make sure you use the correct one for your device.

 

Please reply if you need any more help or have any questions either here or on our forums

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