A
A
Alexander Bagirov2014-02-18 13:44:08
PHP
Alexander Bagirov, 2014-02-18 13:44:08

Is it possible to create a mobile chess app that uses data from another site?

Hello!
There is a site for playing chess between two people: link .
Is it possible somehow to implement an android application through which one can play using this site?
It turns out that you need to somehow use GET and POST to get the position of the pieces and send the move to the server?
Thank you for your responses!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
GavriKos, 2014-02-18
@alexbagirov

If the game on the site is not flash / unity / something else and uses get / post requests - then yes, you need to emulate the same requests in Android. There are standard components to send them. You can view requests with any sniffer.
In the case of a flash / unit, I can’t tell, alas.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question