Media Summary: Something I whipped up whilst taking a break from homework. I might get around to replacing the amazing programmer art later. I added projectiles :D I'll add a "shooting" animation next. In this tutorial I will show you the basic Geometry Shapes and how you can use them to create collision detection for your game.
Slick2d Tiledmap Collisiontest - Detailed Analysis & Overview
Something I whipped up whilst taking a break from homework. I might get around to replacing the amazing programmer art later. I added projectiles :D I'll add a "shooting" animation next. In this tutorial I will show you the basic Geometry Shapes and how you can use them to create collision detection for your game. This is my first 2D Java Game. Everything was made in Eclipse with the Recorder in Wacky Pixel Emulator. Art: Gregos Thomas Code: Alex Lementuev Source code: ... Here is a quick demonstration of my quite robust collision algorithm for arbitrary large bounding rectangles moving through a tile ...
slick2d test ship and camera movement v001 In this tutorial I will show you how to use the StateBasedGame feature of A game I'm developing for a research project in university. This is what I got done on my first day. I'm using Java with