a cross-platform proxy server for pretendo, but it's flexible
Go to file
2018-03-14 19:37:16 -05:00
test begin transitioning to use a different library for terminal colors 2018-02-27 18:24:35 -06:00
.gitignore fix a bug regarding autoconf and adding the Pretendo servers to the config 2018-03-13 18:48:20 -05:00
data.go add a todo for something that might exist soon ;) 2018-03-14 12:13:20 -05:00
fs.go begin work on template method 2018-03-07 19:02:52 -06:00
LICENSE some files 2018-02-25 10:28:44 -06:00
maryo.go get a bit further 2018-03-14 19:37:16 -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 get a bit further 2018-03-14 19:37:16 -05:00
README.md add colors 2018-02-28 17:44:42 -06:00
setup.go time to actually write the proxy 2018-03-14 18:51:20 -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 get a bit further 2018-03-14 19:37:16 -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)