Skip to content

lillian-nguyen/ticTacToeGame

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

This repository holds the code for a fun game of tic tac toe using Object Oriented Programming principles.

Table of Contents

How It's Made

javascript css3 html5 git
  • JavaScript, HTML5, CSS3
  • Version Control: Git

Optimizations

The next iteration will focus on prioritizing the following udpates:

  • Once one player wins the game, they should no longer be able to select more boxes (if there are free ones).
  • Add styling for when the winner wins, highlight the winning combination.

Future steps:

  • Adding the option to play against a bot (right now players can play side by side with another human).

Lessons Learned

We worked on this in collaboration and it was a learning curve working with multiple collaborators in GitHub. In the end, I added my team member as a collaborator to the repository, they forked the repository and submitted a pull request from there.

Using Object-Oriented Programming principles was also a learning experience. We opted to create a Game class with a game loop to run the game, which calls different methods within the Game class.

Contact

Website rai__bread

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.1%
  • HTML 26.6%
  • CSS 25.3%