Top "2d-games" questions

2D games are drawn in a two-dimensional space using two-dimensional objects.

Pygame Drawing a Rectangle

Im making a game that requires knowing how to draw a rectangle in python 3.2. I have checked lot of sources …

python pygame rectangles 2d-games
Unity 4.6 - How to scale GUI elements to the right size for every resolution

The new Unity 4.6 comes with a new GUI, when I change de resolution on Unity the UI Button scales perfectly …

user-interface unity3d 2d-games
How to extract part of this image in Java?

I have this sprite sheet: How can I read this image file to extract part of it to be used …

java 2d sprite 2d-games
setting a variable in local storage

Currently designing a game and the idea is that of a high score, so that when the current score is …

javascript html local-storage 2d-games
Is it possible to develop 2D games in Android Studio?

I have searched in the web and found very few material on this question. I've heard of Unity 3D and …

android android-studio 2d-games
Common usecase diagram for games

I developed a simple 2D puzzle game (like "bejeweled"). It can be played in two modes - "campaign" and "quick …

diagram use-case 2d-games
Unity3D - Shader for sprite clipping

I am trying to create a shader that can be used to clip 2D sprites in a game, I found …

unity3d shader sprite 2d-games
Canvas vs. SVG for games

I realize there are many tutorials and sites and everything answering "Which is better for game applications?" They all say …

canvas svg 2d-games
2D game development basics

I would like to write some simple Mario-like game from scratch using language C. But honestly I have no idea …

c 2d-games
Using WASD and arrow keys simultaneously

I am developing a two player game in Processing (running on Java). One user will control his character using the …

java keyboard processing 2d-games