You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Oleg Yarigin edited this page Dec 31, 2013
·
38 revisions
Welcome to the Wolf wiki! This wiki is a technical documentation for developers and testers, that describes a structure of the engine, rationalization of different hints and gives an API for extension of the engine.
Wolf engine consists of two parts: web client and server.
Web client
Web client allows to iteract with game servers via Web-browser. It visualises a world, received from the server and sends user input back to the server.
It is written on Dart, flexible object-oriented JavaScript analog. But it can be easily ported to JavaScript using Dart SDK.