Introducing the new Screeps Room Planner: a practical tool for players to efficiently plan and visualize room layouts.
- 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
For your convenience, check out the hosted version:
🔗 screeps-room-planner.vercel.app
Screeps Room Planner is easy to install and run on your local machine.
- Node.js v18.17 or later.
- Clone or download the repo to your local machine
- Install dependencies with
npm i
- Start the app in development mode with
npm run dev
Run the app in production mode for optimized app performance:
- Build the app with
npm run build
- Start the app with
npm start
Screeps Room Planner is released under the MIT License. See the LICENSE file for more information.