-
XCross for XBox available!
After months of dev, tests, and reviews, XCross is finally available on the marketplace. XCross is the first picross for XBox 360, and comes along with a lot of features : trophies, unlockables, hidden goodies… There is even several free token for ArkX hidden in the game! We could establish a partnetship with picross-star.fr, and…
-
XCross : Looking for Picross Creators
You like picross? you want your name to be on an XBox360 game, and to get a version of XCross and ArkX for free? read this post!
-
Dream Build Play 2009
There we are! After 4 months of hard work, we could upload one version of XCross for the Dream Build Play 2009 contest. There are many great entries this year, and If you don’t know indie games and own an Xbox360, you should really take a look. Among the entries, several are really inspiring: –…
-
SpriteMapper Beta
SpriteMapper is a very simple tool to produce spritemaps from a sequence of images. This is particularly useful for animated sprites from 3D softwares like 3D Studio. (render as a sequence of image, and then create the spritemap for your animation to be simple to use programmatically) The interface
-
Testing HTTP Requests
Lots of projects now use http to communicate with other modules, and it is not very convenient to test without a sniffer (and even so, when using https, you’ll unlikely get anything usable). So I started to write several test pages. So if you want to make sure your app is accessing/sending/receiving what you expect,…