Skip to content

quincyjo/rhythmos

Repository files navigation

Rhythmos

Build Status

A rhythm game as web app built in Angular2 with HTML5 database local storage and p2p transfer via a web torrent cloud. Follows Stepmania's SM and SSC file specifications and scoring rules.

Prereq

Project is developed with NodeJS. It is easiest to build with Angular-Cli. With node and npm:

npm i -g angular-cli
git clone https://github.com/verbetam/rhythmos
cd rhythmos
npm install

Building

The project can be built into es5 js standards for distribution with the following commands:

$ ng build

Build files are built to rhythmos/dist/

Serve App Locally

The project can be built and served locally through an httplight server using:

$ ng serve

This build the project and serve files from the dist directory at localhost:4200

Testing

The Jasmine unit tests specs can be run with:

$ npm test

About

Rhythm game as web app with Angular2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published