From 066d70ff8bf0ff3ddc361c4cf529ee673040db57 Mon Sep 17 00:00:00 2001 From: anulax1225 Date: Thu, 21 Dec 2023 13:34:57 +0100 Subject: [PATCH] README Update --- README.md | 39 ++++++++------------------------------- 1 file changed, 8 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index ad00707..5f624a3 100644 --- a/README.md +++ b/README.md @@ -1,38 +1,15 @@ # Skamcraft +## Start +* Start with live server in VsCode to get full functionnality. +* Start with php : +``` bash + cd /.../Skamcraft + php -S 127.0.0.1:80 +``` + ## Norm * ``` ; ``` at the end of each line. * snack_case for functions and variables. * UpperCamelCase for Classes. * all in english. - -## DONE -[BETA] = not tested yet = can crash -* template engine : - * renders a page - * renders a fragment in a tag - * adds events to DOM - -* authentication : - * verifie input - * registers a new client - * auth a client with is token - * stores token - * retives token from local storage for auth - -* agents : - * create an agent - * get agent from token (for authentication) - * get public agent [BETA] - * list a page of agents max : 20 - * list all agents in the game - -* strategy : - * create a set of rules for input checking - * user frendly errors messages - -## TO DO -* Documentaion -* system management -* waypoint management -* ship management \ No newline at end of file