kevinburke / metrosolver

Finding optimal Mini Metro routes
6 stars 0 forks source link

Still interested on solve this? #1

Open luizotcarvalho opened 5 years ago

luizotcarvalho commented 5 years ago

I started to play minimetro recently and accepted the challenge to create a solver.

The stations detection is almost done and I'm currently working on rivers detection. Everything is made with python and opencv (computer vision) library.

My plan is to use Google OR Tools (https://developers.google.com/optimization/introduction/python) to otimize the routes based on the game rules when all the detection systems are done.

Captura de Tela 2019-08-23 às 19 24 16

kevinburke commented 5 years ago

Cool, good luck!

Kevin Burke phone: 925-271-7005 | kevin.burke.dev ( https://kevin.burke.dev )

On Fri, Aug 23, 2019 at 3:24 PM, Luiz Otávio Carvalho < notifications@github.com > wrote:

I started to play minimetro recently and accepted the challenge to create a solver.

The stations detection is almost done and I'm currently working on rivers detection. Everything is made with python and opencv (computer vision) library.

My plan is to use Google OR Tools ( https:/ / developers. google. com/ optimization/ introduction/ python ( https://developers.google.com/optimization/introduction/python ) ) to otimize the routes based on the game rules when all the detection systems are done.

Captura de Tela 2019-08-23 às 19 24 16 ( https://user-images.githubusercontent.com/1590532/63626899-8b794100-c5db-11e9-9e2a-eda3787586e9.png )

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub ( https://github.com/kevinburke/metrosolver/issues/1?email_source=notifications&email_token=AABZEI734C4JLNJ7DPNAASDQGBPQDA5CNFSM4IPEEUW2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HHEOXXA ) , or mute the thread ( https://github.com/notifications/unsubscribe-auth/AABZEI2ZXZGD7DFAZJSCU7LQGBPQDANCNFSM4IPEEUWQ ).

sguillia commented 5 years ago

Nice, keep us in touch!

luizotcarvalho commented 5 years ago

I created a repo to share where I'm, any help will be appreciated!

https://github.com/luizotcarvalho/minimetro-solver

Cheers