This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.example.wertalp.battleship; | |
| /** | |
| * Created by wertalp on 31.08.15. | |
| */ | |
| import android.app.Activity; | |
| import android.graphics.drawable.Drawable; | |
| import android.view.Display; | |
| import android.view.Gravity; | |
| import android.view.LayoutInflater; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // jquery laden | |
| // onload get id from canvas | |
| // ctx . draw circle | |
| //$(document) | |
| // Shorthand for $( document ).ready() | |
| // var shapes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var xmlHttp; | |
| var Board; | |
| var currentchip ; | |
| var currentplayer; ; | |
| var lastchip ={color:"yellow"}; | |
| var wincounter =4 ; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .gradle | |
| /local.properties | |
| /.idea/workspace.xml | |
| /.idea/libraries | |
| .DS_Store | |
| /build | |
| /captures |