Harvey Posted April 27, 2015 Share Posted April 27, 2015 Hello everyone,firstly I am new to Phaser, but I would really like to create a typing/educational game !(like moon-type : http://www.wordgames.com/moon-type-2.html)I have already created a background and a caracter (the simplest stuff), but I have no idea how to create moving text blocks containing a dictionnary (although I have a .txt file with a list of all existing words), progressive difficulty and a scoring system.. I know, I'm asking a lot, but i really need help, I'm more on the actual look of the game.Please help me ! Thank you in advance. Link to comment Share on other sites More sharing options...
MichaelD Posted April 27, 2015 Share Posted April 27, 2015 Well I would advice to use a .json file for the words or a .js file with a json structure inside. The other parts of the game that you mention need a solid or good-enough understanding of javascript, the Phaser.io API, and basic understanding of coding techniques and algorithm construction. You could try and use a game framework that has a graphical interface to help you get started, I know for Phaser there is the MightyEditor so you might want to check it out. best of luck! Link to comment Share on other sites More sharing options...
Thevamps20 Posted April 7, 2021 Share Posted April 7, 2021 Hi I was wondering did you ever get this to work? I am trying to do the same Link to comment Share on other sites More sharing options...
Recommended Posts