controlequis 0 Report post Posted July 13, 2015 Another game developed with Phaser (2.1.1): City Cars Barcelona (Android, iOS)www.citycarsbarcelona.com Let's see if we can distribute it soon also for OSX, Linux and Windows. Enjoy! Share this post Link to post Share on other sites
rantt 17 Report post Posted July 27, 2015 Against Type - http://divideby5.com/games/against_type/ Match the name with the color....easy...right? 1 gabdab reacted to this Share this post Link to post Share on other sites
shohan4556 22 Report post Posted August 2, 2015 can you please add the game. This is my first first game.I am new in game development and I like Phaser its great. github repository - https://github.com/shohan4556/Space-Jamplay the game here - http://shohan4556.github.io/Space-Jam/ Thanks. Share this post Link to post Share on other sites
Tuan 3 Report post Posted August 2, 2015 can you please add the game. This is my first first game.I am new in game development and I like Phaser its great. github repository - https://github.com/shohan4556/Space-Jamplay the game here - http://shohan4556.github.io/Space-Jam/ Thanks. Hi, Can you upgrade Phaser to the latest version 2.4.2. You're Phaser v2.0.6. I got this error: TypeError: this.scale.setScreenSize is not a function Share this post Link to post Share on other sites
shohan4556 22 Report post Posted August 2, 2015 Hi, Can you upgrade Phaser to the latest version 2.4.2. You're Phaser v2.0.6. I got this error: TypeError: this.scale.setScreenSize is not a function But when updated the version its showing the error, TypeError: this.scale.setScreenSize is not a function previous version is ok. I cant understand what going on there can you please help to figure out the problem. Share this post Link to post Share on other sites
Tuan 3 Report post Posted August 3, 2015 But when updated the version its showing the error, TypeError: this.scale.setScreenSize is not a function previous version is ok. I cant understand what going on there can you please help to figure out the problem. I'm sorry. I have the same error. My games work with the old version < 2.1.3. But they get this error after switching to 2.4.2. Share this post Link to post Share on other sites
shohan4556 22 Report post Posted August 3, 2015 I'm sorry. I have the same error. My games work with the old version < 2.1.3. But they get this error after switching to 2. I have reported the problem in github issues. Share this post Link to post Share on other sites
Tuan 3 Report post Posted August 3, 2015 I have reported the problem in github issues. Hi Sohan, Just a quick search... Maybe it is the solution.http://www.html5gamedevs.com/topic/11007-question-about-scale-mode-show-all-in-22/ Remove the div:<body> <script> window.onload = function(){ var game = new Phaser.Game(330,550,Phaser.CANVAS,''); // declare GameState game.state.add('Boot',GameState.Boot); game.state.add('Preload',GameState.Preload); game.state.add('Menu',GameState.Menu); game.state.add('Play',GameState.Play); game.state.add('Game',GameState.Game); game.state.add('Win',GameState.Win); //start state start game.state.start('Boot'); }; </script> </body> 1 shohan4556 reacted to this Share this post Link to post Share on other sites
MichaelD 84 Report post Posted September 11, 2015 Hi all my latest game is Magic Words it can be found here: http://codecanyon.net/item/magic-words/12629354 And Mind the Gap which can be found here: http://codecanyon.net/item/mind-the-gap-html5-puzzle-game/12366427 Thanks! Share this post Link to post Share on other sites
charlie_says 25 Report post Posted September 19, 2015 Just out today, my new game Shark Panic!It's a turn based puzzle game (get to the buoy before the shark gets you.)Also features an anaglyph 3D mode. Try it out here:http://m.mousebreaker.com/game/mousebreakersport/sports/r24838/shark_panic 1 drhayes reacted to this Share this post Link to post Share on other sites
BitwiseCreative 1 Report post Posted September 21, 2015 My newest game: Deuces Wild Slot Machine - HTML5 Game Share this post Link to post Share on other sites
BitwiseCreative 1 Report post Posted September 27, 2015 ... And one more Four Letter Words - HTML5 Word Game Share this post Link to post Share on other sites
Alexalten 22 Report post Posted October 5, 2015 Hi,I've made a simple action match3 game (you can consider it as an archtype of this genre). The APK file (I've used LUDEI's service) is available at the following link: http://www.magratheaworks.net/JA/ some screenshots: Share this post Link to post Share on other sites
drhayes 337 Report post Posted October 7, 2015 I made a simple twin-stick shooter called Blaster. Play Blaster here. 1 Skeptron reacted to this Share this post Link to post Share on other sites
Alexalten 22 Report post Posted October 7, 2015 A small update, now the game is also available on browser with the following link: http://www.magratheaworks.net/JA/3mbc/index.html Share this post Link to post Share on other sites
jblinkhorn 1 Report post Posted October 9, 2015 This is my first phaser game. It only has 12 levels so far but I should have more soon along with more unique challenges. http://wrinklydoggames.com/?page_id=17 I've updated the game with 12 new levels and improved the look and game play. Share this post Link to post Share on other sites
vohogames 8 Report post Posted October 9, 2015 This is my first phaser game. It only has 12 levels so far but I should have more soon along with more unique challenges. http://cosmiccrash.wrinklydoggames.com nice game, can i copy source code? Share this post Link to post Share on other sites
Tom Atom 266 Report post Posted October 14, 2015 Here is screenshot from Fruit Dating - our puzzle game made in Phaser: More details at Game Showcase forum: http://www.html5gamedevs.com/topic/17873-phaser-fruit-dating-puzzle-game/ Link to demo: sbc.littlecolor.com/fruitdating_demo 2 Skeptron and jmp909 reacted to this Share this post Link to post Share on other sites
jeuxProg 0 Report post Posted October 26, 2015 my games : http://www.mes-jeux-prog.com/ Share this post Link to post Share on other sites
jmp909 111 Report post Posted October 26, 2015 Here is screenshot from Fruit Dating - our puzzle game made in Phaser: Quality piece of work, Tom. I can't get past level 3! :S Share this post Link to post Share on other sites
Tom Atom 266 Report post Posted October 26, 2015 Quality piece of work, Tom. I can't get past level 3! :S thanks In case you are stuck solution is: LDRULDLURDRULxxx, where last three moves (xxx) are up to you ... 1 drhayes reacted to this Share this post Link to post Share on other sites
MoreK 6 Report post Posted November 5, 2015 Here's a screen shot of a game I just released as beta. It's an online/multiplayer roll-a-ball derby simulation, sort of. Found in:http://tapderby.comPut together with:- Phaser (ofcourse!)- socket.io- node.js- Laravel/Lumen php framework The server is physically located in London, works perfectly from here (Helsinki). I would appreciate if any of you located in Americas, Far East, South Africa... could try it out and see how it works. There's not too much messaging between client & server, so I assume it will be fine... 3 Dread Knight, Skeptron and drhayes reacted to this Share this post Link to post Share on other sites
Skeptron 147 Report post Posted November 5, 2015 Tested from London, in Chrome, on a MacBook. Worked really well. Nice mechanics : games are quite long for noobs though, as it is really hard to aim for the holes Share this post Link to post Share on other sites
MoreK 6 Report post Posted November 5, 2015 Tested from London, in Chrome, on a MacBook. Worked really well. Nice mechanics : games are quite long for noobs though, as it is really hard to aim for the holes Thanks for trying it out! Yes, it requires some skills to ride the track under two minutes. Based on the test team feedback I changed the control easy-to-use but hard-to-master. I hope it's not too difficult though. Share this post Link to post Share on other sites
rich 2,575 Report post Posted November 5, 2015 I really liked that! I totally lost my first game (didn't have a clue how to aim the ball, it always missed). Spent my 2nd game rebounding the ball off the sides, as it always went in after a rebound - got a better score. Then tried again with different power in my 3rd game and managed to win it in 1:20:55 Share this post Link to post Share on other sites