From 0014f7d891fbf5cb415305f7a51c13a0f579acf3 Mon Sep 17 00:00:00 2001 From: BradleySmall <bradley_small@hotmail.com> Date: Wed, 18 Aug 2021 19:00:51 -0400 Subject: [PATCH] Create README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..554693d --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# TicTacToe +**Copyright © 2021 Bradley M. Small** + +## **Description** +Pretty straight forward version. It is a two player game, each takes turns trying to place an X or O such that they can get 3 in a row, colum, or across the diagonals. + +## **Goal** +The goal here was to achieve separation between the UI and the game logic. The UI handles this by using a "player" with an interface. The game logic works by implementing such an interface. + +## **Suggestions** +This code is intended as an exercise for me to apply my learning of Java. I am quite open to suggestions and recommendations for improvement. + +## **License** +If you wish to use any of this code for personal and/or educational purposes you may freely do so as long as you do not claim it as your own. Give a guy a little credit if you use his work. + +If you wish to make money with this code, such as publishing it in a tutorial or making a salable product I want a cut of the action. As unlikely as this may be, simply contact me, so we can work out the details. -- GitLab