An open API service indexing awesome lists of open source software.

https://github.com/xubiod/rpgo

A port of uuksu/RPGMakerDecrypter.Decrypter from C# to Go.
https://github.com/xubiod/rpgo

go golang rpg-maker rpg-maker-vx rpg-maker-vxace rpg-maker-xp rpgmaker rpgmakervx rpgmakervxace rpgmakerxp

Last synced: about 1 year ago
JSON representation

A port of uuksu/RPGMakerDecrypter.Decrypter from C# to Go.

Awesome Lists containing this project

README

          

# RPGO [![Go](https://github.com/xubiod/rpgo/actions/workflows/go.yml/badge.svg)](https://github.com/xubiod/rpgo/actions/workflows/go.yml) [![Go Reference](https://pkg.go.dev/badge/github.com/xubiod/rpgo.svg)](https://pkg.go.dev/github.com/xubiod/rpgo) [![Go Report Card](https://goreportcard.com/badge/github.com/xubiod/rpgo)](https://goreportcard.com/report/github.com/xubiod/rpgo)

This is currently a direct translation of uuksuu's RPGMakerDecrypter project,
specifically the Decrypter namespace and the Tests namespace. You can go to that
version [here](https://github.com/uuksu/RPGMakerDecrypter/).

This was mainly an exercise with Go and the testing capabilities.

## CLI

The CLI has been moved to a [separate repository](https://github.com/xubiod/rpgo-cli).

## Tests

**Current coverage as reported by `go test -cover`: 90.9%**

|File|Coverage|
|-|-|
|[binary_utils.go](binary_utils.go)|100%|
|[project_generator.go](project_generator.go)|77.4%|
|[rgssad.go](rgssad.go)|85.5%|
|[rgssadv1.go](rgssadv1.go)|97.6%|
|[rgssadv3.go](rgssadv3.go)|97.9%|
|[rpgmaker_version.go](rpgmaker_version.go)|100.0%|