aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2020-12-18 11:52:12 +0100
committerlonkaars <l.leblansch@gmail.com>2020-12-18 11:52:12 +0100
commiteb028f273531044dc92c011b9e69c123752d0372 (patch)
treeb7969157fcfa177178c1ae7da3a131f42183616d
parent23f627bfeeee018fc3a1e3d4f6650da30971ade0 (diff)
readme toegevoegd
-rw-r--r--readme.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..8f8429a
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,29 @@
+# PO connect-4
+
+## Dit is de PO informatica met Python en SQL
+
+## Dingen die er graag in willes:
+
+- Werkend 4 op een rij spel
+- Client-server verbinding met socket.io
+- Accounts aanmaken
+- Anonieme accounts / invite links
+- Veilige wachtwoordauthenticatie
+- Spelen tegen computer
+- Rest API die dit allemaal doet inplaats van jank oplossing
+
+## Misschien:
+
+- Log in met google / apple / andere
+- Berichten
+- Mensen kunnen volgen
+- Meerdere game modes
+- Rating net als op chess.com
+- Verschillende thema's (minimalistisch of skeuomorf met realistische stuiter-animaties)
+
+## Taalverdeling:
+
+Python: server / rest api
+Typescript: client
+SQL: database
+