Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (18 loc) · 664 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 664 Bytes

Current State Video:

Steps:

[X] Create an empty rails project with react

[X] Create a route for the game

[ ] Make game route root route

[X] Create a single player tic tac toe

[X] Add computer as second player

[X] Make game playable for 2 users

[X] Add play again functionality

[ ] Add a selection for playing with computer or a real player

[ ] Deploy to Heroku

[ ] Make game watchable

[ ] Create a model for games

[ ] Add a sidekiq worker to the app

[ ] Update db with background jobs

[ ] Make authentication

[ ] Create a dashboard