Skip to content

hemantj99/Tom-and-Jerry-Game

Repository files navigation

Tom-and-Jerry-Game

Tom-and-Jerry is a game in which two players seek in alternate turns to complete a row, a column, or a diagonal with either Three Tom or three Jerry drawn in the spaces of a 3×3 grid of nine squares to wins the game.

Features:

  • Play with computers or Play with friends feature.
  • Used Minimax algorithm with alpha-beta pruning to play with computer.

Get it on Google Play

To Run the Application

  • Clone this repo:git clone https://github.com/hemantj99/Tom-and-Jerry-Game.git

  • Open Android Studio and Since the app is developed in Android Studio, you can clone this app repository and import it into your Android Studio. Then either run it with an emulator or on an actual device (what I do). More information on how to do this is availabe here.

Or

Download the Zip file of this repo and How to run it?

  • It is very simple, Unpack the download ZIP (from this repository) and open Android studio.
  • Go to File -> New -> Import project and look for the unpacked file in your computer.
  • Application Name: Tom-and-Jerry-Game will appear to the users, select it and open it.
  • If you try to run, there will be a prompt message to let you know that you need and Create Virtual Device.
  • So do this, From the Your Virtual Devices page of the AVD Manager, click Create Virtual Device.
  • Select a hardware profile, and then click Next.
  • If you don't see the hardware profile you want, you can create or import a hardware profile.

  • Once the application is successfully imported, Go to Run -> Run App.

I hope you enjoy it!

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Gmail Badge Linkedin Badge Medium Badge Twitter Badge

About

Android Game in which two players seek in alternate turns to complete a row, a column, or a diagonal with either Three Tom or three Jerry to wins the game.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages