All Projects → HoPGoldy → screeps-commander

HoPGoldy / screeps-commander

Licence: MIT License
用于游戏《Screeps》的移动端控制台 WEB 应用

Programming Languages

Vue
7211 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to screeps-commander

contour
Modern C++ Terminal Emulator
Stars: ✭ 761 (+4127.78%)
Mutual labels:  console
screeps notify
Send messages (SMS, Slack) from inside Screeps Scripts
Stars: ✭ 21 (+16.67%)
Mutual labels:  screeps
yii-console
Yii console components
Stars: ✭ 48 (+166.67%)
Mutual labels:  console
WeConsole
功能全面、界面与体验对标 Chrome devtools 的可定制化的小程序开发调试面板
Stars: ✭ 137 (+661.11%)
Mutual labels:  console
circumflex
🌿 It's Hacker News in your terminal
Stars: ✭ 43 (+138.89%)
Mutual labels:  console
slim-command
Useful commands for slim application
Stars: ✭ 13 (-27.78%)
Mutual labels:  console
laravel-web-console
💻 Web console for your Laravel application
Stars: ✭ 142 (+688.89%)
Mutual labels:  console
fdlinecombine
Read multiple fds and print data to stdout linewise.
Stars: ✭ 40 (+122.22%)
Mutual labels:  console
screeps-obsolete
Obsolete - Codebase for screeps game.
Stars: ✭ 16 (-11.11%)
Mutual labels:  screeps
ascii chart
Nice-looking lightweight console ASCII line charts ╭┈╯. Port of kroitor/asciichart.
Stars: ✭ 24 (+33.33%)
Mutual labels:  console
pyeez
easy elegant representation on console
Stars: ✭ 14 (-22.22%)
Mutual labels:  console
console.img
🎉 Display a picture in the Chrome browser console
Stars: ✭ 44 (+144.44%)
Mutual labels:  console
ctable
C library to print nicely formatted tables
Stars: ✭ 13 (-27.78%)
Mutual labels:  console
RecoverPy
🙈 Interactively find and recover deleted or 👉 overwritten 👈 files from your terminal
Stars: ✭ 189 (+950%)
Mutual labels:  console
cmdr
POSIX-compliant command-line UI (CLI) parser and Hierarchical-configuration operations
Stars: ✭ 94 (+422.22%)
Mutual labels:  console
croatoan
Common Lisp bindings for the ncurses terminal library.
Stars: ✭ 111 (+516.67%)
Mutual labels:  console
screeps-starter-rust
Starter Rust AI for Screeps, the JavaScript-based MMO game
Stars: ✭ 55 (+205.56%)
Mutual labels:  screeps
screeps-multimeter
The most useful tool on your screeps workbench.
Stars: ✭ 69 (+283.33%)
Mutual labels:  screeps
ishell
Create shell environments with Python
Stars: ✭ 70 (+288.89%)
Mutual labels:  console
command-line
⌨ Command line options and arguments parser.
Stars: ✭ 35 (+94.44%)
Mutual labels:  console

screeps-commander

在线访问地址 点击这里

本项目包含了用于和游戏 ”Screeps“ 进行交互的控制台以及一套用于快速发送命令的自定义按钮组。主要用于优化移动端的游戏控制台交互体验。本项目仅包含前端静态页面,所有需要用到的信息均保存于用户本地机器,不会上传至除 Screeps 官服之外的任何服务器。

6j2vtg.md.png

细节

  • 点击控制台消息可以查看其来源 shard 和接受/发送时间。
  • 点击控制台消息前的图标可以将该消息内容复制到输入框。
  • 同一个参数占位符可以在命令中出现多次。
  • 命令可以换行,但是太长的命令可能会服务器拒绝接收。
  • 导出后的信息是标准的 JSON 字符串,你可以手动编辑并再次导入(格式错误可能会导致程序异常)。

技术栈

  • 基本框架:Vue
  • 类型支持:TypeScript
  • 组件库:Vuetify
  • 预编译样式:stylus
  • 模板语言:pug
  • 代码质量检查:ESLint

需求

  • node: >= 10.13.0
  • yarn: 最新版本

安装依赖

yarn install

使用

启动热更新 dev 服务

yarn serve

编译

yarn build

lint 检查

yarn lint
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].