Coder Social home page Coder Social logo

bzerpaces / darkchess Goto Github PK

View Code? Open in Web Editor NEW

This project forked from c0nrad/darkchess

0.0 0.0 0.0 698 KB

Chess with fog of war

Home Page: https://playdarkchess.com

Makefile 0.22% HTML 3.24% JavaScript 1.50% CSS 0.98% TypeScript 29.41% Shell 1.27% Java 63.38%

darkchess's Introduction

Darkchess

Chess with Fog of War.

img

Building

Terminal one

make

Terminal two

make ui

Deploy

Check out the appspec and buildspec files. I use AWS CodePipeline. Once it's setup, you just:

git push codecommit master

Tech Stack

UI

  • React/Typescript on the front, built using npx create-react-app.
  • react-router-v4, standard bootstrap
  • uses create-react-app build scripts for minimized deploy bundles

Java backend

  • maven for dep management and building
  • rest api using jersey
  • tests in junit
  • morhpia for mongo stuff
  • mongodb atlas <3 for datastore
  • logging logback/slf4j

aws deploy

  • maven shade plugin to build fat jar
  • aws codecommit to start ci/cd
  • aws codebuild to create artifacts -> s3
  • aws codedeploy /w codedeploy agent on ec2 for deploys, see ./scripts for agent scripts
  • ALB for routing traffic to ec2, using ACM for certificate and route53 for dns record

config

  • aws cloudlog agent for dumping logs to aws cloudwatch
  • init.d/ service script with nohup

darkchess's People

Contributors

c0nrad 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.