Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User can start a solo game #1

Open
lorenyu opened this issue Jul 13, 2011 · 0 comments
Open

User can start a solo game #1

lorenyu opened this issue Jul 13, 2011 · 0 comments
Assignees

Comments

@lorenyu
Copy link
Owner

lorenyu commented Jul 13, 2011

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 })
});

@ghost ghost assigned kgarapaty Jul 13, 2011
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

No branches or pull requests

2 participants