Git Product home page Git Product logo

tictactoe's Introduction

Tic Tac Toe

The challenge

We want to play Tic Tac Toe. We want to be able to play without distance being a challenge to find the best players in the world ;)

Tic Tac Toe functionality

The functional requirements that we want for our tic tac toe application are:

  • Create and delete matches -- Working on it
  • Join a match -- Working on it
  • Make moves and alter the game board -- Working on it
  • Identify the winner -- Working on it

Getting Started

Install docker and docker-compose

Then run

./setup

This will take a few minutes. It will create the containers and set them up for use.

When the setup finished, run the application with:

./up

And the application will be running at http://localhost:8080.

Note: If the port 8080 is already in use, change the configuration in docker-compose.yml file. For example, to use the port 9090:

ports:
  - 9090:80

Built With

  • Laravel - The PHP Framework For Web Artisans.
  • Docker - Containers to run the app.
  • VueJs - Js framework used for the Application.
  • PHP - API Language

Versioning

Git was used for versioning. For available versions, see the TicTacToe.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Laravel and PhP 7
    • The project development using the technologies cited above taught a lot about the software architecture and functions development using PHP language and the language frameworks.
  • Docker
    • Configuring and working with docker showed that it is a difficult technology to work on Windows, but was enlightful about how it operates.
  • Special thanks for Lucas and Páfu who encoraged me to try and do my best.

tictactoe's People

Contributors

rafaelkalan avatar dependabot[bot] avatar

Watchers

James Cloos 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.