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

codyfight/game-client-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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