-
### 🎮 Game Request
Game logic and basic description
The Tower of Hanoi is a mathematical game or puzzle consisting of three rods and a number of disks of various diameters, which can slide onto any …
-
I used howler.js in a HTML5 game, and find an issue in ios (we test it in iPhone 5 / 5S / 6 / 6S, with Chrome and Safari):
When a player is playing the game, and someone call in. If player refuses …
-
Web tech is also emerging often in tools, especially custom built tools for specific tasks.
For example, while the game Celeste was made in C# and XNA, using Visual Studio, they levels were actuall…
-
I would like to play a racing game that supports gamepad input using xinput.
Hence I used this program to create a profile for a single-user Xbox 360 gamepad controller, and mapped some keyboard keys…
-
This error is popping up in defold when opening the html5 debug version of the game with url params.
### Expected behaviour
Read url params
### Actual behaviour
crashes as soon as a url parame…
-
-
**Describe the bug**
Games on html5 behave like the content's aspect ratio is 3:2 (adding black bars to the sides or top/bottom, if scale = "letterbox" is set in config.lua)
**To Reproduce**
Step…
-
para esta tarefa tem-se que terminar o curso do udacity de html5 for game programming, para poder ajustar o backend do playn pros sub-botoes funcionarem melhor nos navegadores
Sub tasks:
- [ ] #35
-
-
WebGL2.0 is based on open gl es 3.0, which is not exactly es 3.1 used by the engine for mobile devices, but it looks like general difference is compute shaders and random access buffers, which is not …