conwayste / conwayste

Multiplayer Conway's Game of Life (desktop app + server) implemented in Rust
https://conwayste.rs/
GNU General Public License v3.0
27 stars 3 forks source link

A Playable Conwayste #7

Open Manghi opened 6 years ago

Manghi commented 6 years ago

Figured we should start tracking things since we have the technology. πŸ˜›

A playable Conwayste must have the following:

Nice-to-haves:

Manghi commented 6 years ago

Configuration settings was completed under rev 2cb8d29239c62fe6a26743f008099f1ef919c666.

The next item of of focus is getting a networking library written that can be integrated into Conwayste.

AaronM04 commented 6 years ago

Awesome checklist!

AaronM04 commented 6 years ago

So if we don't have a multiplayer lobby, how would multiplayer work? Would the server be waiting for two players to join so they can play?

AaronM04 commented 6 years ago

Also, I would add to this under must have: a way for the user to set their own name.

And under nice to have: a level editor.

Manghi commented 6 years ago

I guess we need to define if "Playable" decodes as "Playable by Some", like a beta release, or "Playable by All". I now agree that the lobby should be there for 1.0. There's no real point to setting it up so that two players connect to a game without going through a lobby.