Skip to content

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