Raicuparta Posted August 28, 2015 Share Posted August 28, 2015 Update: I am making a guide to help people get their Phaser (or any HTML5 game, really) game on Steam: Getting a Phaser Game on Steam 1 - Greenlight Getting a Phaser Game on Steam 2 - Making it Look and Feel Like a PC Game Getting a Phaser Game on Steam 3 - Making an Executable Getting A Phaser Game on Steam 4 - Steamworks Original: My game Curvatron is now on Steam Greenlight (link here). I looked it up but couldn't find any other Phaser games on Steam, doe you guys know of any? plicatibu, KungFuFlames, ArcticArcade and 5 others 7 1 Link to comment Share on other sites More sharing options...
Skeptron Posted August 28, 2015 Share Posted August 28, 2015 Congratz man! Looks very smooth. Link to comment Share on other sites More sharing options...
drhayes Posted August 28, 2015 Share Posted August 28, 2015 That looks really good! What's the music? I don't know of other Phaser games on Steam, but here's a game written in ImpactJS on Steam: http://store.steampowered.com/app/293440/ Link to comment Share on other sites More sharing options...
notalentgeek Posted August 28, 2015 Share Posted August 28, 2015 That looks really good! What's the music? I don't know of other Phaser games on Steam, but here's a game written in ImpactJS on Steam: http://store.steampowered.com/app/293440/This game is also made using ImpactJs http://store.steampowered.com/app/368340/. Link to comment Share on other sites More sharing options...
drhayes Posted August 28, 2015 Share Posted August 28, 2015 Right! I forgot about the Cross Code guys. The ended up re-writing a bunch of Impact for their 2.5D isometric stuff, but I think they still use weltmeister (the level editor) and everything. JS games on the desktop. Oh yes. Link to comment Share on other sites More sharing options...
Raicuparta Posted August 29, 2015 Author Share Posted August 29, 2015 That looks really good! What's the music? I don't know of other Phaser games on Steam, but here's a game written in ImpactJS on Steam: http://store.steampowered.com/app/293440/ Here is the music: http://opengameart.org/content/doodle-menu-like-songThe guy also made the sound effects I use in the game. I'll credit him in the video and on the game now, as I haven't credited him anywhere until now. Link to comment Share on other sites More sharing options...
Reinkaos Posted October 12, 2015 Share Posted October 12, 2015 Nice game! Congratulations on getting it greenlit! Link to comment Share on other sites More sharing options...
mwatt Posted October 12, 2015 Share Posted October 12, 2015 I have recently begun thinking about Steam myself. It seems to me like this is might be the way to go: · Node-Webkit (Native apps in HTML/JavaScript on a runtime based on Chromium and node.js) - https://github.com/nwjs/nw.js/wiki · Greenworks (Steam achievements functionality as well as Steam Authentication methods for JavaScript) - https://github.com/greenheartgames/greenworks .... is that how you did it? Link to comment Share on other sites More sharing options...
Raicuparta Posted October 13, 2015 Author Share Posted October 13, 2015 I have recently begun thinking about Steam myself. It seems to me like this is might be the way to go: · Node-Webkit (Native apps in HTML/JavaScript on a runtime based on Chromium and node.js) - https://github.com/nwjs/nw.js/wiki · Greenworks (Steam achievements functionality as well as Steam Authentication methods for JavaScript) - https://github.com/greenheartgames/greenworks .... is that how you did it?Yep, pretty much just that. Greenworks doesn't have Steam leaderboards support, though. I've tried to see if I could implement it myself but I'm having trouble compiling greenworks. Link to comment Share on other sites More sharing options...
mwatt Posted October 14, 2015 Share Posted October 14, 2015 Thanks for the response Raicuparta. Sadly, I'd want Leaderboard as well. Link to comment Share on other sites More sharing options...
TNelson Posted November 16, 2016 Share Posted November 16, 2016 Found this entire thread very helpful, thanks so much, again, @Raicuparta!! I'm the @InsightDude twitter-er. Link to comment Share on other sites More sharing options...
rothers Posted September 19, 2017 Share Posted September 19, 2017 Aw man, just came to read this after book marking it ages ago to find the links dead, anyone have a copy? Link to comment Share on other sites More sharing options...
Raicuparta Posted September 19, 2017 Author Share Posted September 19, 2017 11 minutes ago, rothers said: Aw man, just came to read this after book marking it ages ago to find the links dead, anyone have a copy? Updated the links in the thread. You can also look at this thread for further discussion on the subject. Link to comment Share on other sites More sharing options...
rothers Posted September 19, 2017 Share Posted September 19, 2017 Thanks man! Really cool of you! Link to comment Share on other sites More sharing options...
WilX94 Posted March 24, 2020 Share Posted March 24, 2020 Hi @Raicuparta!! I see this post today and go to steam to see your game and is amazing. Do you have some tutorials? I'm starting in Phaser and any tutorial, best practice, or architecture design will be helpful for me! Thanks in advance. If you have or decide to make a game dev tutorial series I will like to watch it! Excelent Game! Link to comment Share on other sites More sharing options...
Raicuparta Posted March 27, 2020 Author Share Posted March 27, 2020 Hi @WilX94. I'm glad you like the post post and the game. Unfortunately I don't really have any other tutorials, and don't plan on writing any, since I haven't really developed anything similar in a few years. Best I can do is provide you with the source code for Curvatron. But to be honest, I would strongly advise against using it for learning, we were very inexperienced when we developed it. It is full of spaghetti code, and poor practices in general. Plus, it is based on a very old version of Phaser. You shouldn't have a hard time finding good tutorials and example projects for recent versions of Phaser :) Best of luck to you! Link to comment Share on other sites More sharing options...
crossvid Posted September 28, 2021 Share Posted September 28, 2021 just came to read this after book marking it ages ago to find the links dead, anyone have a copy? Link to comment Share on other sites More sharing options...
Recommended Posts