Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.22 KB

README.md

File metadata and controls

59 lines (40 loc) · 1.22 KB

TerraPS

Status: Not actively maintained. (I have special circumstances)

  • Oxidized.

  • NOTE: Only semi-functional for now. If you have an idea on how to fix stuffs, please make a PR. If you face an issue, make a Github issue.

  • The following functionality are working:

    • rlv2
      • Map generation
      • Node traversal
      • Battles
    • sandboxv2
      • Building
      • Day progressing
      • Raids
      • ???
    • tower
      • Fix broken battle data decryption
      • ???

Future

  • This project follows the "Make it works, make it right, make it fast" principle. Currently:
    • Works
    • Right
    • Fast

Big thanks

Guide

Prerequisites

  • Rust. (You can install it via Rustup or any way you prefer.)
    • A text editor is also recommended.
  • Nushell.

Building from source

Windows

  • Run envsetup.nu to setup the environment.
  • Just run cargo build --release.

Linux

TBA

macOS

TBA

Launching the game

TBA