saltMonger / botblike

Rogue-like based on Battle of the Bits. Written in ES6 with rot.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Battle of the Bits Rogue-Like (Botblike)

Live Demo

Development Requirements

For development, you will only need Node.js installed on your environment.

Set-up

  1. Install Node on your computer.
  2. Navigate to the root director in the Node.js Command Prompt
  3. $ npm install
    
  4. Wait until all dependencies are download.
  5. $ npm run dev
    
  6. A new window should open with a copy of the game.

Simple build for production

$ npm run build

Languages & tools

HTML

  • Nothing fancy

JavaScript

  • Rot.js is the rogue-like framework that this is built upon.
  • Webpack is used for all of our bundling.
  • Vue will be used for the UI (if Sean lets me).

CSS

  • Need to get some stuff

About

Rogue-like based on Battle of the Bits. Written in ES6 with rot.js


Languages

Language:JavaScript 99.9%Language:HTML 0.1%