************************************************************************************************
v.2.2 - April’28-2014: 09:04 pm
************************************************************************************************

Newly Implemented Features:
---------------------------
	- (2.2) Check Bingo Winner Signs
	- (2.1) Resume Saved Games Functionality
		- (2.0.3) Delete file images from filesystem
	

Previously Implemented features:
--------------------------------
	- Initial Screen (still have to give real functionality to buttons)
	- Game Board: Collection View with 25 cell
	- Populate the Collection View with randomized Array of BingoTrafficSign Object
	- Show Selected Cell in Details View Controller to display details.
	- Custom Classes for the game and for the data (bingoTrafficSigns) on each cell
	- Allow the user to take a picture from 2nd View Controller to complete/check that cell
	- Algorithm to check if the user has got a Bingo
	- Display an Alert View to Notify the user he has got a BINGO
	- Register GPS position of the taken picture
	- Change Game Board Design: CollectionViewController, to ViewController + Collection View + Info Labels
	- Rearrange Cells and images in cells, to improve visual aspect
	- Added: Timer to the game
	- Added: New Game Functionality on initial Screen
	- Initial Screen Keyboard Dismissed
	- Add information labels to the game board to display time, number of cells checked.. etc...
	- Add SQL SELECT functionality (preparing for Top Scores & Resume Game):
		- RTBGameDAO.h & .m
		- GameDetails.h & .m
	- Refactoring of custom class (GameTrafficSign to RTBSign)
	
	- Save game status to SQLite
	- Check Resume Game functionality with real generated data
	- Display on a TableView Controller the list of Top Scores of the game
	- Tidy up everything and make it good looking
		- Include custom Navigation Bar, and footer where needed
	- Add app icon and launch image


Pending:
---------	
	- (2.3) Game Animations. Some ideas:
		- sleep when first appears the Game Screen, to show each sign loading progressively
		- signs will first appear full color, fading out to alpha 0.5
		- when bingo is achieved, involved signs will be flashing alternatively
		- Customized BINGO ALERT


************************************************************************************************
v.2.1 - April’25-2014: 12:09 pm
************************************************************************************************

Newly Implemented Features:
---------------------------
	- (2.1) Resume Saved Games Functionality
		- (2.0.1) TableView with Saved Games
		- (2.0.1) Load selected saved game
		- (2.0.2) Add gesture to delete previous saved games in TableView “ResumeGameVC”
	

Previously Implemented features:
--------------------------------
	- Initial Screen (still have to give real functionality to buttons)
	- Game Board: Collection View with 25 cell
	- Populate the Collection View with randomized Array of BingoTrafficSign Object
	- Show Selected Cell in Details View Controller to display details.
	- Custom Classes for the game and for the data (bingoTrafficSigns) on each cell
	- Allow the user to take a picture from 2nd View Controller to complete/check that cell
	- Algorithm to check if the user has got a Bingo
	- Display an Alert View to Notify the user he has got a BINGO
	- Register GPS position of the taken picture
	- Change Game Board Design: CollectionViewController, to ViewController + Collection View + Info Labels
	- Rearrange Cells and images in cells, to improve visual aspect
	- Added: Timer to the game
	- Added: New Game Functionality on initial Screen
	- Initial Screen Keyboard Dismissed
	- Add information labels to the game board to display time, number of cells checked.. etc...
	- Add SQL SELECT functionality (preparing for Top Scores & Resume Game):
		- RTBGameDAO.h & .m
		- GameDetails.h & .m
	- Refactoring of custom class (GameTrafficSign to RTBSign)
	
	- Save game status to SQLite
	- Check Resume Game functionality with real generated data
	- Display on a TableView Controller the list of Top Scores of the game
	- Tidy up everything and make it good looking
		- Include custom Navigation Bar, and footer where needed
	- Add app icon and launch image


Pending:
---------	
	- (2.2) Game Animations
		- sleep when first appears the Game Screen, to show each sign loading progressively
		- signs will first appear full color, fading out to alpha 0.5
		- when bingo is achieved, involved signs will be flashing alternatively
		- Customized BINGO ALERT
	- (2.3) Check Bingo Winner Signs!

************************************************************************************************
v.2.0.1 - April’22-2014: 18:20pm
************************************************************************************************

Newly Implemented Features:
---------------------------
	- (2.1) Resume Saved Games Functionality
		- (2.0.1) TableView with Saved Games
		- (2.0.1) Load selected saved game
	

Previously Implemented features:
--------------------------------
	- Initial Screen (still have to give real functionality to buttons)
	- Game Board: Collection View with 25 cell
	- Populate the Collection View with randomized Array of BingoTrafficSign Object
	- Show Selected Cell in Details View Controller to display details.
	- Custom Classes for the game and for the data (bingoTrafficSigns) on each cell
	- Allow the user to take a picture from 2nd View Controller to complete/check that cell
	- Algorithm to check if the user has got a Bingo
	- Display an Alert View to Notify the user he has got a BINGO
	- Register GPS position of the taken picture
	- Change Game Board Design: CollectionViewController, to ViewController + Collection View + Info Labels
	- Rearrange Cells and images in cells, to improve visual aspect
	- Added: Timer to the game
	- Added: New Game Functionality on initial Screen
	- Initial Screen Keyboard Dismissed
	- Add information labels to the game board to display time, number of cells checked.. etc...
	- Add SQL SELECT functionality (preparing for Top Scores & Resume Game):
		- RTBGameDAO.h & .m
		- GameDetails.h & .m
	- Refactoring of custom class (GameTrafficSign to RTBSign)
	
	- Save game status to SQLite
	- Check Resume Game functionality with real generated data
	- Display on a TableView Controller the list of Top Scores of the game
	- Tidy up everything and make it good looking
		- Include custom Navigation Bar, and footer where needed
	- Add app icon and launch image


Pending:
---------	
	- (2.1) Resume Saved Games Functionality
		- (2.0.2) Add gesture to delete previous saved games in TableView “ResumeGameVC”
	- (2.2) Game Animations
		- sleep when first appears the Game Screen, to show each sign loading progressively
		- signs will first appear full color, fading out to alpha 0.5
		- when bingo is achieved, involved signs will be flashing alternatively
		- Customized BINGO ALERT
	- (2.3) Check Bingo Winner Signs!

	


************************************************************************************************
v.1.4 - March’11-2014: 01:20pm
************************************************************************************************

Newly Implemented Features:
---------------------------
	
	

Implemented features:
----------------------
	- Initial Screen (still have to give real functionality to buttons)
	- Game Board: Collection View with 25 cell
	- Populate the Collection View with randomized Array of BingoTrafficSign Object
	- Show Selected Cell in Details View Controller to display details.
	- Custom Classes for the game and for the data (bingoTrafficSigns) on each cell
	- Allow the user to take a picture from 2nd View Controller to complete/check that cell
	- Algorithm to check if the user has got a Bingo
	- Display an Alert View to Notify the user he has got a BINGO
	- Register GPS position of the taken picture
	- Change Game Board Design: CollectionViewController, to ViewController + Collection View + Info Labels
	- Rearrange Cells and images in cells, to improve visual aspect
	- Added: Timer to the game
	- Added: New Game Functionality on initial Screen
	- Initial Screen Keyboard Dismissed
	- Add information labels to the game board to display time, number of cells checked.. etc...


Pending:
---------	

	- Save game status to SQLite
	- Check Resume Game functionality with real generated data
	- Display on a TableView Controller the list of Top Scores of the game
	- Tidy up everything and make it good looking
		- Include custom Navigation Bar, and footer where needed 




************************************************************************************************
v.1.3.1 - March’05-2014: 09:00pm
************************************************************************************************

Newly Implemented Features:
---------------------------
	- Add information labels to the game board to display time, number of cells checked.. etc...
	- Some tide up, with final Backgrounds and images
	

Implemented features:
----------------------
	- Initial Screen (still have to give real functionality to buttons)
	- Game Board: Collection View with 25 cell
	- Populate the Collection View with randomized Array of BingoTrafficSign Object
	- Show Selected Cell in Details View Controller to display details.
	- Custom Classes for the game and for the data (bingoTrafficSigns) on each cell
	- Allow the user to take a picture from 2nd View Controller to complete/check that cell
	- Algorithm to check if the user has got a Bingo
	- Display an Alert View to Notify the user he has got a BINGO
	- Register GPS position of the taken picture
	- Change Game Board Design: CollectionViewController, to ViewController + Collection View + Info Labels
	- Rearrange Cells and images in cells, to improve visual aspect
	- Added: Timer to the game
	- Added: New Game Functionality on initial Screen
	- Initial Screen Keyboard Dismissed


Pending:
---------	

	- Save game status to SQLite
	- Add Resume Game functionality	
	- Display on a TableView Controller the list of Top Scores of the game
	- Tidy up everything and make it good looking
		- Include custom Navigation Bar, and footer where needed 




************************************************************************************************
v.1.2 - March’04-2014: 02:00pm
************************************************************************************************

Newly Implemented Features:
---------------------------
	- Change Game Board Design: CollectionViewController, to ViewController + Collection View + Info Labels
	- Rearrange Cells and images in cells, to improve visual aspect
	- Added: Timer to the game
	- Added: New Game Functionality on initial Screen
	- Initial Screen Keyboard Dismissed


Implemented features:
----------------------
	- Initial Screen (still have to give real functionality to buttons)
	- Game Board: Collection View with 25 cell
	- Populate the Collection View with randomized Array of BingoTrafficSign Object
	- Show Selected Cell in Details View Controller to display details.
	- Custom Classes for the game and for the data (bingoTrafficSigns) on each cell
	- Allow the user to take a picture from 2nd View Controller to complete/check that cell
	- Algorithm to check if the user has got a Bingo
	- Display an Alert View to Notify the user he has got a BINGO
	- Register GPS position of the taken picture


Pending:
---------	

	- Save game status to SQLite
	- Add Resume Game functionality
	- Add information labels to the game board to display time, number of cells checked.. etc...
	- Display on a TableView Controller the list of Top Scores of the game
	- Tidy up everything and make it good looking
		- Include custom Navigation Bar, and footer where needed 



************************************************************************************************
v.1.2 - March’03-2014: 10:00pm
************************************************************************************************

Implemented features:
----------------------
	- Initial Screen (still have to give real functionality to buttons)
	- Game Board: Collection View with 25 cell
	- Populate the Collection View with randomized Array of BingoTrafficSign Object
	- Show Selected Cell in Details View Controller to display details.
	- Custom Classes for the game and for the data (bingoTrafficSigns) on each cell
	- Allow the user to take a picture from 2nd View Controller to complete/check that cell
	- Algorithm to check if the user has got a Bingo
	- Display an Alert View to Notify the user he has got a BINGO
	- Register GPS position of the taken picture


Pending:
---------	

	- Save game status to SQLite
	- Give real functionality to buttons on initial screen
	- Add New Game and Resume Game functionality
	- Add timer to the game
	- Add information labels to the game board to display time, number of cells checked.. etc...
	- Display on a TableView Controller the list of Top Scores of the game
	- Tidy up everything and make it good looking




************************************************************************************************
v.1.1 - Feb'25-2014: 01:00pm
************************************************************************************************

Implemented features:
----------------------
	- Initial Screen (still have to give real functionality to buttons)
	- Game Board: Collection View with 25 cell
	- Populate the Collection View with randomized Array of BingoTrafficSign Object
	- Show Selected Cell in Details View Controller to display details.
	- Custom Classes for the game and for the data (bingoTrafficSigns) on each cell
	- Allow the user to take a picture from 2nd View Controller to complete/check that cell
	- Algorithm to check if the user has got a Bingo



Pending:
---------	
	- Register GPS position of the taken picture
	- Save game status to SQLite
	- Give real functionality to buttons on initial screen
	- Add New Game and Resume Game functionality
	- Add timer to the game
	- Add information labels to the game board to display time, number of cells checked.. etc...
	- Display on a TableView Controller the list of Top Scores of the game
	- Tidy up everything and make it good looking





************************************************************************************************
v.1.0 - Feb'24-2014: 5:27pm
************************************************************************************************

Implemented features:
----------------------
	- Initial Screen (still have to give real functionality to buttons)
	- Game Board: Collection View with 25 cell
	- Populate the Collection View with randomized Array of BingoTrafficSign Object
	- Show Selected Cell in Details View Controller to display details.
	- Custom Classes for the game and for the data (bingoTrafficSigns) on each cell
	- Allow the user to take a picture from 2nd View Controller to complete/check that cell



Pending:
---------	
	- Algorithm to check if the user has got a Bingo
	- Register GPS position of the taken picture
	- Save game status to SQLite
	- Give real functionality to buttons on initial screen
	- Add New Game and Resume Game functionality
	- Add timer to the game
	- Add information labels to the game board to display time, number of cells checked.. etc...
	- Display on a TableView Controller the list of Top Scores of the game
	- Tidy up everything and make it good looking



