Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/traxys/screeps_base
Basic screeps project (inspired largely by screeps-game-api)
https://github.com/traxys/screeps_base
Last synced: 25 days ago
JSON representation
Basic screeps project (inspired largely by screeps-game-api)
- Host: GitHub
- URL: https://github.com/traxys/screeps_base
- Owner: traxys
- License: apache-2.0
- Created: 2021-01-06T16:39:43.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T16:55:01.000Z (about 4 years ago)
- Last Synced: 2024-12-21T02:07:50.655Z (about 1 month ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
Awesome Lists containing this project
README
# Rust Screeps basic template
This is the most basic template you can have to use rust in `screeps`. Most of the work was taken from what was done in [screeps-game-api](https://github.com/rustyscreeps/screeps-game-api/blob/bindgen/bindgen-notes-temp.md)This adds a `copy.sh` script that calls `wasm-pack`, modifies the output so that it can be deployed in `screeps` and copies that to the `OUTPUT_DIR`. You need to set that dir in `copy.sh`
You can clone this template with `cargo generate --git https://github.com/traxys/screeps_base`