Skip to content

LinuxBozo/pinwho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PinWho

Playing around with Phaser for game development. Simple pinball game.

How to get this running or how to use it

First Steps

Make sure you have NodeJS installed, and you can use the npm command:

$ npm version

Then install dependencies from the project root directory:

$ npm install

Running locally

Start the local server:

$ npm start

This will create a server to listen on localhost:9000 for requests, and will watch the source code for changes and reload the application as necessary.

Just point your browser at http://localhost:9000 and click Start to play.

Keys:

  • [Down Arrow] : Launch Ball
  • [Left Arrow] : Left Flipper
  • [Right Arrow] : Right Flipper

About

Playing around with Phaser for game development. Simple pinball game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors