Jelly Wars – Development

I’ve introduced Jelly Wars in my previous post – it’s a strategy board game for Android, similar to Reversi and Go. In this post, I’ll discuss a bit about the development process of the game. Overview Jelly Wars was developed from scratch in Unity3d and C#. It consists of a main menu, a game scenes … Read more

Developing the Android game “Down the hill”

Down the hill - Small Feature Image

In my previous post, I introduced my latest Android game – Down the hill – a one-click game, based on the the Emoji Down the hill template. In this post, I’d like to discuss the development process and changes I made to the template. Handling the “premium” features The template comes with a few “premium” … Read more

New Android game – 3 Doors Down Trivia

3 Doors Down Trivia Android Game Featured

With the success of The Beatles Trivia, I’ve decided to try implementing an additional music-related trivia Android game – 3 Doors Down Trivia – after the American rock band. The game is based on 7 albums, 73 songs, hundreds of lyrics, 9 people (past and current band members), and events, and has 9 different types of questions. … Read more

Working on a TV shows trivia game

Following my trivia games, I’ve decided to start working on a TV shows trivia. The first step of creating a trivia game, is to make sure I have enough data, and that I can represent it in a way that my engine can generate questions.Representing the data for TV shows as nodes in a graph … Read more

ObjectCache and RavenDB Changes

RavenDb provides a push notifications mechanism, named Changes API, that allows you to receive messages from a server about events that occurred there. This mechanism makes is extremely simple to create a ChangeMonitor class that can be used with CacheItemPolicy, in order to expire cache items when something happens on the server (such as a document being … Read more

Playing with Google Charts and experiencing in web development

Background Over the last several months, I’ve been playing around more and more with web development. Until now, I’ve spent most of that time reading blogs and tutorials. I’ve decided that now’s the time to start actually writing something. For one of my ideas, I wanted to allow users to create a tree diagram dynamically. … Read more