An Android dots game, single-player mode and online multi-player mode, powered by Java, .Net and SignalR
IsDotGame is a dots game running under Android operation system, players could play in single-player mode with Android and also play with other players in multi-player mode through the internet or even local network. When a player tries to play through internet, he/she should tap multi-play button and wait for other players to make establish a connection in order to start the game. Establishing a new connection will be handled automatically and the players should wait until a new connetion is established.
IsDotServer is a SignalR project implemented in ASP.NET MVC which contains all server-side infrastructure to establish connections between players and provide an online multi-player mode.
Current version is running without any problem, both single player mode and online multi-player mode works fine.
If you have any question, please drop me an email at smasafat@gmail.com
In order to run the game in your android, you need isDotGame, isDotGame is available at https://github.com/saeedmaghdam/isDotGame
![]() |
![]() |
|---|---|
![]() |
![]() |
-
- Play game with Android, competite with a sharp algorithm.
-
- Tap multi-player mode, wait for other players to establish a connection, start the game.
-
- Set a profile in order to start an online game
-
- It's not working in current version
To install the game, first, you've to install android apk from isDotGame project:
app\release\isDotGame.apk
Then, run this project and play in multi-player mode. You've to configure and set ip addresses in android project and also configure the firewall.
Saeed Aghdam – Linkedin
Distributed under the MIT license. See LICENSE for more information.
https://github.com/saeedmaghdam/
-
Fork it (https://github.com/saeedmaghdam/IsDotServer/fork)
-
Create your feature branch (
git checkout -b feature/your-branch-name) -
Commit your changes (
git commit -am 'Add a short message describes new feature') -
Push to the branch (
git push origin feature/your-branch-name) -
Create a new Pull Request



