giacomofurlan / browser-game-time-machine
A set of common time-based browser games' logics
v0.1
2016-09-24 21:29 UTC
Requires
- php: >=7.0.4
- phpunit/phpunit: 5.5.5
This package is auto-updated.
Last update: 2025-01-09 14:46:56 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\
)