Skip to content
#

browser-game

A video game that you can play from the comfort of your browser.

Here are 417 public repositories matching this topic...

naknode
naknode commented Mar 6, 2018

Do you want to request a feature or report a bug?

bug

What is the current behavior?

When a user types on chat, everyone in the map can see it.

**If the current behavior is a bug, please provide the exact ste

bug help wanted good first issue player
WaveHack
WaveHack commented Apr 20, 2019

Refactor classes (including tests) to resolve dependencies out of the IoC container with $this->dep = app($class::class) in the constructor, instead of through the constructor method arguments.

Constructor arg lists get quite long (see PopulationCalculator), and needs fixing test constructors whenever this changes.


Beep, boop, I'm a bot! Th

GlobalCollapse
matronator
matronator commented Apr 26, 2020

Lot of the UI text in the game is hardcoded in the template files (due to my laziness and poor planning ahead) and should be replaced with link to the locale file here.

So for example you'd change this:

app/modules/Front/templates/Default/default.latte

...
<ul class="uk-list uk-list-divide
help wanted good first issue lang
jkenlooper
jkenlooper commented Jul 3, 2020

The puzzle latency shows the response time from pinging the server in milliseconds. This value could be styled to better portray what it is for. Response time of less than 300 could be considered as optimal and so could be styled as green or something. Anything above 1000 (1 second) would probably be not so great.

A helpful pop up modal or something to better describe how this value is dete

good first issue client-side design
Wikipedia
Wikipedia