Questions tagged [html]
The html tag has no summary.
63 questions
1
vote
0
answers
125
views
How to port web-based video game to other consoles?
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. ...
1
vote
0
answers
54
views
Why did my game get rejected by CrazyGames? Looking for feedback on first impressions [duplicate]
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-...
0
votes
1
answer
95
views
How to make my element size itself properly in my canvas element
Before I start my question, let me clarify that I'm not using <canvas>, I'm using <div id="canvas">, so I'...
0
votes
0
answers
97
views
How to add an HTML + CSS overlay to a DirectX app?
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 ...
0
votes
1
answer
185
views
Web application for efficient placement of blocks
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 ...
0
votes
1
answer
128
views
Reward System For HTML Game
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 ...
-4
votes
1
answer
131
views
Why wont my code work
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 ...
1
vote
1
answer
208
views
How do I react to a variable having reached a certain value?
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 ...
0
votes
0
answers
84
views
Handle roads following in a javascript game
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 ...
1
vote
1
answer
2k
views
Besides 3d, why would I need to use a canvas instead of using plain css and html?
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 ...
0
votes
1
answer
1k
views
Technology behind retrogames.cc video games
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?
0
votes
0
answers
258
views
How to prevent repl.it WebSocket from going to sleep?
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.
...
1
vote
1
answer
2k
views
2D moving objects in angle
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 ...
0
votes
1
answer
279
views
How do you make html elements not blurry
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
...
1
vote
2
answers
4k
views
How can I publish a Python game on itch.io as html?
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?
1
vote
1
answer
198
views
Is reobfuscating javascript every time the page is loaded a valid option for a multiplayer game?
I am looking for ways to prevent cheating on a multiplayer browser game. I saw this answer where it was mentioned that obfuscation is not an effective technique.
My plan is not only to obfuscate the ...
2
votes
2
answers
5k
views
My HTML canvas keep flickering
I'm trying to create a game in HTML canvas, but somehow it keeps flickering, I've taken a look at the tutorial and I perceived that my code is more or less similar. Can anybody help me fix this?
<...
1
vote
1
answer
148
views
How do I set bullets to shoot from the correct position on the sprite?
How can I set the bullets start position to shoot from the front right of the sprite?
It is currently shooting from the top of the sprite.
P.S. I'm doing a tutorial online with the sprite shooting ...
0
votes
1
answer
223
views
Cap Framerate in the asynchronous world of Javascript
I'm developing a game in JavaScript & HTML5 with CreateJS. (I doubt you'll need CreateJS experience to answer this question, though)
My main game loop function is initialized and run using the ...
0
votes
2
answers
488
views
How to use local-storage
So I have this game and I would like to have a save function. Here is my code below:
...
0
votes
1
answer
369
views
Making a 2d shooting game. need a working shoot function
I tried to follow some guides but couldn't get their functions to work in my program. What i tried is commented out in my code(the for loop). I want a working function on space press create a bullet ...
0
votes
1
answer
410
views
How to add a collision function to a game
Ive tried a few things but i cant get a working function if player collides with object set speed to 0( stop moving)
ive tried to use the function under "game over " and change the things to make ...
0
votes
0
answers
230
views
How to create a character for a maze game
I was messing around with some maze stuff. I was wondering if its possible to add a character to what i have even though Im not using canvas.How do you position an html element representing your ...
0
votes
1
answer
296
views
makeing a quest system in a html clicker. need help making repeatable quests and quests being done
So i have a pretty good clicker quest system in place( click/ use spells/collect stuff etc) but im having a hard to making it a reward system. The reward should only go off once then the quest should ...
1
vote
1
answer
463
views
Problem with making camera follow player in Javascript
So I'm testing a few things in Javascript and something I was testing was making the camera follow the player. When I move the player, instead of the dots going away from the player, they follow the ...
1
vote
1
answer
313
views
Making a way to fight monsters in my clicker game
I want a working next and previous button for killing monsters http://prntscr.com/o375y7 http://prntscr.com/o37609 Im new to this concept so i don't know how to go about doing this.
html code(all i ...
1
vote
2
answers
218
views
html/ javascript shop
Im new to drop down menus. How can I make a working shop in html/javascript. I have this so far http://prntscr.com/o15oj7 . I want help with the selling of a material part. i know i should use if ...
1
vote
1
answer
144
views
Is there a way to automatically group tiles in a A* pathfinding grid to find the largest areas?
I'm making an RTS game using html canvas.
I've made a program that randomly generates levels in order to test my pathfinding script. it divides the pathable blocks into squares so that you can apply A*...
0
votes
0
answers
103
views
Keyboard arrow Navigation
My crossword is a table made with <td> tags. The input boxes are textboxes (input="text"), styled with CSS. My question is how do you get the focus to the ...
0
votes
1
answer
619
views
Link CSS file with HTML file in Unity Power UI
I want to link css file with html in Unity with the help of Power UI. I already converted css file into bytes format but it not still worked. Here is the code
...
0
votes
0
answers
931
views
Collision detection not working in Phaser 3
I am new to phaser. So I started working on a game but I am stuck at implementing collision detection. I want to do it between a static group(dot) and a Sprite(obs).
function create(){
...
1
vote
2
answers
1k
views
How do you setup a scrollable overworld map on an HTML/JQuery based game?
Problem and Requirements
I'm putting together a simple game that will involve an overworld map consisting of 12px x 12px square terrain tiles. These maps may be as large as 500x500 in size (so 250k ...
0
votes
1
answer
1k
views
I keep coming across an error "Cannot read property 'innerHTML' of undefined"
I'm new to game designing and have to create a game for my project but I keep coming across an error to do with:
index.html:93 Uncaught TypeError: Cannot read property 'innerHTML' of undefined
at ...
0
votes
2
answers
221
views
ForEach vs For loop in JavaScript | Which is more efficient? [closed]
I was wondering which for loop is less hard on the computer, and why it is
Example:
...
1
vote
0
answers
896
views
JavaScript HTML -- How can I implement gravity/jumping into my basic game?
I am making a basic game. I currently have an object (box4) that moves left and right using Keycode Events. But I want to add Gravity. I'm not sure how to go about this; everything I've found online ...
1
vote
0
answers
214
views
Create styled grid with phaserJS gaming framework
I am new to Phaser and this is my first game with Phaser gaming framework. Am trying to find the right way of coding a grid what you see in below image
In some articles is being suggested to code it ...
-2
votes
1
answer
212
views
Why does the score increase faster the second time the user plays my game?
In my HTML game, if you press the "play" button, the game will start and the score will increase by one every second. If you then press the back button and click the play button again, the score ...
1
vote
1
answer
2k
views
How do I make my character jump on a platform?
This is the code I've written so far:
Html:
...
2
votes
2
answers
10k
views
Camera that follows my player
I am experimenting with game development but my player disappears. My player is able to just walk off the screen and never be seen again.
So I was wondering if someone could help me with adding a ...
2
votes
0
answers
90
views
I'm having very negative thoughts, can you help me? [closed]
I'm 27 years old and I recently started vocational studies for app development. The first year is mostly about introduction to c# programming and also a light introduction to html and javascript. I ...
1
vote
2
answers
1k
views
HTML canvas, Node WebSocket and multiplayer game like slither.io. How to send visual data over websockets?
Where to start creating a multiplayer game like slither.io, agar.io, etc.
I need only learn how to draw live positions and other data of all players into one fullscreen HTML5 canvas with update ...
1
vote
1
answer
139
views
Sprites in Object Pool spawning and updating, but not rendering
So I've been trying to draw sprites onto the world canvas. These sprites are held in a Group (aka object pool. They are meant to be bullets). They update properly, even go off bounds, but they never ...
1
vote
1
answer
328
views
Twine game animated blur effect
I'm making a horror text adventure using Twine (snowman version, which uses HTML, CSS, Javascript, JQuery, and Markdown). I wanted to know what the best (easiest) way is, you think, for creating a ...
0
votes
2
answers
1k
views
Object have the same "speed" all time JavaScript
I try to create a 2D game with a big map and multiple objects. The player is always in the middle of the screen and all the other objects is moving around so it feels like a big map.
I want the ...
1
vote
0
answers
346
views
Using GLFX.js on a full HTML page
I have a friend who is developing a game for HTML, and wants me to implement GLFX into the site page.
The problem is GLFX was designed specifically for use with the HTML5 Canvas, which he isn't using, ...
1
vote
0
answers
489
views
Unity Browser inside UI Panel
What is the best option if I want to show a remote webpage inside a UI Panel in Unity ?
I want to target android and iOs platform.
I had uniWebView in mind but that thing is more like an overlay I ...
4
votes
1
answer
3k
views
HTML UI with SDL2 [closed]
I realized that I need an HTML-like UI in my game, because by myself I wouldn't be able to achieve such effects (divs, text, coloring, and styling).
So I started to look around for a HTML Engine for ...
21
votes
5
answers
10k
views
Prevent cheating in html Javascript game [duplicate]
I have made a Javascript/html game. Now the problem I have is anyone can edit the client code and cheat in game for example there is a man shooting a enemy.
Man HP: &...
0
votes
3
answers
1k
views
How do I keep a PHP server running forever?
I'm making a web game RTS, it's mostly create units, manage resources, attack with army, and level up factories. I have created the basics of the game using Javascript, PHP, and MySQL databases. I use ...
2
votes
2
answers
12k
views
Chromium Embedded Framework and Unity3D?
I have recently heard about the Chromium Embedded Framework and was over-joyed as I want to use html as my GUI source.
I did find a C# version but it seems to be for Windows Forms.
I'm not too ...