-
as seen on Game Development
- Search for 'Game Development'
I’m trying to make an android game and I’m having a bit of trouble getting the collision detection to work. It works sometimes but my conditions aren’t specific enough and my program gets it wrong. How could I improve the following if conditions?
public boolean checkColisionWithPlayer( Player player…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I use xubuntu 14.04 64 bit, I installed flash player from software center and xubuntu-restricted-extras too
Are there any benchmarks on Linux flash player and google chrome built in flash player? I just want to see their performance because in theory google's flash player should be more updated and…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I am trying to find the option that sets, for the whole system the default Web Browser, Mail Client, Video Player and Music Player instead of having to do it for each type of file. I knew where the option was in 11.04 but somehow I can not find it again.
Just to not get anymore confused I am not…
>>> More
-
as seen on Game Development
- Search for 'Game Development'
I have a simple 2D game with a tile-based map. I am new to game development, I followed the LazyFoo tutorials on SDL.
The tiles are in a bmp file, but each tile inside it corresponds to an internal number of the type of tile(color, or wall).
The game is simple, but the code is a lot so I can only…
>>> More
-
as seen on Game Development
- Search for 'Game Development'
I am making a simple game right now and am struggling with collision response. My goal is to someday be able to turn it into a 2D platformer but I have a long way to go. I am currently making this in JavaScript and using the canvas element so (0,0) is in the top left and positive X is to the right…
>>> More