giacomofurlan/browser-game-time-machine

A set of common time-based browser games' logics

v0.1 2016-09-24 21:29 UTC

This package is auto-updated.

Last update: 2024-04-09 12:57:55 UTC


README

by Giacomo Furlan <giacomo@giacomofurlan.name>

This library aims to help browser game developers to have a set of time-based algorithms ready to be used in their projects.

It includes a GiacomoFurlan\TimeMachine\Interfaces\TimeMachineInterface interface and a standard implementation of it (GiacomoFurlan\TimeMachine\Services\TimeMachine), including the interfaces needed to let your classes work with the service.

PSR-4 compliant (src/ => GiacomoFurlan\TimeMachine\)