Skip to content

ehrpg/vessels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

This project covers a javascript application that supports players and DMs playing Endless Horzions by providing a way to lookup, create and customize vessels. The source code is designed to work in every modern browser without any special requirements such as a webserver. This is why the data objects are defined in a .js file rather than in JSON, YAML or whatever. (See Chrome CORS)

Basic Usage

coming soon

Dev

Requires https://nodejs.org/en/ and npm to be installed.

  1. Clone this repo.
  2. npm install
  3. gulp or gulp watch to compile assets.

Contribution

js-standard-style

This project is mainly written in javascript. If you wish to contribute, please use js-standard-style and see the existing code for guidelines.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published