Varun Ramesh

Results 12 comments of Varun Ramesh

Everything under `netplayjs-client` is ISC licensed. I will need to go over `netplayjs-demo` as I have copied some files from other MIT-licensed open-source projects. I will need to double check...

The first step is to support games with a fixed player count, and where players can't join or leave after the game starts. For example, a game will have something...

Whoops, somehow I missed this issue. The problem is that your script isn't opening up in Python. You either don't have Python installed or it's installed but not registered as...

What OS are you on? Have you selected a terminal emulator from the package settings?

I'm a little bit cautious to merge this because games that log to stdout will have their entire log printed to the error message. It's annoying that Love2D doesn't print...

This project was written in 2014, but when I last tested it, it seemed to work when I restricted the game mode to gen6randombattle. The error that your receiving might...

- Verified that all the assets are distributed under permissive licenses - Added attribution in README - License repo under ISC

I'll look into adding this. Right now `DefaultInput` is missing a couple of things like clicks as well.

I haven't seen this issue specifically. I am aware of #76 (backgrounded tabs won't tick anymore). I suspect this is a variation of that problem where a visible but unfocused...

There's now an indicator which tells you if the other player has hidden their window. It doesn't fundamentally solve the problem but at least provides some feedback to players, so...