Skip to content

t1nky/revision-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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