Skip to main content

Questions tagged [html]

1 vote
0 answers
132 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
1 vote
0 answers
54 views

I recently submitted my HTML5/WebGL game to CrazyGames.com, but unfortunately it was rejected without specific feedback. Here’s the preview link: https://www.crazygames.com/preview/25901363-36f7-4d64-...
KingGD's user avatar
  • 11
0 votes
1 answer
96 views

Before I start my question, let me clarify that I'm not using <canvas>, I'm using <div id="canvas">, so I'...
Alex's user avatar
  • 177
0 votes
0 answers
97 views

I'm looking for a way to render html and css elements within an executable as an overlay. There are programs today made in electron such as Blitz or even the best known Discord. They do overlay within ...
robert's user avatar
  • 1
0 votes
1 answer
185 views

Task: to develop a function that efficiently places rectangular blocks in rectangular 2D container. The location of the blocks in the container should be as dense as possible in order to rationally ...
Назар Саханда's user avatar
0 votes
1 answer
128 views

i am new to coding and have started a little clicker game and right now im working on a reward system for when the players click amout reaches a certain value. i have figured out how to make one ...
David Humphrey's user avatar
-4 votes
1 answer
131 views

I have just started on a new short game and i am trying to figure out how to make a reward when i reach a certain value I expect that the counter starts at zero, and each time the button is clicked it ...
David Humphrey's user avatar
1 vote
1 answer
208 views

I am a new coder and im trying to learn html. i have started working on a clicker game but im trying to figure out how to give a reward when my total clicks var has reached a certain value. the reward ...
David Humphrey's user avatar
0 votes
0 answers
84 views

In a browser game made in HTML5/Javascript, I would like to handle the move of units in real-time. But units would have to follow some predefined roads... Canvas seems better than svg to handle ...
Charles Dexter Ward's user avatar
1 vote
1 answer
2k views

Purely speaking for the use of 2d. First off, redrawing the canvas on every frame seems quite inefficient. Even when you can create multiple to not redraw everything etc. CSS animations to move ...
rewfsdv's user avatar
  • 13
0 votes
1 answer
1k views

What is the technology used in embedding the games on the retrogames.cc site? I managed to see an HTML tag, but I don't know how they are inserted, are they simulators of real games?
alejandro's user avatar
  • 103
0 votes
0 answers
258 views

I have a WebSocket hosting on repl.it But when the repl sleeps, the WebSocket does as well. My friends told me to have a pinger to ping the site. It doesn't work. They told me to fetch the server. ...
Coder2195's user avatar
  • 123
1 vote
1 answer
2k views

Im making simple 2D space shooter with use of html5 and JavaScript. The idea is simple, shoot down as many aliens as you can. I made it to the point where I have player which can move and rotate, but ...
asqit's user avatar
  • 13
0 votes
1 answer
279 views

I was making a html game and all the elements are blurry is there a fix to this? I use css but it makes it blurry Code ...
Giuca002's user avatar
1 vote
2 answers
4k views

I'm making a game with Python, using Pygame. I want to publish my game on itch.io so that it's playable in the browser. Is there a way to do this? If so, how?
Devin Little's user avatar

15 30 50 per page
1
2 3 4 5