Android Open Source - Game bluetooth BoggleGame






Project Summary

An Android version of the Boggle Game with bluetooth connectivity.

Web Site / Source Repository

BoggleGame is hosted in the following web site
https://github.com/mmnishid/BoggleGame

If you think the Android project BoggleGame listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of BoggleGame.

ItemValue
Java File Count18
Supported screen sizes[ldpi, mdpi, hdpi, xhdpi]
Target SDK Version18
Minimum SDK Version14
Activity Count8
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
Raw File Namesres\raw\dictionary.txt




License

The license information of BoggleGame is as follows:

MIT License

Resource Files

There are 70 image files in BoggleGame. The names of the image files are listed as follows.

backbutton.png
basic.png
bluetooth.png
cut.png
cutthroat.png
grid.png
grida.png
gridb.png
gridc.png
gridd.png
gride.png
gridf.png
gridg.png
gridh.png
gridi.png
gridj.png
gridk.png
gridl.png
gridm.png
gridn.png
grido.png
gridp.png
gridq.png
gridr.png
grids.png
gridt.png
gridu.png
gridv.png
gridw.png
gridx.png
gridy.png
gridz.png
help.png
helpbutton.png
higha.png
highb.png
highc.png
highd.png
highe.png
highf.png
highg.png
highh.png
highi.png
highj.png
highk.png
highl.png
highm.png
highn.png
higho.png
highp.png
highq.png
highr.png
highs.png
hight.png
highu.png
highv.png
highw.png
highx.png
highy.png
highz.png
multi.png
one.png
playbutton.png
player2mode.png
select.png
single.png
sp.png
startnew.png
two.png
wrong.png

The following screenshort is generated from the image listed above.

null




Java Source Files

com.example.wordboggle.BTManager.java
com.example.wordboggle.BasicModaActivity.java
com.example.wordboggle.BoggleBoard.java
com.example.wordboggle.Dictionary.java
com.example.wordboggle.DisplayDevices.java
com.example.wordboggle.GameActivity.java
com.example.wordboggle.GameManager.java
com.example.wordboggle.GridPoint.java
com.example.wordboggle.HelpActivity.java
com.example.wordboggle.MainActivity.java
com.example.wordboggle.NewGameActivity.java
com.example.wordboggle.PlayActivity.java
com.example.wordboggle.ScoreActivity.java
com.example.wordboggle.SquareLayout.java
com.example.wordboggle.SquareTextView.java
com.example.wordboggle.TwoPlayerGameActivity.java
com.example.wordboggle.TwoPlayerResults.java
com.example.wordboggle.UserInterface.java