Skip to content

feat(): update connection url and add some helpful debugging tools an… #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

toddrobinsonce
Copy link

…d notes

Just trying to make some minimal updates to items that have changed to make it easier for people starting out to hit the ground running.

main.js Outdated
Comment on lines 25 to 32
var username = '[Bot]ExampleTRBot'; // CHANGE ME
// Set the username for the bot.
// This should only ever be done once. See the API reference for more details.
socket.emit('set_username', user_id, username);
// socket.emit('set_username', user_id, username);

// Join a custom game and force start immediately.
// Custom games are a great way to test your bot while you develop it because you can play against your bot!
var custom_game_id = 'my_private_game';
var custom_game_id = 'my_private_gameTR';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I doubt they will like you having your initials here. But maybe you weren't trying to get it merged.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for pointing that out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants