项目作者: BlackHarpy

项目描述 :
Game for the Global Game Jam 2018 made with Phaser
高级语言: TypeScript
项目地址: git://github.com/BlackHarpy/transmission-line.git
创建时间: 2018-01-28T23:35:40Z
项目社区:https://github.com/BlackHarpy/transmission-line

开源协议:

下载


Transmission Line

A game for the Global Game Jam 2018 made with Phaser

Description

The game consists or changing letters going through a belt to form the output word. There are various controls for the characters: Swap two letter with one another, change case, go to next letter or last letter. The controls are placed on top of the belts and when a block with a letter goes through it, makes the transformation.

Even though is a game made for web, it counts with an Electron configuration to make an executable build.

Authors

Programming - María Castro

Programming, Music - Elias Zacarías

Programming, Sprites - Felipe Alfonso

Global Game Jam 2018 game site

Requirements

Node v8.9.1 or beyond is required

Running the Project

First, install dependencies

$ npm install

To build the project and run it in server http://localhost:3000/

$ npm run serve

To only build the project

$ npm run build

To only run the server

$ npm run node

To build the project and watch for changes

$ npm run watch

To run the game as an Electron app after building the files

$ npm start

To build an Electron executable

$ npm dist