Tag: CraftStudio
Linked Colours Post Mortem – Ludum Dare 30
Crafty Bird, a Flappy Bird clone with CraftStudio
Game Analytics SDK for CraftStudio
Simple Hosted Leaderboards
The week before the last Ludum Dare, I spent a dozen hours to put together a barebone hosted leaderboard system. It’s a simple PHP script that allow to host several leaderboards for games (saved as JSON files). The leaderboards are very simple, even barebones, since only the latest score and…
Snake Driller – Post Mortem – Ludum Dare 29
I missed two Ludum Dare since the last time but it was back again last week-end and thankfully I was able to took time to participate for the third time to the 29th Ludum Dare Compo challenge. For those who doesn’t know, the Ludum Dare is a game Jam where…
Working with cameras in CraftStudio
Read on GitHub
Daneel, the framework for CraftStudio v1.4.0 is out
It’s already time for a new version of my framework for CraftStudio : Daneel v1.4.0 is out with few new features, but nice improvements ! The two most notable new features are the Draw object that introduce the LineRenderer and CircleRenderer components, as well as the capacity to easily add…
How to create an in-game chat with CraftStudio and Daneel
Read it on GitHub
Crafting Minecraft in CraftStudio: the Tutorial

I started a series of tutorials that aims to build a Minecraft-like with CraftStudio (and Daneel). You can read them at : https://github.com/florentpoujol/craftstudio-stuffs/tree/master/minecraft-tutorials The whole tutorial is completely WIP, even chapters that you can already read. So if you have any feebacks, unanswered questions, complains about how I write bad…