Skip to content

daboross/screeps-rs

Folders and files

NameName
Last commit message
Last commit date
Jan 7, 2018
Mar 23, 2018
Aug 19, 2017
Feb 16, 2018
Mar 16, 2017
Feb 8, 2018
Mar 23, 2018
Mar 23, 2018
Mar 16, 2017
Jan 7, 2018
Dec 26, 2017
Dec 26, 2017

Repository files navigation

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.