Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 669 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 669 Bytes

Phazer game engine

TODO: Description

Prerequisites

TODO: Softwares needed (Typescript, npm ...)

Installation

You can get the latest release by cloning repo :

$ git clone https://github.com/Tlahey/LimitLimit-game.git

Enter on the project

$ cd LimitLimit-game

Download dependances

$ npm install

Build the application with tsc

$ tsc -p .

If all it's ok, a file all.js are create on root folder.

Run application

For run the application, you can open index.html on the root folder or you can lauched the express server with

$ node expressServer.js

Go after on url http://localhost:3000 by default.