Sun Dec  3 13:17:05 1995  Sam Hartman  <hartmans@tertius.mit.edu>

	* main.C (main): Use antichess_board instead of tic_board for now.


Sat Dec  2 21:20:44 1995  Sam Hartman  <hartmans@tertius.mit.edu>

	* main.C (main): Add extra argument to constructor call

Thu Nov 30 23:58:57 1995  Sam Hartman  (hartmans@portnoy)

	* tic_board.c: fix assertions in tic_move::tic_move

Thu Nov 30 03:47:25 1995  Jered J Floyd  (jered@vorlon)

	* tic_board.h: Added protected clone_part.

	* tic_board.C: Implemented clone, clone_part.

Thu Nov 30 01:43:44 1995  Sam Hartman  <hartmans@tertius.mit.edu>

	* main.C (main): Do something sane with changes in constructor calls. 


Thu Nov 30 00:11:17 1995  Jered J Floyd  (jered@vorlon)

	* tic_board.h: Added piece_to_player.

	* tic_board.C: Changed pos_to_piece impl into player_to_piece
	Cleanups and changes to the current board and player abstractions.
	Added piece_to_player.

	* tic_board.h: Changed turn_token into a player index.
	Changed pos_to_piece spec to player_to_piece.
	Removed player_num from get's argument list.

	* tic_board.C: Cleanup.
	Updated tic_move_gen to a move_generator and to deal with the
        current state of of board and player.

	* tic_board.h: Unconst'd an int.
	Brought up to date with current board spec


Mon Nov 27 00:33:08 1995  root  <root@minbari>

	* tic_board.C: Added turn handling to is_legal_move, apply, and unapply.

	* tic_board.h: Added turn_token

	* tic_board.C: Whoops. tic_move_gen was returning lots of invalid moves, too!

Sun Nov 26 01:57:39 1995  root  <root@minbari>

	* tic_board.C: Added valid_move_available implementation.
	Added pos_to_piece and piece_to_name impls.

	* tic_board.h: Added pos_to_piece(string &ppos) to tic_move_gen.
	Added valid_move_available..in sync with board() as of _now_.

	* tic_board.C: Added an overview of tic_move.
	Added abstraction function and representation invariant to tic_move.
	I'm unconviced that the line:
	   typeinfo_t tic_move::typeinfo = new_typeinfo();
	makes sense, runs, or does what we want.  I'd like some confirmation on this.
        Almose finished tic_move, tic_move_gen impls. I hope.

	* Makefile.in (OBJS): Added tic_board.o to OBJs.

Thu Nov 23 23:15:00 1995  root  <root@w7-116-6.mit.edu>

	* test_board.C: Disabled default constructor of test_move

Tue Nov 21 04:50:43 1995  Jered J Floyd  (jered@vorlon)

	* test_board.C: Added winner() from revised board spec.

	* test_board.h: Added winner() from revised board spec.

Tue Nov 21 02:21:34 1995  Jered J Floyd  <jered@geeko.mit.edu>

	* test_board.C: Fixed const nonsense with test_moves.

Tue Nov 21 01:52:08 1995  Sam Hartman  <hartmans@tertius.mit.edu>

	* test_board.h: Moved typeinfo to right place, fix typos.

Mon Nov 20 22:49:50 1995  Jered J Floyd  <jered@spiffy.mit.edu>

	* test_board.C: Created. Implementing test_board and test_move.

	* test_board.h: Created.


