Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loganintech/cs344-program-two-rust
This program is one I wrote for fun for my CS344 (Operating Systems) at OSU in Rust.
https://github.com/loganintech/cs344-program-two-rust
Last synced: about 22 hours ago
JSON representation
This program is one I wrote for fun for my CS344 (Operating Systems) at OSU in Rust.
- Host: GitHub
- URL: https://github.com/loganintech/cs344-program-two-rust
- Owner: loganintech
- Created: 2018-10-22T23:59:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T21:54:28.000Z (over 6 years ago)
- Last Synced: 2024-10-18T06:51:44.641Z (3 months ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a program I wrote for OSU's 2nd programming assignment in Operating Systems. The requirements for each program are in their respective folders
## Requirements
- Rust - https://rustup.rs
## Compiling
```
cargo build [--release]
```or with make
```
make build
```## Playing the Game
```sh
#Compile
make && make move#Generate Room Dir
./buildrooms#Play Adventure
./adventure
```