Git Product home page Git Product logo

bettercrewlink-server's People

Contributors

adofou avatar carthage0318 avatar kszczek avatar mixmasterfresh avatar ohmyguus avatar ottomated avatar quentin-guillemin avatar sjoerd108 avatar sus-test avatar tystuyfzand avatar vrnagy avatar zedoki avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

bettercrewlink-server's Issues

Add dotenv package

Hello,

Rather than passing ENV variables with yarn in command line, it would be easier to manage them from .env file by adding the dotenv package.

import {config as dotEnv} from "dotenv";
dotEnv();

Web interface cannot connect to server

For some reason, when I run my own server instance, users of the Windows and Linux app can connect just fine, but users of the web app cannot. With the same people and even the same game code, the default server works just fine!

Docker build fails due to case sensitive file system

Attempting to compile on Ubuntu 20.04 ARM:

src/index.ts(11,29): error TS2307: Cannot find module './interfaces/publicLobby' or its corresponding type declarations.
src/index.ts(12,27): error TS2307: Cannot find module './interfaces/gameState' or its corresponding type declarations.
src/index.ts(13,27): error TS2307: Cannot find module './interfaces/lobbyInfo' or its corresponding type declarations.

This is fixed by renaming src/Interfaces to src/interfaces - changing the "i" to a lowercase. Compilation then succeeds as expected.

I think this has been tested/built on a Windows platform or a Linux platform with a case insensitive file system (like WSL).

Impostor radio

Bind-able hotkey.

When pressed both impostors can only hear each other regardless of distance of each other in the map.

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.