Arlefreak Posted March 31, 2014 Share Posted March 31, 2014 Hi! today my last game became "playable" You can find it here : http://www.arlefreak.com/games/8puzzle/play/ To play use the arrow keys And the source code: https://github.com/Arlefreak/Phaser-8-puzzle-gameCurrently its using Phaser 2.0.2 It is an attempt to improve my JS and AI skills, the objective is to get the right order of the numbers, I used A* algorithm to find the answer, at the moment you can see the progression opening the console and hiting the arrow button. I will really appreciate if someone could tell me any feedback on my JS or AI skills based on the code or any feedback actually When I implement the solving animation will update this Quote Link to comment Share on other sites More sharing options...
BdR Posted March 31, 2014 Share Posted March 31, 2014 I shuffled the game and then got 1 through 8 in order from top left to bottom right, but nothing happened. It doesn't detect a completed game yet? Quote Link to comment Share on other sites More sharing options...
Arlefreak Posted March 31, 2014 Author Share Posted March 31, 2014 I shuffled the game and then got 1 through 8 in order from top left to bottom right, but nothing happened. It doesn't detect a completed game yet?I need to implement more user experience things I focused on making the AI thing but your are right will update that soon thanks 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.