Assignment 5: Word Game Part 2: Addictive Word Game

This is an individual assignment.

Note: This assignment will be VERY time consuming for those completely new to Android, and especially for those also brushing up on Java. Please start early!

The purpose of this assignment is to help you learn more of the basics of creating Android apps and to move you towards an interesting project. To make that simpler, you are starting with the Sudoku example from your textbook and turning it into a different, fully-functional, addictive word game based on Dabble (see http://www.dabblegame.com/app.php).

The Sudoku game is similar to Dabble in some respects.

All the basic components that you need to create a Dabble game are in your prior Dictionary assignment or used in the Sudoku game, such as use of 2d graphics. Your goal is to study the Sudoku code (reading the chapters in the text related to it) and figure out how to modify the Sudoku game into a functioning Dabble game. The game can have a simple look and feel, but it needs to work robustly.

Dabble is a type of word search game. Word search games can be simple to master yet, for many people, totally addictive. Dabble, like many other word games, can be modified to play with other people, and small variations in game design can make it more or less fun to play. Therefore, in addition to programming the game, you will need to think about your unique design spin on the interaction and game play.

To get started, read about Dabble and play some other similar word games. A search for Boggle on the Android Market will turn up many word games: ICED (Lite), BoggleDroid Lite, Dropwords, WordTwist Lite, etc. Play Dabble several times on paper.Ask some friends who are not in the course to solve a Dabble puzzle on paper and see what they do. These are different than Dabble but have some common elements, so make notes about what you like or don't like about game design, interaction, scoring, etc. Please do not skip this, because you will see how small changes in the GUI can impact overall experience. Decide on how your would like your game to work. Try to come up with at least one or two ways that your game can be distinctive and stand out from the crowd.

Your game must have the following:

You should use the same word list from Assignment 3.

For extra credit, your game could have one or more of following additional features:

You are building this game for educational purposes only, not for actual release, so feel free to grab graphics from any source and use them in your game if you want. Do NOT grab them from the Dabble game website, however. You must also clearly specify in Acknowledgements where you obtained all images. (Important: For an actual game that was being released you would need to design the graphics yourself or get permission to use all graphics you incorporate, therefore, if you do want to use this app outside of class someday, you might want to design your own graphics or find graphics that you know do not have copyright restrictions).

Your game should be added to your existing app on the Market. Add a new button on your apps initial screen, "Dabble" which will start your game. Your main app on the Market will then have these 6 buttons: About (with your info), Generate Error (generates error), Sudoku (runs Sudoku from Assignment 1), Dictionary (runs assignment 3), Dabble (runs this assignment), and Quit (exits). Do not add a new icon and launcher for this game ... your single NUMAD-[FirstName][LastName] will launch the menu of buttons, and Dabble will launch this app. Your prior assignments should still function as they did when you turned them in (or fixed them, thereafter).

As you complete this assignment and have “aha!” moments where you figure out tricky things that might hold other people up, you should help out your classmates on Piazza.

Your app should be available on the Play Store by the assignment deadline, and your Git repository should be up to date with your code (and easily buildable from scratch should we need to download it and compile your project). You Git repository should show that you did incremental commits as you went along. We do NOT want to see a single commit right before the due date. We want to see commits incrementally as you work on this assignment, usually multiple in a single work session.

You will be graded based on how well you follow the instructions above using the app that is downloaded from the Play Store at the time we grade it. What this means is that if you find a bug in your app, you should fix it and update the app, because you may get lucky and do this before your assignment is graded! Your application will be tested on an actual Android phone, not the emulator.

This is an individual assignment. You should not be working with a partner, and you should not be sharing code. You may ask high-level questions about how to accomplish goals on Piazza, but you should not be copying ANY code from classmates.