Skip to content

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

Open
toddrobinsonce wants to merge 1 commit into
vzhou842:masterfrom
toddrobinsonce:TMPR/easier_startup
Open

feat(): update connection url and add some helpful debugging tools an…#5
toddrobinsonce wants to merge 1 commit into
vzhou842:masterfrom
toddrobinsonce:TMPR/easier_startup

Conversation

@toddrobinsonce
Copy link
Copy Markdown

…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.

Comment thread 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';
Copy link
Copy Markdown

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
Copy Markdown
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