Jump to content

New to Phaser - Would like to create typing game !


Harvey
 Share

Recommended Posts

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

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

  • 5 years later...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...