Skip to content

weikuansun/c11_tictactoe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c11_tictactoe

REQUIREMENTS

  • Must have at least 2 players
  • Basically follow tic-tac-toe game play (ie alternating players, a number of contiguous cells in a row to win.
  • Player-selected gameboard size between 3 and at least 12 in size
  • Players must be displayed. The turn of the player must be displayed
  • Player-selected win-condition size between 3 and the maximum current board size
  • mystery requirement

Judging criteria

  • Intiutiveness / Ease of Use
  • Attractiveness / Appeal
  • Code quality (comments, naming conventions, etc)
  • Live Presentation
  • Task Management (Must add daniel.paschal@learningfuze.com to your project's meistertask)

Instructions for participants:

  • Project lead fork this repo
  • Add other team members as participants on your repo (click on the + in the top right corner, then "add collaborators". Team members must accept the collaboration email.
  • Other team members clone the repo from the project lead's fork

Requirement for submission

  • Live copy link to gh-pages:
    • must put code on gh-pages (copy the code to a branch called gh-pages, then access the live code via .github.io//)
  • Pull request link to code for commenting

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.9%
  • CSS 14.5%
  • HTML 11.6%