In this project we implemented the use of Factory Functions and Module Pattern to initialize new player and game instances, the start a game session that allows two users to play in turns. When all the board is full and no winner, the game goes into a draw.
Two users are expected to provide their name which will be the indentifier.
- Create two players
- Players play in turns
- In case of a complete win match, a winner is decayed.
- Javascript
- Html
- Css
- Browserfeature/AmazingFeature
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b features/tic-tac-toe) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin features/tic-tac-toe) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
👤 Clinton Enyinna
- Twitter: @enyinnaclinton
- Github: @ClintonEnyinna
👤 Stephen Gamba
- Twitter: @bafiam_steve
- Github: @Bafiam

