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
From /lobby, user can click on "Solo Game" to start a solo game.
Spec:
app.get('/game/solo', function() {
// create new game
// add game to dictionary of games
res.render('game', { gameid: [ gameid of just created game })
});
The text was updated successfully, but these errors were encountered:
From /lobby, user can click on "Solo Game" to start a solo game.
Spec:
app.get('/game/solo', function() {
// create new game
// add game to dictionary of games
res.render('game', { gameid: [ gameid of just created game })
});
The text was updated successfully, but these errors were encountered: