Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1 KB

README.md

File metadata and controls

46 lines (27 loc) · 1 KB

ReVision - Remnant 2 save file reader

ReVision is a Golang project that allows you to dive into the Remnant game save files, explore their structure and retrieve their content.

Usage

TODO: Instructions on how to use the application.

Prerequisites

  • Go 1.16 or later

Installation

Clone this repository:

git clone https://github.com/t1nky/revision-go.git

Move to the project directory:

cd revision-go

Then build the project:

go build

Contributing

We appreciate all contributions. If you're interested in contributing, please see our CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.

License

This project is licensed under the MIT License. See LICENSE.md for more details.

Acknowledgements