-
Notifications
You must be signed in to change notification settings - Fork 0
Home
At the first course of my study in the HSE, I decided to get some practical experience in Android development, so I started surfing the net, looking for some logic games, to create one, that has never been done before
Wikipedia says that Sim is a pencil-and-paper game that is played by two players. Six dots ('vertices') are drawn. Each dot is connected to every other dot by a line ('edge'). Two players take turns connecting any vertices that are still not connected. The first player uses one color, while the second one uses another. Every layer is trying to avoid the creation of a triangle made solely of their color (only triangles with the dots as vertices count; intersections of lines are irrelevant); the player, who is first to create such a triangle, loses immediately.
The game has already been written with Xamarin framework, but it's functionality seemed to be quite unsatisfactory, that's why I'm now rewriting it, using Android Studio. Old version u can see at repository.
// Some screenshots of Intro and Menu Scenes: