An open API service indexing awesome lists of open source software.

https://github.com/remram44/vigilant-steel

A space game using Rust & Piston.
https://github.com/remram44/vigilant-steel

game piston rust space

Last synced: about 1 year ago
JSON representation

A space game using Rust & Piston.

Awesome Lists containing this project

README

          

# Vigilant Steel

A space game using [Rust](https://www.rust-lang.org/) & [WebAssembly](https://developer.mozilla.org/docs/WebAssembly), where ships are made of singular modules that can be attached and destroyed individually.

![screen shot](screenshot.png)

## Dependencies

specs, wasm-bindgen.

## Goals

* [X] Use a clean Rust architecture, with specs to decouple entity components
* [X] Interface with JavaScript
* [X] 2D rendering with WebGL
* [X] Make a simple game
* [X] Make it multiplayer
* [ ] Get network working in the browser (websockets); also needs a websockets server
* [X] Make headless server builds
* [ ] Make a demo, announce
* [ ] Make a full game I guess