TTTGame
TTTGame is a web based tic-tac-toe game, able to be played one at a time with your friends.
Simply go to https://m0gm0g.github.io/TTTGame-client/ and sign up using our easy to use form. After you have created an account, just sign in! Follow the instructions to start a new game and you can play tic-tac-toe against your friends!
Being a visually oriented person, I first created a basic game board. This made it easier for me to grasp the game logic and how I would go about it. Step by step I had to figure out simply how to get an X or O to display, then how to get the values for those symbols and incorperate them into game logic. The game logic took me quite a while but I believe it was the most rewarding part. It forced me to stop and think about each action, where it should go and how it should be applied to determining a winner, loser, or a draw. The hardest part for me was understanding how the api would interact with my game. It came down to just slowing down and thinking about WHAT the api actually needs and HOW to get it there.
HTML SCSS jQUERY JavaScript GIT/GITHUB SASS
-As a recreactional user, I want the game to be simple and easy to use. -As a hardcore gamer, I want to be able to play against other players on different devices. -As a user I want the game to be aesthetically pleasing. -As a user I want to be able to create a login and record my results. -As a travelling user I want the game to function just as well on mobile as it does on web.
In the future I would spend more time working on the HTML and CSS aspects to make the game more visually appealling. I would also display detailed game information to the user.
Special Thanks To:
- The instructors giving up their weekends to answer issues
- Cohort 25 for all of the code talks