libreadventure.git
4 years agoAdd readme of features and communication in back
gparant [Sat, 4 Apr 2020 20:43:07 +0000 (22:43 +0200)]
Add readme of features and communication in back

4 years agoShare players position using Socket.IO
gparant [Sat, 4 Apr 2020 17:25:08 +0000 (19:25 +0200)]
Share players position using Socket.IO

 - I stocked information user (id, room and position) in socket client.
 - I created function to send all information every few 10 milliseconds.

Note : when the front will be available, we must check the performance of back server.

4 years agoRefactor error message
gparant [Sat, 4 Apr 2020 15:56:43 +0000 (17:56 +0200)]
Refactor error message

4 years agoAdd authenticate
gparant [Sat, 4 Apr 2020 15:22:02 +0000 (17:22 +0200)]
Add authenticate

 - Create new controller authenticate with login root..
 - Update and manage error message socket io.
 - Create enum for environment variables

4 years agoRefactor and fix error hydration message socket io
gparant [Sat, 4 Apr 2020 14:25:03 +0000 (16:25 +0200)]
Refactor and fix error hydration message socket io

 - Position message send will be on format :
message :
                    userId : user identification
                    roomId: room identification
                    position: position of user in map
                        x: user x position on map
                        y: user y position on map
 - Create Point object and interface to have position x and y of user in map.

4 years agoSetup web-socket connection
gparant [Sat, 4 Apr 2020 12:05:18 +0000 (14:05 +0200)]
Setup web-socket connection

 - Add authentification socket.io with jwt token

4 years agoMerge pull request #18 from gparant/create-backend
David Négrier [Sat, 4 Apr 2020 11:19:40 +0000 (13:19 +0200)]
Merge pull request #18 from gparant/create-backend

Create backend

4 years agoFixing typos
David Négrier [Sat, 4 Apr 2020 11:18:45 +0000 (13:18 +0200)]
Fixing typos

4 years agoAdd io socket message to share user position.
gparant [Sat, 4 Apr 2020 10:42:02 +0000 (12:42 +0200)]
Add io socket message to share user position.

 - Add message 'user-position' to share position in a room.
 - Change JoinRoomMessage to MessageUserPosition to have all data to share position and user information
 - Fix error alias to build

4 years agoAdd Vagarnt in project RADME and fix feeback @moufmouf
gparant [Sat, 4 Apr 2020 09:36:18 +0000 (11:36 +0200)]
Add Vagarnt in project RADME and fix feeback @moufmouf

4 years agoAdd Vagrantfile
gparant [Sat, 4 Apr 2020 02:33:57 +0000 (04:33 +0200)]
Add Vagrantfile

4 years agoCreate backend
gparant [Sat, 4 Apr 2020 02:08:12 +0000 (04:08 +0200)]
Create backend

 - NodeJs
 - Express
 - Socket.io
 - Eslint
 - TypeScript

4 years agoMerge pull request #16 from moufmouf/docker-compose
David Négrier [Fri, 3 Apr 2020 16:48:36 +0000 (18:48 +0200)]
Merge pull request #16 from moufmouf/docker-compose

Adding docker-compose

4 years agoMerge pull request #17 from moufmouf/autoresize
David Négrier [Fri, 3 Apr 2020 16:42:11 +0000 (18:42 +0200)]
Merge pull request #17 from moufmouf/autoresize

Automatically resizing game when window is resized

4 years agoAutomatically resizing game when window is resized
David Négrier [Fri, 3 Apr 2020 16:41:06 +0000 (18:41 +0200)]
Automatically resizing game when window is resized

4 years agoAdding docker-compose
David Négrier [Fri, 3 Apr 2020 16:31:11 +0000 (18:31 +0200)]
Adding docker-compose

This first commit contains a docker-compose with:

- front container
- traefik for reverse proxy

back container will be added when ready.

4 years agoAdding README
David Négrier [Fri, 3 Apr 2020 12:59:24 +0000 (14:59 +0200)]
Adding README

4 years agoInitial commit
David Négrier [Fri, 3 Apr 2020 12:56:21 +0000 (14:56 +0200)]
Initial commit