Froton X Posted March 17, 2014 Share Posted March 17, 2014 Which would be better in the long run? Which is better for simple games? I want to make mobile browser games, what would be the preferred method for this in Phaser? Link to comment Share on other sites More sharing options...
Luis Felipe Posted March 17, 2014 Share Posted March 17, 2014 I find it's really been helping me to just focus on writing in JS with a simple text editor like sublime text. I did look at TypeScript but for my level it seemed like it would just add another level of difficulty to a language I want to master which would be counter productive. Plus this way, I force my self even to re-write a line such as: var game = new Phaser.Game(...); it may seem trivial to others, but at least for me it really helps nail down key concepts not only in the Phaser framework but in JS in general. Link to comment Share on other sites More sharing options...
clark Posted March 17, 2014 Share Posted March 17, 2014 Javascript is uncouth Link to comment Share on other sites More sharing options...
Froton X Posted March 17, 2014 Author Share Posted March 17, 2014 Yeah, I ended up going with Javascript. Link to comment Share on other sites More sharing options...
Recommended Posts