A game for the Global Game Jam 2018 made with Phaser
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.
Programming - María Castro
Programming, Music - Elias Zacarías
Programming, Sprites - Felipe Alfonso
Global Game Jam 2018 game site
Node v8.9.1 or beyond is required
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