Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

#Day 3

Today I decided to add SmoothCam library. A great little tool to quickly add a good camera system. So - I have been working on the camera system, but not much to show yet.

In order to show you ar least some code I exported the lib to github:

https://github.com/Merijn68/LostInSpace---LibGDXJa...

Now - I must have done something wrong. As afterwards my project in eclipse is no longer valid :( It looks like Git has 'pulled away' my project files into a 'git repository' - but away from my eclipse project. If only I was smart enough to make backups... Anybody any ideas?

Once I will get my project restored :) I will be working on the collision detection. As I have chosen not to use box2d, I will have to make something myself. I will use Physics Editor from Code and Web to generate some polygons. Then use basic libgdx Intersector commands to get a first collision detection setup.