python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Jump functionality for a 2D Top Down Unity game?
I am struggling to find an efficient way to let my player jump in a 2D Top Down world. I can see a lot of tutorials about platformer views where the camera is oriented at the side of the player, but n...

bre_dev
Votes: 0
Answers: 1
How can I fix my crash method/collision detection between my player and other objects?
Currently, I'm making a 2d java game that includes a tank at the top of the screen shooting the oncoming cars from below, I have made a crash method and collision detection which determines to stop th...
Dane Whitman
Votes: 0
Answers: 1
Java 2D Game Tile rendering problem with difference between height and width
So i am programming basic Java 2D Game with a TileManager.
I am creating the maps in Tiled and export a .xml file.
Here an example:
<?xml version="1.0" encoding="UTF-8"?>
<...
F.B.
Votes: 0
Answers: 0
Kaboom.js: how to set the background to an image
I'm making a kaboom.js game and I want to set the background of a scene to an image. I can only find solutions on changing the background to a colour. I hope someone can help!
Alex Wegrzyn
Votes: 0
Answers: 1