You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log('WorldGuessr'.rainbow.bold.underline+'\nA game by '+'Gautam\n'.italic+'https://github.com/codergautam/worldguessr'.cyan.underline+'\n');
const version = Number(process.version.substring(1).split('.')[0])
if(version < 20) {
console.log('NodeJS version under v20 detected.\nIt is recommended to upgrade to avoid facing issues.\nWe do not test bugs for these versions.\n'.red);