foxcode Posted October 15, 2014 Share Posted October 15, 2014 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 drmop 1 Quote Link to comment Share on other sites More sharing options...
Phempt Posted October 15, 2014 Share Posted October 15, 2014 nice job guy ^^ Quote Link to comment Share on other sites More sharing options...
Leandrus Posted October 15, 2014 Share Posted October 15, 2014 Great job.Thank you very much, This could be useful. Quote Link to comment Share on other sites More sharing options...
foxcode Posted October 31, 2014 Author Share Posted October 31, 2014 Thanks for the feedback guys. Have updated the game to use webgl in wade so it should run much faster now Quote Link to comment Share on other sites More sharing options...
NeriG Posted November 10, 2014 Share Posted November 10, 2014 That's great, thanks! Quote Link to comment Share on other sites More sharing options...
niltapiador Posted March 4, 2015 Share Posted March 4, 2015 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 . Quote Link to comment Share on other sites More sharing options...
foxcode Posted March 4, 2015 Author Share Posted March 4, 2015 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 promptjs2. Navigate to the directory of your project (where your index.html file is) using the cd command as you would in dos3. 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.