Skip to content

segura2010/cr-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cr-go : Clash Royale Client in Go

This is a Clash Royale basic client. Only some packets have been included, you can add more following the same structure and using this: https://github.com/royale-proxy/cr-messages

Installation

  1. Run go get github.com/segura2010/cr-go to install this library
  2. Run the install script install.sh to install all the dependencies.
  3. Use this library in your own project. You can see an example in main.go.

Why?

I developed this lib just to learn more about Go and because I wanted to translate similar work to Golang.

Credit / Other libs

I have used as reference the following libs/works about CR:

Tested on Go 1.8.3

Releases

No releases published

Packages

No packages published