Coder Social home page Coder Social logo

go-tic-tac-toe's Introduction

Go Tic-Tac-Toe

A web application featuring multiplayer online tic-tac-toe battle.

Installation

Have the following installed for a working development environment:

Configuration

In the root directory, create a config.toml and fill it up the following:

[database]
type = "postgres"
name = "DATABASE_NAME"
user = "DATABASE_USER"
host = "localhost"
port = "PORT_NO"
sslmode = "disable"

[server]
port = "SERVER_PORT_NO"

Replace quotes in caps with the relevant information.

Running the test suite

Enter main.go and run go test.

go-tic-tac-toe's People

Contributors

reginleiff avatar

Stargazers

Sean Nguyen avatar

Watchers

James Cloos avatar Sean Nguyen avatar

go-tic-tac-toe's Issues

feat: endgame reset

when game ends:

  • winner and endgame screen should be consistent on both players screen
  • players should be removed from the board
  • board should automatically be reset
  • room should be available within next refresh pull

feat: rogue leaves

  • room should reset when a player leaves the room halfway
  • player should be kicked out of room if afk for 10 seconds

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.