a cross-platform proxy server for pretendo, but it's flexible
Go to file
2018-03-21 00:12:37 -05:00
test begin transitioning to use a different library for terminal colors 2018-02-27 18:24:35 -06:00
.gitignore a bunch of things, each loosely related to each other 2018-03-20 15:43:23 -05:00
build.sh added a buildscript 2018-03-16 11:37:54 -05:00
data.go a quick backup push 2018-03-20 17:41:43 -05:00
fs.go it should work now 2018-03-20 20:46:54 -05:00
LICENSE some files 2018-02-25 10:28:44 -06:00
maryo.go a bunch of things, each loosely related to each other 2018-03-20 15:43:23 -05:00
network.go rewrite all functions and stuff in data.go to be maps instead 2018-03-08 19:16:11 -06:00
proxy.go updated a few things to avoid errors 2018-03-21 00:12:37 -05:00
README.md quick change to readme 2018-03-19 21:39:14 -05:00
setup.go it should work now 2018-03-20 20:46:54 -05:00
shell.go adding another useful function, and cleaning up some more code and documenting it 2018-03-14 14:11:00 -05:00
utils.go it should work now 2018-03-20 20:46:54 -05:00

maryo

a proxy server used for accessing Pretendo, the open source Nintendo Network replacement

(also known as the terminal app your grandma can use)

instructions

using precompiled binaries:

go to the releases, and download the correct binary for your system. just double-click it and follow the instructions

building from source (WARNING: EXTREMELY HARDCORE)

prerequisites

building

  1. clone this repository
  2. it's easy, just go build in the source directory
  3. you can then double click your own binaries instead of ours (i don't care)