WarOfWord is a two player word game for Android.
The main difference is that both players use the same device, therefore it can be played without an internet connection.
- To build through Android Studio, import the project and build.
The source is divided into the following packages:
- gameframework: A generic frame work for drawing simple graphics/animations and accepting touch events.
- model: Manages the game state
- ui: The user interface
IF YOU FIND ANY SEVERE BUGS PLEASE KINDLY PULL REQUEST.