https://github.com/cleancut/duel
An independent re-write of the client for Rusty Sword Arena, with tags for the various stages. This repository will be deleted if RSA gets refactored.
https://github.com/cleancut/duel
Last synced: 11 months ago
JSON representation
An independent re-write of the client for Rusty Sword Arena, with tags for the various stages. This repository will be deleted if RSA gets refactored.
- Host: GitHub
- URL: https://github.com/cleancut/duel
- Owner: CleanCut
- License: mit
- Created: 2018-07-14T00:23:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-03T04:46:46.000Z (almost 5 years ago)
- Last Synced: 2025-01-17T22:43:34.091Z (about 1 year ago)
- Language: Rust
- Size: 90.8 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repo was prepared as the proof-of-concept for what we built _together_ in the
[Rusty Sword Arena](https://github.com/CleanCut/rusty_sword_arena)
[session at OSCON 2018](https://conferences.oreilly.com/oscon/oscon-or/public/schedule/detail/67116)
There is a TAG for each of the relevant sections, starting with tag `03` and then `04` and so forth. If you get
completely lost or behind in the tutorial, you can clone this repo and checkout the closest tag, and go from there if
you like.
```
# Clone this repository
git clone https://github.com/CleanCut/duel.git
# Look at the tags
cd duel
git tag
# Check out one of the tags
git checkout 08
# ...and off you go
```