Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 643 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 643 Bytes

Game Client

How to start?

This library is a single JavaScript file, and you reference it with the HTML <script> tag (notice that the <script> tag should be inside the <head> section):

<head>
    <script src="https://client.codyfight.com/lib/client.js"></script>
</head>

Alternatively, you can use the client script to host it locally or on a server.

Useful Links