Monkey Cricket 1.0
Copyright (C) 2000 Sreehari Nair
================================

	This is monkey cricket 1.0, a small desktop game for the X.
Playing the game is straight forward. You can stat a new game choosing the 'new game' menu item from the game menu. Then you will be asked to select your team. It is very simple, you can select your team from the given list of players using the IN and OUT buttons. You can
save your dream team to a file which can be later opened to reduce the overhead of selecting the team members each time a new game is started. Before starting the new game, you can set the conditions of the pitch. The pitch can be set to behave in three ways, batting, medium and balling. I hope you understood what it is.
After selecting your team members it is the time select your opponent. You will have to select your opponent from the given list. 
Then call the toss, if you won the toss you can select to bat or ball according to your choice. Else the other captain will decide what you should do. 

	There after leave everything to your space bar or the mouse.
By pressing 'hit' button you can get runs randomly. The detailed score board too is provided.

	This game is all about luck, as no thiking from user part is needed the game was named monkey cricket. Then too the game offes good entertainment.
			Sreehari Nair.
			Suggestions : sreehari@iiitmk.ac.in
TO DO :
	As the source is provided along with the game, you can edit and modify according to your wish. If the game is not proving to be much entertaining please add some more features to to improve the gaming. Some of the thinks I wish to  include in the later versions is
	
1) Sound (Commentry and Audience).
2) New game modes (Test, series etc.)
3) ncurses version (so that people with 810 and 2.2 can enjoy the game )

About GTK+
**********
    GTK+ is what I think the world's greatest GUI API. It is object oriented and at the same time runs in our native language C.
/usr/dos/gtk+-devel has all the documentation needed to start developing apps in GTK+. It also includes some examples.
	___________	
	www.gtk.org
	-----------

About GLADE
***********
	I used the glade to develop this program. Glade is a development environment for developing applications in GTK+. It supports languages such as C, C++, Perl, Python , eiffel etc.
	A little bit of work around the corners will defenitly help a new user to get adjusted with glade.
	________________
	www.glade.pn.org
	----------------
