Skip to content

ketanpandey01/PokerPatti

Repository files navigation

PokerPatti

Online multiplayer game for Android platform. It is based on Indian poker usually called Teenpatti.

Project Description

This project was made as a internship project for Aspirit Vision Solution Pvt. Ltd.

I mostly worked on the business logic and web service part of the application. Java was used as a native language for the development of the app although kotlin can also be used now. Database connection and CRUD operations were deployed as a web service using WCF. We used Microsoft SQL server as the database and hosted it on the web along with the WCF service.

The animation and graphics for the game was developed using the native android animations such as propery and view animation.

Files Included(Essential Ones)

  • SignIn.java: Contains code for checking the user credentials and logginIn the user.
  • SignUp.java: Code for signing up to the game and storing the new user details into the DB.
  • Service_Client_Interaction.java: Storing and retreiving data from the database is done here. WCF service is called and CRUD operations are performed on the web.
  • MenuActivity.java: Shows the main menu of the game including the settings.
  • Table1Activity.java: Contains the main logic of the game.(Mutliplaying)

Releases

No releases published

Packages

No packages published

Languages