You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
 
 
 
 
anulax1225 bfe93f14d6 Finished planet api and add unit tests for it and for the modal class. Modified the behavior of the list all of the apis ago%!(EXTRA string=1 year)
assets Added agente class ago%!(EXTRA string=1 year)
css Fixed bug in the modal class ago%!(EXTRA string=1 year)
html Fixed bug in the modal class ago%!(EXTRA string=1 year)
js Finished planet api and add unit tests for it and for the modal class. Modified the behavior of the list all of the apis ago%!(EXTRA string=1 year)
.gitignore Factoring ago%!(EXTRA string=1 year)
README.md Update README ago%!(EXTRA string=1 year)
favicon.ico More styling ago%!(EXTRA string=1 year)
index.html More styling ago%!(EXTRA string=1 year)

README.md

Skamcraft

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