User can start a solo game
lorenyu opened this issue · 0 comments
lorenyu commented
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 })
});