A Quadrilateral Cowboy clone intended to help me learn Game Dev

Adding small README

+6
+6
README.md
··· 1 + # Triangular Viking 2 + A Quadrilateral Cowboy clone intended to help me learn Game Dev 3 + ## Building for Yourself 4 + 1. [Install Rust](https://rustup.rs/) 5 + 2. [Install OS Dependencies](https://bevy.org/learn/quick-start/getting-started/setup/#installing-os-dependencies) 6 + 3. Run `cargo build` or `cargo run`