From 986064efe1b7fc647f67741a659178427e8a4d2c Mon Sep 17 00:00:00 2001 From: keremadana <114582716+keremadana@users.noreply.github.com> Date: Wed, 1 Feb 2023 13:58:22 +0100 Subject: [PATCH] Create todo.md --- todo.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 todo.md diff --git a/todo.md b/todo.md new file mode 100644 index 0000000..4518702 --- /dev/null +++ b/todo.md @@ -0,0 +1,32 @@ +- create game +- game settings + - allow spectators + - allow special move + - allow chat + - game time (optional) + - move time (optional) + - allow draw / mark + - sync game settings +- wait for player +- moves + - player emits + - player recieves (server tansmit) + - draw emiting + - (reconnect) all game states + - player won + - (spectators) player watching +- win game + - player ID, (optional) End screen, game statsitcs + +--- + +- player regsiter +- player login +- player logout +- player dashboard + - game history + - statistics + - replay optional + - (friends) +- running game (alert) +