-
Posts
70 -
Joined
-
Last visited
Contact Methods
-
Website URL
http://www.guebew.com
-
Twitter
Mefteg
Profile Information
-
Gender
Male
-
Location
France
Recent Profile Visitors
1,541 profile views
Mefteg's Achievements
Newbie (1/14)
23
Reputation
-
Hello AwesomeBilly, Heroku can be intimidating because of the command line usage. I don't know how their infrastructure works but it's the main goal of their service, you don't need to know. I don't think Heroku is overkill and should fit your needs. I would like to add that I am not affiliated with Heroku ^^' I'm just trying to help by sharing the experience I have
-
Free version of Heroku provides a limited number of projects, but you can build one that hosts all of your packages. The downside of this approach is when you update one package because it will deploy all the project; potentially leaving players of other games/packages with an interruption of service. I hope it helps.
-
Mefteg changed their profile photo
-
Hi megamaster, I'm sorry I can't provide a good tutorial (except the ones on Heroku's documentation here) but you can look at my work on Dodjzem. In the branch "test", there is a file named "server.js" that can show you how a very simple webserver works with Nodejs and Heroku. I must warn you, the project is really not up to date ! Good luck and enjoy
-
megamaster reacted to a post in a topic: Which hosting is best to store html5 game
-
JackFalcon reacted to a post in a topic: Which hosting is best to store html5 game
-
PhaserEditor2D reacted to a post in a topic: The Phaser 3 Wishlist Thread :)
-
Mefteg reacted to a post in a topic: [Game] Kimis' Rescue
-
Mefteg reacted to a post in a topic: Phaser Debug Module
-
Mefteg reacted to a post in a topic: Phaser - Loader - Contribution to add special Headers
-
Mefteg reacted to a post in a topic: Cross Origin Issue from Github
-
Gods reacted to a post in a topic: The Phaser 3 Wishlist Thread :)
-
jrgrafton reacted to a post in a topic: The Phaser Ludum Dare 31 Thread
-
ianmcgregor reacted to a post in a topic: The Phaser Ludum Dare 31 Thread
-
Oscar Abraham reacted to a post in a topic: The Phaser Ludum Dare 31 Thread
-
Mefteg reacted to a post in a topic: The Phaser Ludum Dare 31 Thread
-
Hello! We are back Here is our entry : http://ludumdare.com/compo/ludum-dare-31/?action=preview&uid=19347 You can play directly here : http://ladybugriders.com/games/WavyJumpsProject/WavyJumps/ We use LREditor (based on Phaser) to make our game. Enjoy and please, give us feedbacks
-
plicatibu reacted to a post in a topic: The Phaser 3 Wishlist Thread :)
-
Ok, I undestand. Thank you for the explanation.
-
Ah ok, so what do you mean by "native loading of XML files" ? (sorry if it's a silly question)
-
Hello, Thanks for the release! Can you tell me if "native loading of XML files" means that bitmap font loading in CocoonJs is working now ?
-
Mefteg reacted to a post in a topic: LREditor - Setup a project - Video Tutorial
-
Thank you ! The second video is on its way and the first example project will be revealed soon
- 2 replies
-
- Video
- How To Install
-
(and 3 more)
Tagged with:
-
Mefteg reacted to a post in a topic: LREditor - How To Install - Video Tutorial
-
Hello, It seems pretty cool but can you tell us about technical details please (language, engine, etc...) ? Thank you
-
Mefteg reacted to a post in a topic: Game UI for pixi.js
-
Mefteg reacted to a post in a topic: My New Favorite Debugging Tool
-
Mefteg reacted to a post in a topic: The Phaser 3 Wishlist Thread :)
-
[P2] Moving a Group doesn't move bodies of its children
Mefteg replied to pandavigoureux29's topic in Phaser 2
In my opinion, it's not a matter of commercial product or not. Phaser is user friendly since the begining! But I agree with you, we should propose a fix to it because it is open source. -
Hello ! Fews days ago, I've presented you the LREditor, a Phaser Game Editor, here : http://www.html5gamedevs.com/topic/7890-lreditor-free-opensource-game-editor/ Now I want to present you the first tutorial video : https://www.youtube.com/watch?v=DsGIp_p90CE&index=2&list=PLJy6Xl1sflFqBKQ4Kun9jA24nDuugG6BE In this video, you will learn how to install LREditor and launch the example. You can try it here : http://lreditor.herokuapp.com/ And clone it from GitHub here : https://github.com/L...Riders/LREditor Or simply visit our website : http://ladybugriders.com Hope it helps. Please, give us feedback!
- 2 replies
-
- Video
- How To Install
-
(and 3 more)
Tagged with:
-
Kai reacted to a post in a topic: The Phaser 3 Wishlist Thread :)
-
enriqueto reacted to a post in a topic: LREditor - Free & OpenSource Game Editor
-
Hi, You can check our LREditor on this post : http://www.html5gamedevs.com/topic/7890-lreditor-free-opensource-game-editor/
-
I wish a better integration with CocoonJs, espacialy for BitmapFont loading (a JSON parser perhaps ?). Otherwise, keep going with this great work !!
-
Great! I'm glad to hear it! You're right, the error occurs because the prefabs folder doesn't exist. I can't wait to see what you can do with LREditor Have Fun !
- 11 replies
-
Hi! Thank you for the feedback! You don't need a MAMP server, the script "www" does it for you You just has to open a terminal in the LREditor folder and execute : node bin/www Then, you just has to go to http://localhost:5000 Here is a video : https://dl.dropboxusercontent.com/u/15979011/tmp/tuto-2014-07-17_16.11.22.mp4 We are working on Youtube tutorials, this video is a draft so please be indulgent with it Enjoy!
- 11 replies