Skip to content

adrianplavka/fretris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiplayer Tetris, built w/ React & Node.js.

This game of Tetris was written as a personal challenge and in order to spice things a little bit, it includes both solo & multiplayer game modes, in which players can try to last the longest.

Technologies include:

  • React, Redux at front-end
  • Node.js, Socket.io at back-end
  • CI/CD integration (CircleCI w/ continuous deployment into Heroku)

Getting started

First, clone this repository & run npm install to install dependencies:

$ git clone https://github.com/adrianplavka/fretris-mentoring
$ cd fretris-mentoring
$ npm install

Running in development mode

To run the client:

$ npm run start:client

Note: In order to play multiplayer mode between two players, a server has to be running.

To run the server:

$ npm run start:server

Testing

Optionally, you can test the application by running:

$ npm run test

About

Multiplayer Tetris, built w/ React & Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages