Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 608 Bytes

File metadata and controls

22 lines (19 loc) · 608 Bytes

Crabbit

A simple terminal jumper game. Despite this game is petty playable, it is an alpha software, in other words, the documentation still under development and optimizations will still be done.

Overview

Run

To run the game just clone this repo and execute the release version.

git clone "https://github.com/thewillyan/crabbit" && cd crabbit && cargo run --release

Docs

This project isn't in crates.io yet, so to view the documentation, run:

cargo doc --open