2d-games Questions
6
I'm making a game that requires knowing how to draw a rectangle in Python (3.2).
I have checked lot of sources but none show exactly how to do it.
Courtnay asked 5/11, 2013 at 1:20
2
Solved
I have searched in the web and found very few material on this question. I've heard of Unity 3D and know that there are other tools. But I would like to know if it is possible to develop games in A...
Drubbing asked 23/6, 2016 at 6:26
2
Solved
So I am trying to make an among us type game with pygame. I just started, so I don't have much of anything and am working on the map right now. However, one thing I'm struggling with is the collisi...
Possess asked 28/9, 2020 at 3:1
3
I am trying to create a shader that can be used to clip 2D sprites in a game, I found this shader in another question
Shader "Sprites/ClipArea"
{
Properties
{
_MainTex ("Base (RGB), Alpha (A)", 2...
Shelled asked 19/4, 2014 at 4:38
2
Solved
I'm trying to create a platform game using Tiled to create my maps. I've made my map and exported it as a .json object. I can make the map appear in my game, but my sprite falls through my floor.
...
Hammerhead asked 11/12, 2015 at 0:17
1
In the Below code link HTML5 canvas spin wheel game. I want to stop this canvas at a user-defined position as if the user wants to stop always at 200 texts or 100 texts like that.
Currently, it i...
Gyrate asked 11/12, 2019 at 12:39
2
I am trying to understand how I could use React for rendering all the UI elements and Phaser for rendering a game (using Canvas or WebGL) within the React application.
One way would be to use Reac...
Orography asked 8/2, 2018 at 9:45
3
Solved
So, I am currently reinventing the wheel (and learning a lot) by trying my hand at making a simple physics engine for my game engine. I have been searching the internet, trying (and failing) to fix...
Phonon asked 12/9, 2017 at 9:37
1
Solved
I know very little Unity and would like to create a platform 2D game very simple, just using the basic shapes (squares, rectangles, circles, etc.).
I searched the internet and I found a more compli...
Basketry asked 13/2, 2017 at 15:1
5
Solved
The new Unity 4.6 comes with a new GUI, when I change de resolution on Unity the UI Button scales perfectly but when I test on the Nexus 7 device the Button looks too small. Any idea how to solve t...
Pluckless asked 25/8, 2014 at 0:12
1
Solved
I realize there are many tutorials and sites and everything answering "Which is better for game applications?" They all say that SVG is not suited towards game applications, that canvas is. B...
1
Solved
My brain is smoking trying to understand the mechanics of this bitboard technique. In order to make it simple, lets imagine that, instead of chess and a lot of complex piece movements, we have a ga...
2
Solved
I am replicating a classic game, Pong, in Java using JavaFX. I am using java.util.Timer, java.util.TimerTask for the game loop and JavaFX's Canvas for rendering. Is there a way to add double buffer...
Ostyak asked 6/4, 2016 at 18:41
1
Solved
I'm working on a real-time multiplayer game and I use Redux on both the server and the client to store the state of the application.
However, the amount of actions dispatched into the store is si...
1
Solved
Im fairly new to objective-c and sprite kit but i've done games development for a while. Im currently working on a 2d game and i have enemy ships moving from right to left on the screen. Ive been f...
Annunciator asked 5/2, 2015 at 10:49
1
Solved
Is there any way to disable key pressing events when they are repeating?
I'm developing a game and when I press a key, the players goes into running mode and goes back to standing mode when the ke...
Eurystheus asked 16/4, 2014 at 16:7
1
I started to develop a game under Delphi XE5 for iOS. I have problem with the Resolution feature of the Firemonkey.
When I open the screen and I check resolution on the iPhone I get 320x480. But ...
Monocular asked 21/11, 2013 at 14:53
3
Solved
Are there any good resources to get started with Andengine? Any good tutorials, blogs or books?
Of course, I have visited its official website http://www.andengine.org/, but I didn't think t...
2
1
Solved
I developed a simple 2D puzzle game (like "bejeweled"). It can be played in two modes - "campaign" and "quick game". "Campaign" mode has several levels. Player can save his progress when quit a cam...
2
Currently designing a game and the idea is that of a high score, so that when the current score is more than the local storage one it is replaced:
localStorage.setItem('highScore', highScore);
var...
Borodino asked 26/4, 2013 at 21:31
2
Solved
I'm trying to rewrite my canvas-based rendering for my 2d game engine. I've made good progress and can render textures to the webgl context fine, complete with scaling, rotation and blending. But m...
Fennel asked 22/3, 2013 at 2:46
10
Solved
I would like to write some simple Mario-like game from scratch using language C. But honestly I have no idea how to do so, and I can´t find any good tutorial for this, which is for free.
But to th...
2
Solved
I have this sprite sheet:
How can I read this image file to extract part of it to be used as a sprite ?
7
Solved
What are some toolkits for developing 2D games in Python? An option that I have heard of is Pygame, but is there anything that has more range to do more things? What are the good and bad part...
Salmons asked 29/8, 2008 at 16:20
1 Next >
© 2022 - 2024 — McMap. All rights reserved.