GithubHelp home page GithubHelp logo

tictactoe's Introduction

Build Status

TicTacToe

Version 1.0 03/11/2015

Late-term assignment for Hugbúnaðarfræði, Reykjavík University.


A brief description of how the game was implemented

At the very beginning we held a meeting where we decided about the most essential aspects of the project such as how designed structure of classes and structure on github (how many branches, rules about pushing to the branches etc) In the process of implementation of the game SolarHringVodvaTrollin used following tools:

Trello: a clever tool for planning, organizing and managing tasks. At first all tasks were enqueued in to the “To Do” list. Members were assigned to the tasks and as they proceeded with implementation the tasks were moved to “In Progress” list. Before the tasks were moved to “Done” table, they were enqueued to the “Pending review” table where other members could review, approve or disapprove the task.

Google-Hangout: For planned meetings.


How to play

TicTacToe is a two player game, X and O, who take turns marking the spaces in a 3x3 grid. A player can choose to compete against another opponent or the computer. They player who succeeds in placing three of their marks in a horizontal, vertical og diagonal row wins the game.

The board is represeanted with numbers,

							  	| 0 | 1 | 2 |
								| 3 | 4 | 5 |
								| 6 | 7 | 8 |

so the player's input should be an integer from 0-8. Any other inputs for player's move will not be legal and the player will be prompted to enter a valid input.

Draw is declared when the board is full and neither player has a winning row and they will be able to start a new game.

Instructions can also be found by typing help in the game's menu. Enjoy!


Authors:

  • arnheidur13
  • benediktt14
  • BerglindLilja
  • DorotheaP
  • RagnarHal

Contact information for TicTacToe

Phone: 00354-659-1366

E-mail: [email protected]

Development Manual

Administration Manual

tictactoe's People

Contributors

arnheidur13 avatar berglindlilja avatar dorotheap avatar ragnarhal avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.