Skip to content

Small Tic Tac Toe Game - Multiplayer - With Dashboard and Login System

Notifications You must be signed in to change notification settings

serhangursoy/game-ember-frontend

Repository files navigation

Tic Tac Toe with EmberJs

This is a really really simple tic-tac-toe game. It's designed for it's own ruby backend, however, if you have exact endpoints, you can use for any backend you want.

Screenshots

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/serhangursoy/game-ember-frontend.git
  • cd game-ember-frontend
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Further Reading / Useful Links

About

Small Tic Tac Toe Game - Multiplayer - With Dashboard and Login System

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published