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

Write tutorial for a TypeScript bot #104

Merged
merged 1 commit into from
Apr 23, 2022
Merged

Write tutorial for a TypeScript bot #104

merged 1 commit into from
Apr 23, 2022

Conversation

jdno
Copy link
Owner

@jdno jdno commented Apr 23, 2022

The documentation has been expanded with an in-depth tutorial on how to play the game with TypeScript. The tutorial covers the installation of the game through the itch app, setting up a new project for the bot, and interacting with the API to start a game and subscribe to events. Topics not covered are path finding and collision detection, which are left as an exercise for the reader.

The code in the tutorial is based on jdno/node-traffic-controller 1, which can be used by players as a template to bootstrap their bot.

Footnotes

  1. https://github.com/jdno/node-traffic-controller

The documentation has been expanded with an in-depth tutorial on how to
play the game with TypeScript. The tutorial covers the installation of
the game through the itch app, setting up a new project for the bot, and
interacting with the API to start a game and subscribe to events. Topics
not covered are path finding and collision detection, which are left as
an exercise for the reader.

The code in the tutorial is based on jdno/node-traffic-controller [^1],
which can be used by players as a template to bootstrap their bot.

[^1]: https://github.com/jdno/node-traffic-controller
@jdno jdno added R-added Add a new feature to the release notes C-documentation Improve the documentation labels Apr 23, 2022
@jdno jdno self-assigned this Apr 23, 2022
@jdno jdno merged commit 3fe5113 into main Apr 23, 2022
@jdno jdno deleted the write-typescript-tutorial branch April 23, 2022 08:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
C-documentation Improve the documentation R-added Add a new feature to the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant