eribra Posted May 30, 2017 Share Posted May 30, 2017 Hello! We made an IO game called PirateBattle.io and you can play it here: http://piratebattle.io/ Mobile app version here: https://play.google.com/store/apps/details?id=com.jettigames.piratebattle IOS coming soon You are a pirate ship and you shall collect coins and shoot other ships. Coins are used to upgrade your boat. Controls: Use mouse to move Use left click to shoot Use space to boost Use 1, 2, 3 and 4 to upgrade your ship if you have enough money This game is made using Phaser, socketIO, NodeJS backend and Nginx for serving the static files. PLAY IT HERE: http://piratebattle.io/ freddyInKorea 1 Quote Link to comment Share on other sites More sharing options...
nrd Posted May 30, 2017 Share Posted May 30, 2017 can you add right-mouse-button to boost? liking it.. but i feel bad shooting at others tbh Quote Link to comment Share on other sites More sharing options...
likealcohol Posted May 30, 2017 Share Posted May 30, 2017 Doesn't connect for me, just get socket.io errors stuck on "Building ship". Also worth noting that while it's "building ship" I'm able to fire and see the cool down of cannonball when I click. Quote Link to comment Share on other sites More sharing options...
eribra Posted May 30, 2017 Author Share Posted May 30, 2017 2 hours ago, likealcohol said: Doesn't connect for me, just get socket.io errors stuck on "Building ship". Also worth noting that while it's "building ship" I'm able to fire and see the cool down of cannonball when I click. Hmm, its weird that it won't connect. What browser are you using? The cool down is visible because it is manage entirely by the client and doesn't require a server connection. Quote Link to comment Share on other sites More sharing options...
eribra Posted May 31, 2017 Author Share Posted May 31, 2017 21 hours ago, nrd said: can you add right-mouse-button to boost? liking it.. but i feel bad shooting at others tbh Boost on right click would be great. Ill just have to find a way to get around the default browser feature when it shows "show image" when right clicking a canvas Quote Link to comment Share on other sites More sharing options...
yahretzkee Posted June 2, 2017 Share Posted June 2, 2017 what did you use to export the game as an android app? how long did it take to make this game? Quote Link to comment Share on other sites More sharing options...
likealcohol Posted June 2, 2017 Share Posted June 2, 2017 On 2017-5-30 at 2:34 PM, eribra said: Hmm, its weird that it won't connect. What browser are you using? The cool down is visible because it is manage entirely by the client and doesn't require a server connection. I'm on the latest version of Chrome. Quote Link to comment Share on other sites More sharing options...
kaasis Posted June 4, 2017 Share Posted June 4, 2017 @eribra game is great, good job. But i don't like the fact that you shoot at pointer from end of ship. Doesn't even feel anymore like a "ship" game without having cannons from sides. You could also make that you can upgrade cannon count at each level or something. Quote Link to comment Share on other sites More sharing options...
eribra Posted June 8, 2017 Author Share Posted June 8, 2017 On 2017-06-04 at 2:15 PM, kaasis said: @eribra game is great, good job. But i don't like the fact that you shoot at pointer from end of ship. Doesn't even feel anymore like a "ship" game without having cannons from sides. You could also make that you can upgrade cannon count at each level or something. Thank you! I agree that its a bit weird with the cannon at the front, I'm thinking of adding a side cannon game mode with customization options more similar to diep.io. I think it would be good gameplay. Quote Link to comment Share on other sites More sharing options...
sublimecode Posted June 9, 2017 Share Posted June 9, 2017 Great game. Enjoyed it. I may check out the game on Google Play as well. Quote Link to comment Share on other sites More sharing options...
SeelenGeier Posted June 9, 2017 Share Posted June 9, 2017 On 31.5.2017 at 6:02 AM, eribra said: Ill just have to find a way to get around the default browser feature when it shows "show image" when right clicking a canvas Simply add this line somewhere in your setup functions (I usually add it in create() ): game.canvas.oncontextmenu = function (e) { e.preventDefault(); } This will prevent the context menu from showing up and you can use the right mouse button for skills other features. Quote Link to comment Share on other sites More sharing options...
Tymski Posted June 10, 2017 Share Posted June 10, 2017 I got 7284 points. what did you use to export the game as an android app? Quote Link to comment Share on other sites More sharing options...
ozogames Posted June 11, 2017 Share Posted June 11, 2017 Awesome Game. did you use godot engine to make the game? Quote Link to comment Share on other sites More sharing options...
eribra Posted June 12, 2017 Author Share Posted June 12, 2017 On 2017-06-09 at 11:11 AM, SeelenGeier said: Simply add this line somewhere in your setup functions (I usually add it in create() ): game.canvas.oncontextmenu = function (e) { e.preventDefault(); } This will prevent the context menu from showing up and you can use the right mouse button for skills other features. Thank You Quote Link to comment Share on other sites More sharing options...
eribra Posted June 12, 2017 Author Share Posted June 12, 2017 On 2017-06-10 at 1:16 PM, Tymski said: I got 7284 points. what did you use to export the game as an android app? I used CocoonJS http://cocoon.io/ You can export to IOS aswell. Quote Link to comment Share on other sites More sharing options...
eribra Posted June 12, 2017 Author Share Posted June 12, 2017 On 2017-06-11 at 7:58 AM, ozogames said: Awesome Game. did you use godot engine to make the game? Thanks didn't use godot, only phaser for this one Quote Link to comment Share on other sites More sharing options...
caymanbruce Posted September 26, 2017 Share Posted September 26, 2017 It's very hard to fight. Never win a game. Maybe you need to make the game play more obvious and smooth? Quote Link to comment Share on other sites More sharing options...
stein-D Posted October 23, 2017 Share Posted October 23, 2017 Fun Games! Quote Link to comment Share on other sites More sharing options...
datboi6512 Posted June 18, 2018 Share Posted June 18, 2018 What does the button next to the cannonball do? 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.