admon84 / screeps-room-planner

New Screeps Room Planner

Home Page:https://screeps-room-planner.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screeps Room Planner

Introducing the new Screeps Room Planner: a practical tool for players to efficiently plan and visualize room layouts.

Features

  • Material UI: Experience a clean, modern, and intuitive user interface built with Material UI
  • Room Visualization: Get a clear overview of your room in a visually pleasing design
  • Import Room Data: Download terrain and structure data from live Screeps MMO rooms
  • Export Room JSON: Generate your room layout as JSON for easy integration with your Screeps script

screeps-room-planner

Hosted version

Try the Screeps Room Planner hosted version (everything works except importing room data):

đź”— admon84.github.io/screeps-room-planner

Getting started

Screeps Room Planner is easy to install and run on your local machine.

Requirements

  • Node.js 14+

Install

  1. Clone or download the repo to your local machine
  2. Install dependencies with npm install
  3. Start the app with npm start

Production

Run the app in production mode for optimized app performance:

  • Install serve with npm install serve --global
  • Build the optimized app with npm run build
  • Start the optimized app with serve -s build

License

Screeps Room Planner is released under the MIT License. See the LICENSE file for more information.

About

New Screeps Room Planner

https://screeps-room-planner.vercel.app

License:MIT License


Languages

Language:TypeScript 99.0%Language:HTML 1.0%