Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```