danielholmes / coc-base-analyser

Analyse Clash of Clans war layouts for individual bases or whole clans
MIT License
13 stars 0 forks source link

Installation help #1

Open bandtank opened 3 years ago

bandtank commented 3 years ago

Two questions:

  1. Does this code still work?
  2. I am not familiar with JDK or SBT (I don't even know what this is). Are there any notes to help get started? Even a simple explanation would be nice.
danielholmes commented 3 years ago

Hi @bandtank ,

  1. See the note about a Game Connection in the README: https://github.com/danielholmes/coc-base-analyser#game-connection . You need to source or code up a connection to the game servers as the one I was using isn't available any more. Whilst I haven't tried this project out in year, once you have this game connection there's no reason why it shouldn't work now still.

  2. JDK is the Java Development Kit - A very popular programming/software platform. If you search google you'll better be able to pick out links that suit your knowledge/experience than I could for you. SBT is Scala Build Tool - https://www.scala-sbt.org/ . It will require programming knowledge to get running - it's not packaged into a nice end user executable or published to a website or anything like that

bandtank commented 3 years ago

Interesting. I tried to find the game connector you mentioned, but I can't find a trace of it anywhere. I'll see what I can figure out. Thanks.

danielholmes commented 3 years ago

@bandtank Some things to note about a connection like this:

A related area are clash of clans private servers. Programming one of those includes some work related to a game connection, so looking for projects and/or people involved in those might be fruitful.