Screeps Rs Save

Work in progress native Screeps client.

Project README

screeps-rs

Linux Build Status Windows Build Status

WIP native screeps client using Rust and conrod.

Screeps is a true programming MMO where users upload JavaScript code to power their online empires.

map rendering screenshot

zoomed out screenshot

This client is built on three main projects:

  • rust-screeps-api implements HTTP calls, endpoints and json result parsing
  • screeps-rs-network implements result caching, keeping track of http and websocket connections, and providing an 'event' api
  • screeps-rs-ui implements rendering and a UI

rust-screeps-api can:

  • Connect to screeps.com with HTTP calls and websocket connections
  • Authenticate
  • Retrieve room terrain, map room overviews, basic user information and room details.

screeps-rs can:

  • Connect to screeps.com
  • Login through a UI
  • Render basic room terrain, map view, and information of the logged in user.

Eventually, this will be able to connect to both the official server and any private server instances run by users.

Running:

  • If you're on Ubuntu 17.10+, or on another Wayland Linux: (see [glutin#949])
    • install "libegl1-mesa-dev"

    • soft-link libwayland-egl.so.1 to libwayland-egl.so in your system's lib dir. On ubuntu:

      cd /usr/lib/x86_64-linux-gnu/
      sudo ln -s libwayland-egl.so.1 libwayland-egl.so
      

Neighbor projects:

screeps-rs uses the Akashi font. It is included with permission from Ten by Twenty.

Open Source Agenda is not affiliated with "Screeps Rs" Project. README Source: daboross/screeps-rs
Stars
30
Open Issues
9
Last Commit
6 years ago
Repository
Tags

Open Source Agenda Badge

Open Source Agenda Rating