Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 747 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 747 Bytes

WarOfWord

Alt text

Summary

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.

Building

  • To build through Android Studio, import the project and build.

Source Code

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

Note

IF YOU FIND ANY SEVERE BUGS PLEASE KINDLY PULL REQUEST.