markazmierczak / out-of-rust-world

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Out of Rust World

Intro

Overview

An implementation of engine from the "Another World" game ("Out of This World" in USA) in Rust language.

Build & Run

cargo build --release
cd dir/with/another/world/data/files # memlist.bin
sources/target/release/oorw  # --help for more options

Controls

  • Space - Run
  • Arrows - Move Left and Right, Jump and Crawl
  • Esc - Exit the Game
  • P - Pause the Game

About

License:MIT License


Languages

Language:Rust 100.0%