SverreNystad / besieged

Besieged! is a cooperative, real-time multiplayer tower defense Android game, where players defend their village against waves of mythological creatures by strategically combining "tower-cards" to build unique towers, earning money from each kill to acquire more cards.
6 stars 2 forks source link

11 Networking.Persistence Module with DAO abstract class, implementations and builder #15

Closed SverreNystad closed 5 months ago

SverreNystad commented 6 months ago

The network.persistence module

This PR adds the following to the project:

There are also tests for this functionality

To run all the tests:

gradlew test
SverreNystad commented 6 months ago

Found a tutorial on how to add firebase. So I can probably set it up later today