Skip to content

moynzzz/madlen-koleva-phaser-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to install and play Yannie & Brannie

  1. Install node dependencies:

    npm install
  2. Run phaser_game.sql SQL script into your MySQL database. This will create the needed database and the table for storing the high scores for the leader board.

  3. Configure database connection in server.js. Set up your mysql host, user and password.

    var connection = mysql.createConnection({
        host     : 'example.com',
        user     : 'user',
        password : 'password',
        database : 'phaser_game'
    });
  4. To run the game server use:

    node server.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages