Wodorek / hangman-game-back

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hangman-game-back

The backend part of hangman-game

Table of contents

General info

A backed part of my two player version of the classic word guessing game hangman.

This is a websockets server, meant for playing in real time. It takes care of game logic events, as well as, allowing entrance and joining rooms.

Technologies used

Setup

To run this project locally, clone it and install using npm:

$cd ../hangman-back
$npm install

then, you will need to create a nodemon.json file, containing "env" object with following properties:

  • "URL": A frontend URL, for CORS

Finally, run it using npm:

$npm run startdev

About


Languages

Language:TypeScript 100.0%