![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@socialgorithm/uabc
Advanced tools
uabc: Ultimate Algorithm Battle - Client
This is a websocket client that allows participation in Socialgorithm Tournaments. Learn more about those in our documentation
This client will executes your player file, and pipe the stdin/stout generated by that process to the tournament server over a socket.
This means that your player can be written in any language, and it will work as long as your computer can run it.
Note: If you are participating in a competition, it is best to start in the Participant section of the documentation.
Install the executable:
$ npm install -g @socialgorithm/uabc
Verify the installation by running:
$ uabc --version
Run uabc -h
to see the full list of options:
You will need to clone the specific sample player that you want to run, for example, for tic-tac-toe:
$ git clone git@github.com:socialgorithm/tic-tac-toe-player
$ cd tic-tac-toe-player
Then run the sample using the globally installed UABC, for example:
$ uabc --host "https://sg-tournament.herokuapp.com"
--lobby "{YOUR_LOBBY_NAME}"
--token "Player1"
-f "node run_player.js random"
FAQs
Ultimate Algorithm Battle Client
We found that @socialgorithm/uabc demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.