Padraig X. Lamont

Results 49 issues of Padraig X. Lamont

Hello! I am trying to use Bytecoder to allow me to use one of my Java projects from the browser, except I am running into this warning every time I...

question

Shiba from our Discord suggested that we should add a resign feature to games. I think this would be nice to have for games. I think this would need some...

feature

The mobile client has a lot of issues with audio due to the browser requiring user interaction events to play sounds. I think there is a workaround for this however....

bug

Currently we define how to create every target CSS and JS file through long, repetitive lists in `compilation.json`. It would be better to have a system like imports so we...

feature

I received a bug report through email where the computer won (with a score of 7) while the computer still had one tile left on the board. I've not received...

bug

Currently there is only the basic route, but there are many more sets of game rules. Adding some more of these would be good, although preferably in a way that...

feature

It would be really nice to have a history of the game somewhere on the website.

help wanted
feature

Currently we use globals everywhere. For the game board, for the dice, for the game, for the menu, everywhere... It would be much nicer to refactor the code to not...

enhancement

Currently we use a canvas to display buttons to the user that change picture when they are hovered over. Instead, we could use the simpler method of having one background...

enhancement

Currently the resources directory is a bit of a mess, and its structure does not follow the structure of the website. It would be great if it could be better...

enhancement