Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

raid-enhanced

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raid-enhanced

Rogue AI Dungeon!.

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by50%
Maintainers
1
Weekly downloads
 
Created
Source

Rogue AI Dungeon

Join the chat at https://gitter.im/bovard/raid

A Rogue-like game based on the battlecode API. We hope this game will be fun and help people prepare to compete in battlecode!

Check out the latest version!

We're going to program this during the 2016 7DRL challenge.

We'll do the work in two phases.

Phase 1: Pre-7DRL (create and vet the API)

  1. re-create the battlecode api (before 7DRL begins)
  2. create a prototype using it (before 7DRL begins)

Phase 2: During 7DRL (Create the game!)

  1. create a rich UI
  2. create and balance the game concept/rules
  3. create and balance levels
  4. create leaderboard

We believe this is in the spirit of the 7DRL challenge.

Local Development

Make sure you have node and npm installed.

npm install -g browserify
cd raid/
npm install

Then you simply build the project and start a simple server:

npm run build
npm run serve

Open your browser to localhost:8000 and tada! As you make changes you'll have to run npm run build again.

Problems:

Error: EMFILE, open '/.../node_modules/react-bootstrap/package.json'

Your file limit it too low for browserify, fix it with:

ulimit -n 2560

Keywords

FAQs

Package last updated on 30 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc