TombolaDist is an implementation of the italian famous game Tombola based on a distributed architecture, in particular using a ring network. This game is written in Java and the communication between nodes is made possible by Java RMI (Remote Method Invocation). The most common problems of a distributed system like synchronization, consensus reaching and crash detection are addressed and solved.