Skip to content

Latest commit

 

History

History
70 lines (55 loc) · 1.5 KB

README.md

File metadata and controls

70 lines (55 loc) · 1.5 KB

Bladius

A roguelike game of gladiatorial combat with deckbuilding elements built with syngen.

How to play

There are a few ways to acquire Bladius:

A game manual has been provided to improve your success in Bladius. There you will find a complete reference to the game, its controls, and its mechanics. How long will you survive in the arena?

Getting started

To get started, please use npm to install the required dependencies:

npm install

Common tasks

Common tasks have been automated with Gulp:

Build once

gulp build

Build continuously

gulp watch

Create distributables

gulp dist

Open in Electron

gulp electron

Build and open in Electron

gulp electron-build

Start web server

gulp serve

Start web server and build continuously

gulp dev

Command line flags

Flag Description
--debug Suppresses minification.

Credits

These fonts are free for noncommercial use and not covered by the license of this project:

  • Fira Mono by Mozilla
  • MB-Element Brutalized by Irina ModBlackmoon
  • Roboto by Google

Thanks for playing!