Skip to content

alarv/geras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1bb301e · Sep 22, 2021

History

39 Commits
Nov 21, 2019
Apr 20, 2020
Apr 11, 2020
Apr 11, 2020
Apr 20, 2020
Sep 22, 2021
Apr 19, 2020
Apr 19, 2020
Apr 19, 2020
Apr 19, 2020
Apr 11, 2020
Apr 10, 2020

Repository files navigation

Geras

Geras /ˈdʒɪərəs/ (Ancient Greek: Γῆρας, romanized: Gễras, meaning Ageing) is a game about ageing made with Phaser 3 that I developed during the 2020 Covid-19 Quarantine. Here's a demo

Requirements

Node.js is required to install dependencies and run scripts via npm.

Available Commands

Command Description
npm install Install project dependencies
npm run watch Build project and open web server running project, watching for changes
npm run dev Builds project and open web server, but do not watch for changes
npm run build Builds code bundle with production settings (minification, no source maps, etc..)

Writing Code

After cloning the repo, run npm install from your project directory. Then, you can start the local development server by running npm run watch.