deepakrkris / Connect4-Repl

Connect4 SideStacker Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connect4 - SideStacker Game

License: MIT

cover

SideStacker version of Connect-4

Table of Content

Requirements

This project requires local installations of the following

Installation

Step 1: Clone the repo

git@github.com:deepakrkris/UI_workout.git

Step 2: Build

$ cd day02/05_connect4
$ npm run build

Step 3: Start the server

$ npm start

Step 4: Generate game code

generate game code

Step 5: Load game page in browser and enter user id and game code

load game page

Design

Design

Database

TypeOrm is used and as such configurations for postgres and sqlite are available

  • Snapshot of a sample game state in postgres Snapshot of database

Licence

MIT This repo is licenced under the MIT Licence.

About

Connect4 SideStacker Game


Languages

Language:TypeScript 78.0%Language:HTML 12.6%Language:CSS 6.8%Language:JavaScript 1.4%Language:Dockerfile 0.9%Language:Nix 0.2%