Skip to content

charlescallaghan/multiplayer-game

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ₯…πŸ’ Online multiplayer airhockey game πŸ’πŸ₯…

What this project is about

This is a multiplayer game I made in a partner project during my 8th week of learning.

Table of contents:

Technologies used

  • Javascript
  • React
  • Redux (& Redux Thunk)
  • Node.js
  • Typescript
  • Koa
  • TypeORM

Click links to view some samples in this project

Goals for this project:

My git workflow

In this project I tried to use:

  • Good commit messages
  • Well named branches
  • Pull requests with summaries

If you have feedback to improve my git usage: please drop me a line!

Here is my branching model for this project.

master (auto deploys) ______________________
                       \               /
development             \_____________/- pull request
                         \           /
feature/some-feature      \_commits_/- pull request

My agile workflow and Trello board

We tried to use incremental development throughout this project. The idea was to have an MVP ready as soon as possible, and to then try to implement some extra features.

Check out the trelloboard here

Create React App

This project was scaffolded using the create-react-app cli.

The standard create-react-app docs can be found in here

About

A full-stack Javascript React/Redux and TypeScript multiplayer game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.2%
  • TypeScript 13.3%
  • HTML 3.9%
  • CSS 1.6%