Introduction: How to Make an Android Mobile Game ?

A game is structured form of play, usually undertaken for enjoyment and sometimes used as an educational tool.Playing games help us grow, think, and find solutions to problems.

So Today i am going to make a game for android mobile.

Note:This game will work with moblie phone having 5.5" screen and Android OS.

Step 1: Things You Will Need...

  1. A computer or laptop having android studio installed on it.
  2. A little knowledge of Java programming.
  3. Basic knowledge of Android studio.
  4. latest version of JDK (java development kit) and JRE installed on pc..

Step 2: Initial Setup......

  1. open android studio.
  2. Click on new project.
  3. Now put application name "Pinball" and click next.
  4. Select minimum SDK and click next.
  5. Now click on blank activity and click Next.
  6. Now click on finish button.

Step 3:

Now a window will open.Now you can see a directory/folder named "res" on top-left side.

Now copy all images of this step and put into res=>drawable folder in android studio.

Step 4:

Open MainActivity.java flie and delete highlight text on image.

Step 5:

Now open Content_Main.xml and put 3 image view in mobile show in figure or you can download just given programme and copy into Content_Main.xml file.

If you are not able to download file than you can download from here Google Drive

Step 6:

Now just make 4 more java classes according to shown in picture.which are named follow:

  1. About.
  2. Game.
  3. Hiscore.
  4. setting.

Now just copy given programme into correspondence file.

put

MainActivity.docx => MainActivity.java

About.docx=> About.java

Game.docx=> Game.java

Hiscore.docx=> Hiscore.java

Setting.docx => Setting.java

Note:If you are not able download files then you can download from here Google Drive

Step 7:

Now we have to make xml files.

so goto res=> layout and right click and goto new => layout resource file.

repet same process and make 5 xml files named:

  1. about.
  2. game.
  3. hiscore.
  4. hiscore2.
  5. setting.

Step 8:

Now just download give files and copy & paste into appropriate xml file.

about,game,hiscore,hiscore2,setting.

about.docx=>about.xml

game.docx=>game.xml

hiscore.docx=>hiscore.xml

hiscore2.docx=>hiscore2.xml

setting.docx=>setting.xml

Note:if you are unable to download these file you can download from here

Step 9:

Now make raw folder under res file as show in fig.

after making raw folder copy given mp3 file into it.

Note:if you are unable to download these file you can download from Google Drive

Step 10: Final Step

Now just connect phone to your PC and click on run application,this will install game into your mobile phone and enjoy it.

you can download given apk file.

if you have any query pls comment belw

Note:This game will work with android moblie phone having 5.5" screen.


If you liked it please don't forget to vote.