Skip to main content

Questions tagged [javascript]

"JavaScript (sometimes abbreviated JS) is a prototype-based scripting language that is dynamic, weakly typed and has first-class functions. It is a multi-paradigm language, supporting object-oriented, imperative, and functional programming styles." From Wikipedia. http://en.wikipedia.org/wiki/JavaScript

Filter by
Sorted by
Tagged with
0 votes
0 answers
58 views

I am trying to have modded items in the chests of lost cites mod, and there is this problem I am facing, in which a mod called Apocalypse Now automatically injects its mod items into the chests ...
ActionBotYT's user avatar
1 vote
0 answers
125 views

I'm rather new to video game development, as I have only released one indie game on the web. Every time I have demonstrated the game at a public event, it has always received some kind of reception. ...
Azariah Easey's user avatar
0 votes
0 answers
31 views

hopefully this is alright to post here. I'm learning to code and working on a thing (actually trying to reproduce this https://www.instagram.com/juhani.halkomaki/reel/DGFpqfCNgZe/ ) I have created a ...
spaciousmind's user avatar
0 votes
1 answer
73 views

I am fleshing out a small desktop game that will be HTML5-based. Grid zone 3 uses one canvas element, and that is placed correctly without any visible gaps between the edge of the canvas and the ...
Eric Marceau's user avatar
0 votes
0 answers
48 views

As a proof of concept I'd like to create the UI of a boardgame using SVG and HTML, so I can deploy it in desktop through Electron, mobile using Cordova and also hosting it in a website. I also have ...
tonicebrian's user avatar
1 vote
2 answers
961 views

I'm looking to port a JS web game to console (Nintendo Switch and PlayStation 5). With the WiiU, it had native HTML5 support. These are my current solutions: Built-in browser: Currently, the only way ...
LJones's user avatar
  • 23
4 votes
1 answer
596 views

I found that when you connect a controller, the buttons have a code. When I run console.log(navigator.getGamepads()[0].buttons), the A button on a Nintendo Switch ...
Alex's user avatar
  • 177