Compare commits
19 Commits
main
...
Daniel-ali
Author | SHA1 | Date |
---|---|---|
|
9662604859 | ago%!(EXTRA string=1 year) |
|
83cb1bb8dd | ago%!(EXTRA string=1 year) |
|
9f559a31f6 | ago%!(EXTRA string=1 year) |
|
7f09eb8e04 | ago%!(EXTRA string=1 year) |
|
d5c30c7842 | ago%!(EXTRA string=1 year) |
|
4a9144a183 | ago%!(EXTRA string=1 year) |
|
3bfec8032f | ago%!(EXTRA string=1 year) |
|
2c2507cf79 | ago%!(EXTRA string=1 year) |
|
ae85242fef | ago%!(EXTRA string=1 year) |
|
c8f85eaba0 | ago%!(EXTRA string=1 year) |
|
a07652f629 | ago%!(EXTRA string=1 year) |
|
772c7372e0 | ago%!(EXTRA string=1 year) |
|
f1dca8ca5c | ago%!(EXTRA string=1 year) |
|
c8d3ab665f | ago%!(EXTRA string=1 year) |
|
abea06e034 | ago%!(EXTRA string=1 year) |
|
a64318b035 | ago%!(EXTRA string=1 year) |
|
37c2813315 | ago%!(EXTRA string=1 year) |
|
9f3104d8ff | ago%!(EXTRA string=1 year) |
|
bc784121e3 | ago%!(EXTRA string=1 year) |
@ -1,2 +1 @@ |
||||
/.vs/ |
||||
/js/skama_code |
@ -0,0 +1,3 @@ |
||||
[submodule "js/skama_code"] |
||||
path = js/skama_code |
||||
url = https://github.com/anulax1225/skama_code |
@ -0,0 +1,3 @@ |
||||
{ |
||||
"liveServer.settings.port": 5501 |
||||
} |
@ -1,2 +1,2 @@ |
||||
DO NOT USE THIS CODE OR LOOK AT IT IF YOU ARE NOT ALLOWED TO |
||||
IF YOU DO YOU CAN'T USE OR TEACH THE KNOWLEAGE YOU ACQUEIRED. |
||||
IF YOU DO YOU CAN USE OR TEACH THE KNOWLEAGE YOU ACQUEIRED. |
||||
|
@ -0,0 +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. |
Before Width: | Height: | Size: 69 KiB |
Before Width: | Height: | Size: 365 B |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 343 B |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 945 B After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 139 KiB |
Before Width: | Height: | Size: 349 B |
Before Width: | Height: | Size: 359 B |
Before Width: | Height: | Size: 362 B |
Before Width: | Height: | Size: 380 B |
Before Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 419 B |
Before Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 321 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 336 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 347 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 330 B |
Before Width: | Height: | Size: 412 KiB |
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 800 B |
After Width: | Height: | Size: 135 B |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 69 KiB |
Before Width: | Height: | Size: 98 KiB |
Before Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 729 B After Width: | Height: | Size: 5.7 KiB |
@ -0,0 +1,15 @@ |
||||
/* Copyright © 2023 Entreprise SkamKraft */ |
||||
|
||||
|
||||
.ext-modal[open] { |
||||
animation: myFadeIn 0.5s ease normal; |
||||
} |
||||
|
||||
@keyframes myFadeIn{ |
||||
from { |
||||
bottom: 100%; |
||||
} |
||||
to { |
||||
bottom: 0%; |
||||
} |
||||
} |
@ -1,32 +0,0 @@ |
||||
.auth-container { |
||||
height: inherit; |
||||
display: flex; |
||||
justify-content: center; |
||||
align-items: center; |
||||
} |
||||
|
||||
.auth-title |
||||
{ |
||||
font-size: 50px; |
||||
} |
||||
|
||||
.auth{ |
||||
width: 300px; |
||||
display: flex; |
||||
flex-direction: column; |
||||
align-items: center; |
||||
justify-content: center; |
||||
background-color: var(--main-color); |
||||
padding: 30px; |
||||
border-radius: 5px; |
||||
} |
||||
|
||||
.auth-grp-label { |
||||
font-size: 20px; |
||||
display: flex; |
||||
justify-content: space-between; |
||||
} |
||||
|
||||
.errors { |
||||
color: red; |
||||
} |
@ -1,72 +0,0 @@ |
||||
.card{ |
||||
display: grid; |
||||
margin-top: 15px; |
||||
grid-template-columns: 1fr 1fr; |
||||
} |
||||
.contracts |
||||
{ |
||||
display: flex; |
||||
justify-content: center; |
||||
flex-direction: column; |
||||
align-items: center; |
||||
height: 50%; |
||||
width: 50%; |
||||
overflow-y: scroll; |
||||
} |
||||
|
||||
.contract-screen |
||||
{ |
||||
width: 100%; |
||||
height: 100%; |
||||
display: flex; |
||||
justify-content: center; |
||||
flex-direction: column; |
||||
align-items: center; |
||||
} |
||||
.screen-img { |
||||
z-index: -1; |
||||
position: absolute; |
||||
top: 10%; |
||||
height: 80%; |
||||
bottom: 1%; |
||||
right: 20%; |
||||
left: 20%; |
||||
width: 60%; |
||||
} |
||||
.card-body{ |
||||
margin-left: 50px; |
||||
} |
||||
.card-button{ |
||||
margin-top: 10px; |
||||
} |
||||
|
||||
.img |
||||
{ |
||||
position: absolute; |
||||
top: 10%; |
||||
left: 25%; |
||||
z-index: -1; |
||||
background-repeat: no-repeat; |
||||
display: flex; |
||||
justify-content: center; |
||||
|
||||
} |
||||
|
||||
#contracts-modal |
||||
{ |
||||
background-color: rgba(0, 0, 255, 0.5); |
||||
border: none; |
||||
border-radius: 10px; |
||||
padding: 40px; |
||||
color: white; |
||||
} |
||||
|
||||
/* Modal */ |
||||
|
||||
.status-onhold { |
||||
color: orange; |
||||
} |
||||
|
||||
.status-accepted { |
||||
color: greenyellow; |
||||
} |
@ -1,192 +0,0 @@ |
||||
@font-face { |
||||
font-family: pixellari; |
||||
src: url("/assets/fonts/Pixellari.ttf"); |
||||
} |
||||
|
||||
:root { |
||||
--text-color: white; |
||||
--text-familly: pixellari; |
||||
--main-color: black; |
||||
--sec-color: rgba(69, 128, 255, 0.842); |
||||
} |
||||
|
||||
::-webkit-scrollbar { |
||||
width: 0 !important |
||||
} |
||||
|
||||
body{ |
||||
background-image: url("/assets/img/background.png"); |
||||
background-repeat: no-repeat; |
||||
background-size: cover; |
||||
overflow: hidden; |
||||
font-family: var(--text-familly); |
||||
color: var(--text-color); |
||||
margin: 0; |
||||
padding: 0; |
||||
} |
||||
/* |
||||
button{ |
||||
font-family: var(--text-familly); |
||||
color: var(--text-color); |
||||
} */ |
||||
|
||||
input{ |
||||
font-family: var(--text-familly); |
||||
color: var(--text-color); |
||||
} |
||||
|
||||
#block-content{ |
||||
margin: 0; |
||||
padding: 0; |
||||
width: 100%; |
||||
height: 100vh; |
||||
} |
||||
|
||||
.modal-disable::backdrop { |
||||
background-color: rgba(0, 0, 0, 0.493); |
||||
} |
||||
|
||||
.ext-modal[open] { |
||||
animation: myFadeIn 0.5s ease normal; |
||||
} |
||||
|
||||
@keyframes myFadeIn{ |
||||
from { |
||||
bottom: 100%; |
||||
} |
||||
to { |
||||
bottom: 0%; |
||||
} |
||||
} |
||||
|
||||
.home-container { |
||||
width: 100%; |
||||
height: 100%; |
||||
display: flex; |
||||
justify-content: center; |
||||
align-items: center; |
||||
flex-direction: column; |
||||
text-shadow: 4px 2px black; |
||||
} |
||||
|
||||
.languettes { |
||||
z-index: 1; |
||||
right: -30px; |
||||
top: 25%; |
||||
width: 80px; |
||||
position: absolute; |
||||
display: flex; |
||||
flex-direction: column; |
||||
align-items:flex-end; |
||||
} |
||||
.languettes input{ |
||||
width: 100%; |
||||
} |
||||
.languettes input:hover{ |
||||
animation: slide-left; |
||||
position: relative; |
||||
animation-timing-function: ease; |
||||
animation-fill-mode: forwards; |
||||
animation-duration: 1s; |
||||
} |
||||
|
||||
@keyframes slide-left { |
||||
0% {right: 0px; top: 0px;} |
||||
100% {right: 25px; top: 0px;} |
||||
} |
||||
|
||||
.Title{ |
||||
position: absolute; |
||||
font-size: 50px; |
||||
margin-left: 50px; |
||||
background-color: rgba(0, 0, 0, 0.363); |
||||
border-radius: 5px; |
||||
width: fit-content; |
||||
padding: 10px; |
||||
} |
||||
|
||||
.cont-center { |
||||
width: 100%; |
||||
height: 100%; |
||||
display: flex; |
||||
justify-content: center; |
||||
align-items: center; |
||||
} |
||||
|
||||
.title{ |
||||
font-size: 50px; |
||||
margin-left: 50px; |
||||
} |
||||
|
||||
::placeholder { |
||||
color: var(--text-color); |
||||
} |
||||
|
||||
.base-input{ |
||||
margin: 5px; |
||||
padding: 10px; |
||||
border: none; |
||||
border-radius: 5px; |
||||
background-color: var(--sec-color); |
||||
font-size: 20px; |
||||
} |
||||
.base-input:active{ |
||||
background-color: var(--sec-color); |
||||
font-size: 20px; |
||||
} |
||||
|
||||
/* .base-btn{ |
||||
margin: 2px; |
||||
padding: 10px; |
||||
border: none; |
||||
border-radius: 5px; |
||||
background-color: var(--sec-color); |
||||
font-size: 20px; |
||||
} */ |
||||
button, .button { |
||||
margin: 2px; |
||||
font-family: var(--text-familly); |
||||
background-color: #0000008f; |
||||
color: #ffffff; |
||||
border: 2px solid #ffffff; |
||||
padding: 10px; |
||||
font-size: 13px; |
||||
cursor: pointer; |
||||
border-radius: 5px; |
||||
transition: background-color 0.3s, color 0.3s, border-color 0.3s; |
||||
} |
||||
|
||||
button:hover, .button:hover { |
||||
background-color: #ffffff; |
||||
color: #1a1a1a; |
||||
border-color: #1a1a1a; |
||||
} |
||||
|
||||
button:active, .button:active { |
||||
background-color: #333333; |
||||
color: #ffffff; |
||||
border-color: #ffffff; |
||||
} |
||||
|
||||
button:disabled, .button:disabled { |
||||
background-color: #555555; |
||||
color: #b3b3b3; |
||||
border-color: #b3b3b3; |
||||
cursor: not-allowed; |
||||
opacity: 0.6; |
||||
} |
||||
|
||||
/* .base-btn:hover{ |
||||
box-shadow: 1px 1px 1px 0px rgba(88, 88, 252, 0.842); |
||||
} */ |
||||
|
||||
.base-select { |
||||
margin: 5px; |
||||
padding: 10px; |
||||
border: none; |
||||
border-radius: 3px; |
||||
background-color: var(--sec-color); |
||||
font-size: 15px; |
||||
font-family: var(--text-familly); |
||||
color: var(--text-color); |
||||
} |
@ -1,56 +0,0 @@ |
||||
.container-ldb { |
||||
width: 100%; |
||||
} |
||||
#myVideo { |
||||
position: fixed; |
||||
right: 0; |
||||
bottom: 0; |
||||
min-width: 100%; |
||||
min-height: 100%; |
||||
z-index: -1; |
||||
} |
||||
.head-board { |
||||
display: grid; |
||||
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; |
||||
margin: auto; |
||||
width: 60%; |
||||
padding: 20px; |
||||
font-size:x-large; |
||||
border : 1px solid white; |
||||
border-bottom-color: white; |
||||
border-bottom-width: 1px; |
||||
border-top-right-radius: 5px; |
||||
border-top-left-radius: 5px; |
||||
background-color: rgba(0, 0, 0, 0.5); |
||||
} |
||||
|
||||
.leaderboard { |
||||
display: flex; |
||||
margin: auto; |
||||
align-items: center; |
||||
flex-direction: column; |
||||
border : 1px solid white; |
||||
width: 60%; |
||||
height: 350px; |
||||
overflow-y: scroll; |
||||
overflow-x: visible; |
||||
background-color: rgba(0, 0, 0, 0.5); |
||||
padding: 20px; |
||||
border-bottom-right-radius: 5px; |
||||
border-bottom-left-radius: 5px; |
||||
scrollbar-width: none; |
||||
} |
||||
|
||||
.player { |
||||
width: 100%; |
||||
display: grid; |
||||
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; |
||||
border-bottom: 1px solid rgb(255, 255, 255); |
||||
} |
||||
|
||||
.player p { |
||||
padding: 5px; |
||||
color: white; |
||||
font-size: large; |
||||
text-align: start; |
||||
} |
@ -1,41 +0,0 @@ |
||||
.modal-ships { |
||||
background-image: url("/assets/spaceships/blueprint.png"); |
||||
background-size: cover; |
||||
font-size: 25px; |
||||
width: 1000px; /* Set the width to the image width */ |
||||
height: 560px; /* Set the height to the image height */ |
||||
position: relative; |
||||
margin: auto; |
||||
padding: 40px; |
||||
color: rgb(255, 255, 255); |
||||
} |
||||
|
||||
.infos-ships { |
||||
padding: 20px; |
||||
margin-bottom: 20px; /* Space below the info box */ |
||||
} |
||||
|
||||
.ship-info { |
||||
background-color: rgba(0, 0, 0, 0.363); |
||||
border-radius: 5px; |
||||
width: fit-content; |
||||
padding: 5px; |
||||
} |
||||
|
||||
.btn-close-ships { |
||||
position: absolute; |
||||
font-size:x-large; |
||||
bottom: 20px; |
||||
left: 20px; |
||||
background-color: rgba(255, 255, 255, 0.8); |
||||
border: none; |
||||
color: rgb(252, 252, 252); |
||||
padding: 10px 20px; |
||||
cursor: pointer; |
||||
border-radius: 5px; |
||||
transition: background-color 0.3s ease; |
||||
} |
||||
|
||||
.btn-close-ships:hover { |
||||
background-color: rgba(255, 255, 255, 1); |
||||
} |
@ -1,101 +0,0 @@ |
||||
.cont-profile |
||||
{ |
||||
width: 100%; |
||||
height: 100%; |
||||
display: flex; |
||||
align-items: center; |
||||
} |
||||
#myVideo { |
||||
position: fixed; |
||||
right: 0; |
||||
bottom: 0; |
||||
min-width: 100%; |
||||
min-height: 100%; |
||||
z-index: -1; |
||||
} |
||||
#profile |
||||
{ |
||||
width: 50%; |
||||
height: 90%; |
||||
padding: 10px; |
||||
background-color: rgba(0, 0, 0, 0.637); |
||||
border: none; |
||||
border-radius: 10px; |
||||
display: flex; |
||||
justify-content: space-between; |
||||
align-items: center; |
||||
flex-direction: column; |
||||
color: white; |
||||
} |
||||
|
||||
.profile-header |
||||
{ |
||||
width: 100%; |
||||
display: flex; |
||||
align-items: center; |
||||
justify-content: center; |
||||
} |
||||
|
||||
.profile-header p |
||||
{ |
||||
font-size: 60px; |
||||
} |
||||
|
||||
.profile-header button |
||||
{ |
||||
display: flex; |
||||
justify-content: center; |
||||
align-items: center; |
||||
border: none; |
||||
} |
||||
|
||||
.profile-header button p |
||||
{ |
||||
font-size: 25px; |
||||
padding: 0; |
||||
margin: 0; |
||||
} |
||||
|
||||
.profile-content |
||||
{ |
||||
width: 80%; |
||||
display: grid; |
||||
grid-template-columns: 1fr 1fr; |
||||
grid-template-rows: 1fr 1fr 1fr 1fr 1fr; |
||||
border: 1px solid white; |
||||
border-radius: 10px; |
||||
padding: 0; |
||||
} |
||||
|
||||
.profile-content p |
||||
{ |
||||
text-align: center; |
||||
} |
||||
|
||||
.tb-r |
||||
{ |
||||
border-right: 1px solid white; |
||||
} |
||||
|
||||
.profile-footer |
||||
{ |
||||
display: flex; |
||||
align-items: center; |
||||
width: 80%; |
||||
padding: 5px; |
||||
} |
||||
|
||||
#btn-logout |
||||
{ |
||||
width: 50px; |
||||
height: 50px; |
||||
padding: 0; |
||||
border: none; |
||||
background: none; |
||||
} |
||||
|
||||
#btn-logout img |
||||
{ |
||||
width: 100%; |
||||
height: 100%; |
||||
} |
@ -0,0 +1,85 @@ |
||||
* { |
||||
box-sizing: border-box; |
||||
} |
||||
@font-face { |
||||
font-family: M42; |
||||
src: url("/assets/fonts/m42.TTF"); |
||||
} |
||||
.block-ships{ |
||||
display:flex; |
||||
flex-direction: column; |
||||
color: white; |
||||
font-size:large; |
||||
text-align: center; |
||||
padding-top: 80px; |
||||
max-width: 1000px; |
||||
position: relative; |
||||
margin: auto; |
||||
} |
||||
button{ |
||||
color: white; |
||||
font-family: 'M42'; |
||||
background-color: black; |
||||
font-size:x-small; |
||||
box-shadow: 3px 2px white; |
||||
border: 4px solid white; |
||||
border-radius: 10px; |
||||
padding: 10px; |
||||
padding-left: 15px; |
||||
padding-right: 15px; |
||||
} |
||||
button:hover{ |
||||
background-color:aqua ; |
||||
transition: 1s; |
||||
} |
||||
|
||||
|
||||
.my-modal{ |
||||
font-size:small; |
||||
} |
||||
body{ |
||||
background-image: url("/assets/spaceships/hangar.png"); |
||||
background-size: cover; |
||||
} |
||||
|
||||
.ships-list { |
||||
display: none; |
||||
} |
||||
|
||||
/* Next & previous buttons */ |
||||
.prev, .next { |
||||
cursor: pointer; |
||||
position: absolute; |
||||
top: 50%; |
||||
width: auto; |
||||
margin-top: -22px; |
||||
padding: 16px; |
||||
color: white; |
||||
font-weight: bold; |
||||
font-size: 18px; |
||||
transition: 0.6s ease; |
||||
border-radius: 0 3px 3px 0; |
||||
user-select: none; |
||||
} |
||||
|
||||
/* Position the "next button" to the right */ |
||||
.next { |
||||
right: 0; |
||||
border-radius: 3px 0 0 3px; |
||||
} |
||||
|
||||
/* On hover, add a black background color with a little bit see-through */ |
||||
.prev:hover, .next:hover { |
||||
background-color: rgba(0,0,0,0.8); |
||||
} |
||||
|
||||
/* Fading animation */ |
||||
.fade { |
||||
animation-name: fade; |
||||
animation-duration: 1.5s; |
||||
} |
||||
|
||||
@keyframes fade { |
||||
from {opacity: .4} |
||||
to {opacity: 1} |
||||
} |
@ -1,55 +0,0 @@ |
||||
.block-ships{ |
||||
position: relative; |
||||
width: 50%; |
||||
display:flex; |
||||
flex-direction: column; |
||||
color: white; |
||||
font-size:large; |
||||
text-align: center; |
||||
margin: auto; |
||||
} |
||||
|
||||
.ships-modal{ |
||||
font-size:small; |
||||
background-image: url("/assets/spaceships/blueprint.png"); |
||||
background-repeat: no-repeat; |
||||
background-size: contain; |
||||
} |
||||
|
||||
.ships-list { |
||||
display: none; |
||||
} |
||||
|
||||
/* Next & previous buttons */ |
||||
.prev, .next { |
||||
cursor: pointer; |
||||
position: absolute; |
||||
top: 50%; |
||||
margin-top: -22px; |
||||
font-weight: bold; |
||||
font-size: 60px; |
||||
transition: 0.6s ease; |
||||
} |
||||
|
||||
.imgShip { |
||||
left: 0; |
||||
margin-top: 50px; |
||||
width: 70%; |
||||
} |
||||
.ships-list h5 { |
||||
font-size:xx-large; |
||||
background-color: rgba(0, 0, 0, 0.363); |
||||
border-radius: 5px; |
||||
width: fit-content; |
||||
padding: 10px; |
||||
margin:auto; |
||||
} |
||||
/* Position the "next button" to the right */ |
||||
.next { |
||||
right: 0; |
||||
} |
||||
|
||||
/* On hover, add a black background color with a little bit see-through */ |
||||
.btn-ships{ |
||||
font-size:x-large; |
||||
} |
@ -0,0 +1,196 @@ |
||||
/* Copyright © 2023 Entreprise SkamKraft */ |
||||
|
||||
:root { |
||||
--main-back-color: rgb(143, 143, 143); |
||||
--second-back-color: black; |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: M42; |
||||
src: url("/assets/fonts/m42.TTF"); |
||||
} |
||||
|
||||
* { |
||||
box-sizing: border-box; |
||||
} |
||||
|
||||
body { |
||||
background-image: url("/assets/img/background.png"); |
||||
font-family: 'M42'; |
||||
font-size: 7px; |
||||
margin: 0px; |
||||
padding: 0px; |
||||
} |
||||
|
||||
/* Main */ |
||||
.container { |
||||
color: white; |
||||
background-color: rgba(0, 0, 0, 0.726); |
||||
display: flex; |
||||
margin: 10px; |
||||
width: fit-content; |
||||
margin: auto; |
||||
margin-top: 10px; margin-bottom: 30px; |
||||
flex-direction: column; |
||||
align-items: center; |
||||
border: 4px solid rgba(68, 68, 68, 0.575); |
||||
} |
||||
|
||||
.max-container { |
||||
background-color: rgba(0, 0, 0, 0.726); |
||||
color: white; |
||||
display: flex; |
||||
margin: 10px; |
||||
width: 95%; |
||||
margin: auto; |
||||
margin-top: 10px; margin-bottom: 30px; |
||||
flex-direction: column; |
||||
align-items: center; |
||||
border: 4px solid rgba(68, 68, 68, 0.575); |
||||
} |
||||
|
||||
.con-title { |
||||
font-size: 15px; |
||||
border-bottom: 2px solid black; |
||||
} |
||||
|
||||
.btn { |
||||
padding: 10px; |
||||
font-size: 8px; |
||||
font-family: 'M42'; |
||||
color: white; |
||||
border: none; |
||||
border-radius: 10px; |
||||
} |
||||
|
||||
.btn-val { |
||||
background-color: rgba(0, 0, 255, 0.637); |
||||
} |
||||
|
||||
.btn-cancel { |
||||
background-color: rgba(255, 0, 0, 0.699); |
||||
} |
||||
|
||||
/*footer*/ |
||||
footer { |
||||
position: fixed; |
||||
width: 100%; |
||||
bottom: 0; |
||||
display: flex; |
||||
justify-content: center; |
||||
background-color: var(--second-back-color); |
||||
color: white; |
||||
} |
||||
|
||||
/*nav bar*/ |
||||
.nav-nav { |
||||
--nav-img-width: 75px; |
||||
background-color: var(--second-back-color); |
||||
display: flex; |
||||
justify-content: space-between; |
||||
align-items: center; |
||||
padding: 10px 10px 10px 10px; |
||||
} |
||||
|
||||
.nav-nav .nav-brand { |
||||
display: flex; |
||||
justify-content: center; |
||||
align-items: center; |
||||
} |
||||
|
||||
.nav-nav .nav-brand img { |
||||
width: var(--nav-img-width); |
||||
} |
||||
|
||||
.nav-nav .nav-links { |
||||
--links-color: rgb(255, 255, 255); |
||||
--links-backcolor: rgb(0, 0, 0); |
||||
--links-border-color: rgb(255, 255, 255); |
||||
height: 70%; |
||||
display: flex; |
||||
justify-content: space-between; |
||||
} |
||||
|
||||
.nav-link { |
||||
margin-right: 10px; |
||||
background-color: var(--links-backcolor); |
||||
color: var(--links-color); |
||||
border: 4px solid var(--links-border-color); |
||||
list-style: none; |
||||
display: flex; |
||||
justify-content: center; |
||||
align-items: center; |
||||
box-shadow: 3px 2px white; |
||||
} |
||||
|
||||
.stats { |
||||
color: white; |
||||
} |
||||
|
||||
/* General */ |
||||
.smooth { |
||||
padding: 5px; |
||||
padding-left: 10px; |
||||
padding-right: 10px; |
||||
border-radius: 5px; |
||||
} |
||||
|
||||
.in-big { |
||||
font-family: 'M42'; |
||||
font-size: 6px; |
||||
padding: 5px; |
||||
width: 100%; |
||||
margin-bottom: 10px; |
||||
border-radius: 5px; |
||||
border: none; |
||||
} |
||||
|
||||
.errors p { |
||||
background-color: rgba(255, 56, 56, 0.733); |
||||
border: 3px solid rgb(255, 111, 111); |
||||
padding: 10px; |
||||
color: white; |
||||
border-radius: 5px; |
||||
text-align: center; |
||||
} |
||||
|
||||
/* Modal */ |
||||
.ext-modal { |
||||
background-color: rgba(255, 255, 255, 0.767); |
||||
border-radius: 10px; |
||||
padding: 50px; |
||||
} |
||||
|
||||
.my-modal { |
||||
display: flex; |
||||
flex-direction: column; |
||||
align-items: center; |
||||
} |
||||
|
||||
.modal-title { |
||||
font-size: 15px; |
||||
margin-bottom: 40px; |
||||
} |
||||
|
||||
.show-token { |
||||
width: fit-content; |
||||
border: 2px solid black; |
||||
border-radius: 10px; |
||||
padding: 30px; |
||||
font-size: 5px; |
||||
white-space:pre-wrap; |
||||
word-break:break-word; |
||||
} |
||||
|
||||
.my-modal #timer { |
||||
text-align: center; |
||||
border: 1px solid black; |
||||
border-radius: 10px; |
||||
width: 10%; |
||||
padding: 5px; |
||||
margin-bottom: 10px; |
||||
} |
||||
|
||||
#canvas { |
||||
border-radius: 10px; |
||||
} |
@ -1,17 +0,0 @@ |
||||
.cont-canvas |
||||
{ |
||||
width: 100%; |
||||
height: 100%; |
||||
display: flex; |
||||
justify-content: center; |
||||
align-items: center; |
||||
z-index: -1; |
||||
} |
||||
|
||||
#sys-canvas |
||||
{ |
||||
z-index: -1; |
||||
border: 1px solid black; |
||||
border-radius: 10px; |
||||
background-color: rgba(11, 1, 37, 0.842); |
||||
} |
@ -0,0 +1,11 @@ |
||||
/* Copyright © 2023 Entreprise SkamKraft */ |
||||
|
||||
#block-content { |
||||
margin: 0; |
||||
padding: 0; |
||||
} |
||||
|
||||
.modal-disable::backdrop { |
||||
background-color: rgba(0, 0, 0, 0.493); |
||||
} |
||||
|
@ -1,8 +1,16 @@ |
||||
<script> |
||||
// document.getElementById('audio').play(); |
||||
</script> |
||||
<div id="links" class="languettes"> |
||||
|
||||
</div> |
||||
<div id="block-content"> |
||||
</div> |
||||
<!-- Copyright © 2023 Entreprise SkamKraft --> |
||||
<nav class="nav-nav"> |
||||
<div class="nav-brand"> |
||||
<img src="assets/logo/elephant.png" /> |
||||
</div> |
||||
<div class="stats"></div> |
||||
<ul class="nav-links"> |
||||
<li class="nav-link smooth" id="systems-link">Systems</li> |
||||
<li class="nav-link smooth" id="login-link">Log in</li> |
||||
<li class="nav-link smooth" id="reg-link">New Agent</li> |
||||
</ul> |
||||
</nav> |
||||
<main id="block-content"></main> |
||||
<footer> |
||||
<p>Skamcraft Sarl</p> |
||||
</footer> |
||||
|
@ -1,19 +1,11 @@ |
||||
<!-- Copyright © 2023 Entreprise SkamKraft --> |
||||
<div class="auth-container"> |
||||
<div class="auth"> |
||||
<p class="auth-title">LOGIN</p> |
||||
<input type="text" placeholder="Agent token" class="base-input" id="in-token"> |
||||
<div class="auth-grp-label"> |
||||
<p>Remember me ?</p> |
||||
<input type="checkbox" class="base-input" id="in-remember"> |
||||
</div> |
||||
<div> |
||||
<button class="base-btn" id="btn-login">Validate</button> |
||||
<button class="base-btn" id="btn-cancel">Cancel</button> |
||||
</div> |
||||
<div> |
||||
<button class="base-btn" id="btn-register">New agent</button> |
||||
</div> |
||||
<div class="errors"></div> |
||||
|
||||
<div class="container smooth"> |
||||
<p class="con-title">Login</p> |
||||
<input type="text" placeholder="Agent token" id="in-token" class="in-big"> |
||||
<div class="grp-btn"> |
||||
<button class="btn btn-val" id="val">Validate</button> |
||||
<button class="btn btn-cancel" id="cancel">Cancel</button> |
||||
</div> |
||||
</div> |
||||
<div class="errors"></div> |
||||
</div> |
@ -0,0 +1,9 @@ |
||||
<!-- Copyright © 2023 Entreprise SkamKraft --> |
||||
|
||||
<div class="my-modal"> |
||||
<p class="modal-title">Login success</p> |
||||
<div> |
||||
<button id="ok" class="btn btn-val">Continue</button> |
||||
<button id="forget_login" class="btn btn-cancel">Forget agent</button> |
||||
</div> |
||||
</div> |
@ -0,0 +1,12 @@ |
||||
<!-- Copyright © 2023 Entreprise SkamKraft --> |
||||
|
||||
<div class="container smooth"> |
||||
<p class="con-title">New Agent</p> |
||||
<input type="text" placeholder="Name" id="in-name" class="in-big"> |
||||
<input type="text" placeholder="Faction" id="in-faction" class="in-big"> |
||||
<div class="grp-btn"> |
||||
<button class="btn btn-val" id="val">Validate</button> |
||||
<button class="btn btn-cancel" id="cancel">Cancel</button> |
||||
</div> |
||||
<div class="errors"></div> |
||||
</div> |
@ -0,0 +1,10 @@ |
||||
<!-- Copyright © 2023 Entreprise SkamKraft --> |
||||
|
||||
<div class="my-modal"> |
||||
<p class="modal-title">Login success</p> |
||||
<p class="show-token"></p> |
||||
<div> |
||||
<button id="ok" class="btn btn-val">Continue</button> |
||||
<button id="forget_reg" class="btn btn-cancel">Forget agent</button> |
||||
</div> |
||||
</div> |
@ -1,23 +0,0 @@ |
||||
<!-- Copyright © 2023 Entreprise SkamKraft --> |
||||
<div class="auth-container"> |
||||
<div class="auth"> |
||||
<p class="auth-title">New Agent</p> |
||||
<input type="text" placeholder="Name" class="base-input" id="in-name"> |
||||
<select class="base-select" id="in-faction"> |
||||
<option value="" disabled selected>Factions</option> |
||||
<optgroup id="group-faction"></optgroup> |
||||
</select> |
||||
<div class="auth-grp-label"> |
||||
<p>Remember me ?</p> |
||||
<input type="checkbox" class="base-input" id="in-remember"> |
||||
</div> |
||||
<div> |
||||
<button class="base-btn" id="btn-register">Validate</button> |
||||
<button class="base-btn" id="btn-cancel">Cancel</button> |
||||
</div> |
||||
<div> |
||||
<button class="base-btn" id="btn-log">Login</button> |
||||
</div> |
||||
<div class="errors"></div> |
||||
</div> |
||||
</div> |
@ -1,6 +0,0 @@ |
||||
<p class="Title">CONTRACTS</p> |
||||
<div class="contract-screen"> |
||||
<img class="screen-img" src="/assets/contracts/screen.png"> |
||||
<div class="contracts"> |
||||
</div> |
||||
</div> |
@ -1,16 +0,0 @@ |
||||
<!-- Copyright © 2023 Entreprise SkamKraft --> |
||||
|
||||
<div> |
||||
<p class="modal-title">Contract</p> |
||||
<p class="contract-id"></p> |
||||
<p class="contract-faction"></p> |
||||
<p class="contract-type"></p> |
||||
<p class="contract-expiration"></p> |
||||
<p class="contract-payment-accepted"></p> |
||||
<p class="contract-payment-fulfill"></p> |
||||
<p class="contract-tradeSymbol"></p> |
||||
<p class="contract-destinationSymbol"></p> |
||||
<div> |
||||
<button class="btn btn-val btn-close">Close</button> |
||||
</div> |
||||
</div> |
@ -1,6 +1,5 @@ |
||||
<p class="Title">HOME</p> |
||||
<div class="home-container"> |
||||
<h1>WELCOME TO</h1> |
||||
<img src="/assets/logo/spacetradertitle.png" alt="" width="60%"> |
||||
<p>Skamkraft is based on the SpaceTraders API</p> |
||||
</div> |
||||
<!-- Copyright © 2023 Entreprise SkamKraft --> |
||||
<div class="container smooth"> |
||||
<p class="con-title">Bienvenue sur SkamCraft</p> |
||||
<p class="con-content">Application client pour l'API Space Tarders.</p> |
||||
</div> |
@ -1,21 +0,0 @@ |
||||
<!-- Copyright © 2023 Entreprise SkamKraft --> |
||||
<p class="Title">LEADERBOARD</p> |
||||
<video autoplay muted loop id="myVideo"> |
||||
<source src="/assets/leaderboard/trophee.mp4" type="video/mp4"> |
||||
</video> |
||||
<div class="cont-center"> |
||||
<div class="container-ldb"> |
||||
<div class="head-board"> |
||||
<p class="num">Rank</p> |
||||
<p class="symbol">Name</p> |
||||
<p class="credits">Credits</p> |
||||
<p class="headquarters">Headquarters</p> |
||||
<p class="faction">Faction</p> |
||||
<p class="ships">Ships</p> |
||||
</div> |
||||
<div class="leaderboard"></div> |
||||
<div> |
||||
<!--- leaderboard content --> |
||||
</div> |
||||
</div> |
||||
</div> |
@ -1,24 +0,0 @@ |
||||
<div class="cont-profile"> |
||||
<div id="profile"> |
||||
<div class="profile-header"> |
||||
<p class="">PROFILE</p> |
||||
</div> |
||||
<video autoplay muted loop id="myVideo"> |
||||
<source src="/assets/profile/background.mp4" type="video/mp4"> |
||||
</video> |
||||
<div class="profile-content"> |
||||
<p class="tb-r">Name</p><p id="name"></p> |
||||
<p class="tb-r">Faction</p><p id="faction"></p> |
||||
<p class="tb-r">Credits</p><p id="credit"></p> |
||||
<p class="tb-r">Head Quaters</p><p id="hq"></p> |
||||
<p class="tb-r">Number of ships</p><p id="shipcount"></p> |
||||
</div> |
||||
|
||||
<div class="profile-footer"> |
||||
<button id="btn-logout"> |
||||
<img src="/assets/menu/logout.png" alt=""> |
||||
</button> |
||||
<button id="btn-token">COPY TOKEN</button> |
||||
</div> |
||||
</div> |
||||
</div> |
@ -0,0 +1,17 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="UTF-8" /> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||
<link rel="stylesheet" href="css/ship.css"> |
||||
|
||||
|
||||
<title>Ship</title> |
||||
</head> |
||||
<body class="test"> |
||||
<div class="block-ships"> |
||||
<a class="prev">❮</a> |
||||
<a class="next">❯</a> |
||||
</div> |
||||
</body> |
||||
</html> |
@ -0,0 +1,9 @@ |
||||
<!-- Copyright © 2023 Entreprise SkamKraft --> |
||||
<div class="my-modal"> |
||||
<div class="infos"> |
||||
|
||||
</div> |
||||
<div> |
||||
<button class="btn btn-val btn-close">Close</button> |
||||
</div> |
||||
</div> |
@ -1,7 +0,0 @@ |
||||
<p class="Title">SHIPS</p> |
||||
<div class="cont-center"> |
||||
<div class="block-ships"> |
||||
<button class="prev"><</a> |
||||
<button class="next">></a> |
||||
</div> |
||||
</div> |
@ -1,9 +0,0 @@ |
||||
<!-- Copyright © 2023 Entreprise SkamKraft --> |
||||
<div class="modal-ships"> |
||||
<div class="infos-ships"> |
||||
|
||||
</div> |
||||
<div> |
||||
<button class="btn btn-val btn-close-ships">Close</button> |
||||
</div> |
||||
</div> |
@ -1,3 +0,0 @@ |
||||
<div class="cont-canvas"> |
||||
<canvas id="sys-canvas"></canvas> |
||||
</div> |
@ -0,0 +1,5 @@ |
||||
<!-- Copyright © 2023 Entreprise SkamKraft --> |
||||
<div class="max-container smooth"> |
||||
<p class="con-title" id="sys-name"></p> |
||||
<canvas id="canvas"></canvas> |
||||
</div> |
@ -0,0 +1,5 @@ |
||||
<!-- Copyright © 2023 Entreprise SkamKraft --> |
||||
<div class="max-container smooth"> |
||||
<p class="con-title">Systems</p> |
||||
<canvas id="canvas"></canvas> |
||||
</div> |
@ -1,25 +1,15 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<title>Skamkraft</title> |
||||
<meta charset="UTF-8"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||
<meta name="viewport" content="height=device-height, initial-scale=1.0"> |
||||
<title></title> |
||||
<link rel="stylesheet" href="css/style.css"> |
||||
<link rel="stylesheet" href="css/ui.css"> |
||||
<link rel="stylesheet" href="css/animation.css"> |
||||
<script src="js/lib/fabric.js"></script> |
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script> |
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script> |
||||
<script type="module" src="js/index.js" defer></script> |
||||
<link rel="stylesheet" href="css/global.css"> |
||||
<link rel="stylesheet" href="css/auth.css"> |
||||
<link rel="stylesheet" href="css/profile.css"> |
||||
<link rel="stylesheet" href="css/contracts.css"> |
||||
<link rel="stylesheet" href="css/ships.css"> |
||||
<link rel="stylesheet" href="css/modal-ships.css"> |
||||
<link rel="stylesheet" href="css/leaderboard.css"> |
||||
<link rel="stylesheet" href="css/system.css"> |
||||
</head> |
||||
<body> |
||||
<audio id="audio" controls loop style="display:none" crossorigin="anonymous"> |
||||
<source src="/assets/sounds/skamkraft_main_theme.mp3" type="audio/mpeg"> |
||||
</audio> |
||||
|
||||
</body> |
||||
</html> |
||||
</html> |
||||
|
@ -1,110 +0,0 @@ |
||||
"use strict"; |
||||
|
||||
import menu_mod from "./menu_mod.js"; |
||||
import { Contract } from "../skama_code/api/contract.js"; |
||||
import { Modal } from "../skama_code/ui/modal.js"; |
||||
|
||||
export default function contracts(temp_engine) { |
||||
temp_engine.after_render(menu_mod); |
||||
|
||||
let modal = new Modal("contracts-modal", temp_engine); |
||||
|
||||
temp_engine.after_render((temp_engine) => { |
||||
$("body").css("background-image", "url('/assets/contracts/screen_background.png')") |
||||
modal.load("templates/contracts/contracts_modal.html"); |
||||
|
||||
Contract.list(10, 1, (contracts) => { |
||||
//Evenements accepter
|
||||
temp_engine.add_event(".btn-accept", "click", (e) => { |
||||
contracts.forEach((contract) => { |
||||
if ($(e.target).attr("data-id") == contract.id) { |
||||
contract.accept(() => { |
||||
$(e.target).parent().children(".status-onhold").html("Status : accepté"); |
||||
$(e.target).parent().children(".status-onhold").attr("class", 'status-accepted'); |
||||
$(e.target).html("Contract accepted") |
||||
}); |
||||
} |
||||
}); |
||||
}); |
||||
//Evenement infos
|
||||
temp_engine.add_event(".btn-infos", "click", (e) => { |
||||
contracts.forEach((contract) => { |
||||
const id_contract = $(e.target).attr("data-id"); |
||||
$(".contract-id").text("ID : " + contract.id); |
||||
$(".contract-faction").text("Faction : " + contract.faction); |
||||
$(".contract-type").text("Type : " + contract.type); |
||||
$(".contract-expiration").text("Expiration : " + contract.expiration); |
||||
$(".contract-payment-accepted").text("Payment : " + contract.paymentAccepted + " $"); |
||||
$(".contract-payment-fulfill").text("Payment fulfill : " + contract.paymentFulfill + " $"); |
||||
$(".contract-tradeSymbol").text("Trade Symbol : " + contract.tradeSymbol); |
||||
$(".contract-destinationSymbol").text("Destination : " + contract.destination); |
||||
modal.show(); |
||||
}); |
||||
}); |
||||
|
||||
contracts.forEach(contract => { |
||||
let img |
||||
let status |
||||
let card |
||||
|
||||
if (contract.type = "PROCUREMENT") { |
||||
img = "/assets/contracts/procurement.png" |
||||
} |
||||
else if (contract.type = "TRANSPORT") { |
||||
img = "/assets/contracts/transportation.png" |
||||
} |
||||
else { |
||||
img = "/assets/contracts/shuttle.png" |
||||
} |
||||
|
||||
if (contract.accepted) { |
||||
status = "accepted" |
||||
card = |
||||
`
|
||||
<div class="card"> |
||||
<img src="${img}" class="card-img-top" alt=""> |
||||
<div class="card-body"> |
||||
<h5 style="color:white" class="card-title">${contract.faction}</h5> |
||||
<p style="color:white" class="card-text">${contract.deadline}</p> |
||||
<p class="card-text status-accepted">Status : ${status}</p> |
||||
<p></p> |
||||
</div> |
||||
<div class="card-button"> |
||||
<button data-id="${contract.id}" type="button" class="btn btn-primary btn-infos" data-bs-toggle="modal" data-bs-target="#exampleModal">Infos</button> |
||||
<button data-id="${contract.id}" class="btn-modify btn btn-primary btn-accept" data-toggle="modal" data-target="#Modify" >Contract accepted</button> |
||||
</div> |
||||
</div> |
||||
` |
||||
} |
||||
|
||||
else { |
||||
status = "on hold" |
||||
card = |
||||
`
|
||||
<div class="card"> |
||||
<img src="${img}" class="card-img-top" alt=""> |
||||
<div class="card-body">
|
||||
<h5 style="color:white" class="card-title">${contract.faction}</h5> |
||||
<p style="color:white" class="card-text">${contract.deadline}</p> |
||||
<p class="card-text status-onhold">Status : ${status}</p> |
||||
<p></p> |
||||
</div> |
||||
<div class="card-button"> |
||||
<button type="button" class="btn-infos" data-bs-toggle="modal" data-bs-target="#exampleModal">Infos</button> |
||||
<button data-id="${contract.id}" class="btn-accept" data-toggle="modal" data-target="#Modify" >Accepter</button> |
||||
</div> |
||||
</div> |
||||
` |
||||
} |
||||
$('.contracts').append(card); |
||||
|
||||
}); |
||||
|
||||
}) |
||||
temp_engine.add_event(".btn-close", "click", () => { |
||||
modal.close(); |
||||
}); |
||||
menu_mod(temp_engine, null); |
||||
}); |
||||
temp_engine.render("templates/contracts/contracts.html") |
||||
} |
@ -1,9 +1,10 @@ |
||||
import menu_mod from "./menu_mod.js"; |
||||
|
||||
export default function home(temp_engine) { |
||||
temp_engine.after_render(() => { |
||||
$("body").css("background-image", "url('/assets/img/background.png')") |
||||
menu_mod(temp_engine, null); |
||||
}); |
||||
temp_engine.render("templates/home.html"); |
||||
console.log("test"); |
||||
temp_engine.after_render(menu_mod); |
||||
temp_engine.render("templates/home.html"); |
||||
} |
||||
|
||||
|
||||
|
||||
|
@ -1,51 +0,0 @@ |
||||
import menu_mod from "./menu_mod.js"; |
||||
import { AgentBuilder } from "../skama_code/api/agent.js"; |
||||
|
||||
export default function ldb(temp_engine) { |
||||
temp_engine.after_render((temp_engine) => { |
||||
$("body").css("background-image", "url('/assets/img/background.png')") |
||||
let bagents = new AgentBuilder(); |
||||
menu_mod(temp_engine, bagents); |
||||
bagents.list_all((agents) => { |
||||
drawAgents(agents, sortAgentByCredits); |
||||
}); |
||||
}); |
||||
|
||||
temp_engine.render("templates/leaderboard/leaderboard.html"); |
||||
} |
||||
|
||||
function drawAgents(agents, funcSort) { |
||||
$(".leaderboard").html(""); |
||||
agents.sort(funcSort); |
||||
agents.reverse(); |
||||
let i = 1; |
||||
agents.forEach((agent) => { |
||||
$(".leaderboard").append(` |
||||
<article class="player"> |
||||
<p class="elem num">${i}.</p> |
||||
<p class="elem symbol">${agent.name}</p> |
||||
<p class="elem credits">${agent.credits}</p> |
||||
<p class="elem headquarters">${agent.hq}</p> |
||||
<p class="elem faction">${agent.faction}</p> |
||||
<p class="elem ships">${agent.ships_cpt}</p> |
||||
</article> |
||||
`);
|
||||
i++ |
||||
}); |
||||
} |
||||
|
||||
function sortAgentByCredits(a1, a2) { |
||||
if (a1.credits < a2.credits) |
||||
return -1 |
||||
if (a1.credits > a2.credits) |
||||
return 1 |
||||
return 0 |
||||
} |
||||
|
||||
function sortAgentByShips(a1, a2) { |
||||
if (a1.shipCount < a2.shipCount) |
||||
return -1 |
||||
if (a1.shipCount > a2.shipCount) |
||||
return 1 |
||||
return 0 |
||||
} |
@ -1,44 +1,51 @@ |
||||
import { Modal } from "../skama_code/ui/modal.js"; |
||||
import { Auth } from "../skama_code/auth/auth.js"; |
||||
import { My } from "../skama_code/commun/my.js"; |
||||
import { My } from "../skama_code/api/agent.js"; |
||||
import home from "./home.js"; |
||||
import menu_mod from "./menu_mod.js"; |
||||
import register from "./register.js"; |
||||
|
||||
export default function login(temp_engine) { |
||||
const auth = new Auth(); |
||||
|
||||
temp_engine.after_render((temp_engine) => { |
||||
$("body").css("background-image", "url('/assets/img/background.png')") |
||||
menu_mod(temp_engine, null); |
||||
|
||||
temp_engine.add_event("#btn-login", "click", () => { |
||||
const is_checked = $("#in-remember").is(":checked"); |
||||
const token = $("#in-token").val(); |
||||
auth.store = is_checked; |
||||
auth.login(token); |
||||
}); |
||||
|
||||
temp_engine.add_event("#btn-cancel", "click", () => { |
||||
$("#in-token").val(""); |
||||
$("#in-remember").prop("checked", false); |
||||
let auth = new Auth(true); |
||||
let modal = new Modal("login-modal", temp_engine); |
||||
|
||||
modal.add_class("ext-modal"); |
||||
temp_engine.after_render((temp_engine) => { |
||||
modal.load("templates/auth/login_modal.html") |
||||
menu_mod(temp_engine); |
||||
temp_engine.add_event("#ok", "click", () => { |
||||
home(temp_engine); |
||||
}); |
||||
|
||||
temp_engine.add_event("#forget_login", "click", () => { |
||||
My.agent = null; |
||||
auth.unload_token(); |
||||
modal.close(); |
||||
render_login(); |
||||
}); |
||||
|
||||
temp_engine.add_event("#val", "click", () => { |
||||
let token = $("#in-token").val(); |
||||
auth.login(token); |
||||
}); |
||||
|
||||
temp_engine.add_event("#cancel", "click", () => { |
||||
$("#in-token").val(""); |
||||
}); |
||||
}); |
||||
|
||||
temp_engine.add_event("#btn-register", "click", () => { |
||||
register(temp_engine); |
||||
temp_engine.render(`templates/auth/login.html`); |
||||
|
||||
auth.done((agent) => { |
||||
modal.show(); |
||||
My.agent = agent; |
||||
}).fail((errs) => { |
||||
$(".errors").html(""); |
||||
errs.forEach(err => { |
||||
$(".errors").append(` |
||||
<p>${err}</p> |
||||
`);
|
||||
}); |
||||
}); |
||||
}); |
||||
|
||||
auth.done((agent) => { |
||||
My.agent = agent; |
||||
home(temp_engine); |
||||
}); |
||||
|
||||
auth.fail((errors) => { |
||||
$(".errors").html(""); |
||||
errors.forEach((error) => { |
||||
$(".errors").append(`<p>${error}</p>`); |
||||
});
|
||||
}); |
||||
|
||||
temp_engine.render("templates/auth/login.html"); |
||||
} |
||||
auth.relog(); |
||||
} |
@ -1,52 +1,49 @@ |
||||
import { My } from "../skama_code/commun/my.js"; |
||||
import { My } from "../skama_code/api/agent.js"; |
||||
import login from "./login.js"; |
||||
import reg from "./reg.js"; |
||||
import home from "./home.js"; |
||||
import profile from "./profile.js"; |
||||
import contracts from "./contracts.js"; |
||||
import { systems } from "./systems.js"; |
||||
import ships from "./ships.js"; |
||||
import leaderboard from "./leaderboard.js"; |
||||
import system from "./system.js"; |
||||
|
||||
function loged_links(temp_engine, lister) { |
||||
$("#links").html(` |
||||
<input type="image" alt="home" id="home-link" src="/assets/menu/home.png"/> |
||||
<input type="image" alt="systems" id="systems-link" src="/assets/menu/systems.png"/> |
||||
<input type="image" alt="contracts" id="contracts-link" src="/assets/menu/contracts.png"/> |
||||
<input type="image" alt="ships" id="ships-link" src="/assets/menu/ships.png"/> |
||||
<input type="image" alt="profile" id="profile-link" src="/assets/menu/info.png"/> |
||||
<input type="image" alt="leaderboard" id="leaderboard-link" src="/assets/menu/leaderboard.png"/> |
||||
`);
|
||||
|
||||
temp_engine.add_event("#home-link", "click", () => { |
||||
if(lister) lister.stop(); |
||||
home(temp_engine); |
||||
}); |
||||
|
||||
temp_engine.add_event("#profile-link", "click", () => { |
||||
if(lister) lister.stop(); |
||||
profile(temp_engine); |
||||
}); |
||||
|
||||
temp_engine.add_event("#contracts-link", "click", () => { |
||||
if(lister) lister.stop(); |
||||
contracts(temp_engine); |
||||
}); |
||||
|
||||
temp_engine.add_event("#ships-link", "click", () => { |
||||
if(lister) lister.stop(); |
||||
ships(temp_engine); |
||||
}); |
||||
|
||||
temp_engine.add_event("#leaderboard-link", "click", () => { |
||||
if(lister) lister.stop(); |
||||
leaderboard(temp_engine); |
||||
}); |
||||
function init_menu(temp_engine) { |
||||
temp_engine.add_event("#reg-link", "click", () => { |
||||
reg(temp_engine); |
||||
}); |
||||
temp_engine.add_event("#login-link", "click", () => { |
||||
login(temp_engine); |
||||
}); |
||||
temp_engine.add_event("#systems-link", "click", () => { |
||||
systems(temp_engine); |
||||
}); |
||||
temp_engine.add_event("#ships-link", "click", () => { |
||||
ships(temp_engine); |
||||
}); |
||||
temp_engine.add_event(".nav-brand", "click", () => { |
||||
home(temp_engine); |
||||
}); |
||||
} |
||||
|
||||
temp_engine.add_event("#systems-link", "click", () => { |
||||
if(lister) lister.stop(); |
||||
system(temp_engine, My.agent.get_agent_system()); |
||||
}); |
||||
function loged_links() { |
||||
$(".nav-links").prepend(` |
||||
<li class="nav-link smooth" id="contracts-link">Contracts</li> |
||||
<li class="nav-link smooth" id="ships-link">Ships</li> |
||||
`);
|
||||
} |
||||
|
||||
export default (temp_engine, lister) => { |
||||
if(My.agent) loged_links(temp_engine, lister); |
||||
function show_stats() { |
||||
$(".stats").html(` |
||||
<p>Agent name : ${My.agent.name}</p> |
||||
<p>Credits : ${My.agent.credits}</p> |
||||
<p>Ships : ${My.agent.ships_cpt}</p> |
||||
<p>Faction : ${My.agent.faction}</p> |
||||
<p>HQ : ${My.agent.hq}</p> |
||||
`);
|
||||
} |
||||
|
||||
export default function menu_mod(temp_engine) { |
||||
init_menu(temp_engine); |
||||
if(My.agent) { |
||||
show_stats(); |
||||
loged_links(); |
||||
} |
||||
} |
@ -1,30 +0,0 @@ |
||||
import menu_mod from "./menu_mod.js"; |
||||
import { Auth } from "../skama_code/auth/auth.js" |
||||
import { My } from "../skama_code/commun/my.js" |
||||
import login from "./login.js"; |
||||
|
||||
export default function profile(temp_engine) { |
||||
temp_engine.after_render(() => { |
||||
$("body").css("background-image", "url('/assets/profile/background.png')") |
||||
$('#name').append(My.agent.name); |
||||
$('#faction').append(My.agent.faction); |
||||
$('#credit').append(My.agent.credits); |
||||
$('#hq').append(My.agent.hq); |
||||
$('#shipcount').append(My.agent.ships_cpt); |
||||
|
||||
temp_engine.add_event('#btn-token', 'click', () => { |
||||
navigator.clipboard.writeText(My.agent.token); |
||||
alert('Token copied !'); |
||||
}); |
||||
|
||||
temp_engine.add_event('#btn-logout', 'click', () => { |
||||
const auth = new Auth(); |
||||
auth.unload_token(); |
||||
My.agent = null; |
||||
login(temp_engine); |
||||
}); |
||||
|
||||
menu_mod(temp_engine, null); |
||||
}); |
||||
temp_engine.render("/templates/profile/profile.html"); |
||||
} |
@ -0,0 +1,61 @@ |
||||
import { Modal } from "../skama_code/ui/modal.js"; |
||||
import { Auth } from "../skama_code/auth/auth.js"; |
||||
import { My } from "../skama_code/api/agent.js"; |
||||
import home from "./home.js"; |
||||
import menu_mod from "./menu_mod.js"; |
||||
|
||||
export default function reg(temp_engine) { |
||||
let active = false; |
||||
let auth = new Auth(true); |
||||
let modal = new Modal("reg-modal", temp_engine); |
||||
|
||||
modal.add_class("ext-modal"); |
||||
temp_engine.after_render((temp_engine) => { |
||||
menu_mod(temp_engine); |
||||
modal.load("templates/auth/reg_modal.html"); |
||||
temp_engine.add_event("#ok", "click", () => { |
||||
home(temp_engine); |
||||
}); |
||||
|
||||
temp_engine.add_event("#forget_reg", "click", () => { |
||||
My.agent = null; |
||||
auth.unload_token(); |
||||
modal.close(); |
||||
render_reg(); |
||||
}); |
||||
|
||||
temp_engine.add_event("#val", "click", () => { |
||||
if (!active) { |
||||
active = true; |
||||
let name = $("#in-name").val(); |
||||
let faction = $("#in-faction").val(); |
||||
auth.register({ |
||||
name: name, |
||||
faction: faction |
||||
}); |
||||
} |
||||
}); |
||||
|
||||
temp_engine.add_event("#cancel", "click", () => { |
||||
$("#in-name").val(""); |
||||
$("#in-faction").val(""); |
||||
}); |
||||
}); |
||||
|
||||
temp_engine.render(`templates/auth/reg.html`); |
||||
|
||||
auth.done((agent) => { |
||||
$(".show-token").text(agent.token); |
||||
modal.show(); |
||||
My.agent = agent; |
||||
active = false; |
||||
}).fail((errs) => { |
||||
$(".errors").html(""); |
||||
errs.forEach(err => { |
||||
$(".errors").append(` |
||||
<p>${err}</p> |
||||
`);
|
||||
}); |
||||
active = false; |
||||
}); |
||||
} |
@ -1,59 +0,0 @@ |
||||
import { Auth } from "../skama_code/auth/auth.js"; |
||||
import { My } from "../skama_code/commun/my.js"; |
||||
import { Faction } from "../skama_code/api/faction.js"; |
||||
import home from "./home.js"; |
||||
import login from "./login.js"; |
||||
import menu_mod from "./menu_mod.js"; |
||||
|
||||
export default function register(temp_engine) { |
||||
let auth = new Auth(); |
||||
|
||||
temp_engine.after_render((temp_engine) => { |
||||
$("body").css("background-image", "url('/assets/img/background.png')") |
||||
menu_mod(temp_engine, null); |
||||
|
||||
Faction.list_all((factions) => { |
||||
factions.forEach((faction) => { |
||||
let option; |
||||
if (faction.isRecruiting) { |
||||
option = `<option>${faction.symbol}</option>`; |
||||
} else { |
||||
option = `<option disabled>${faction.symbol}</option>`; |
||||
} |
||||
|
||||
$("#group-faction").append(option); |
||||
}); |
||||
}); |
||||
|
||||
temp_engine.add_event("#btn-register", "click", () => { |
||||
const is_checked = $("#in-remember").is(":checked"); |
||||
const symbol = $("#in-name").val(); |
||||
const faction = $("#in-faction").val(); |
||||
auth.store = is_checked; |
||||
auth.register({ name: symbol, faction: faction }); |
||||
}); |
||||
|
||||
temp_engine.add_event("#btn-cancel", "click", () => { |
||||
$("#in-name").val(""); |
||||
$("#in-remember").prop("checked", false); |
||||
}); |
||||
|
||||
temp_engine.add_event("#btn-log", "click", () => { |
||||
login(temp_engine); |
||||
}); |
||||
}); |
||||
|
||||
auth.done((agent) => { |
||||
My.agent = agent; |
||||
home(temp_engine); |
||||
}); |
||||
|
||||
auth.fail((errors) => { |
||||
$(".errors").html(""); |
||||
errors.forEach((error) => { |
||||
$(".errors").append(`<p>${error}</p>`); |
||||
}); |
||||
}); |
||||
|
||||
temp_engine.render(`templates/auth/register.html`); |
||||
} |
@ -1,103 +1,100 @@ |
||||
import menu_mod from "./menu_mod.js"; |
||||
import home from "./home.js"; |
||||
import { CanvasRenderer } from "../skama_code/ui/canvas_render.js"; |
||||
import { SystemBuilder } from "../skama_code/api/system.js" |
||||
import { SystemBuilder } from "../skama_code/api/system.js"; |
||||
import { Position } from "../skama_code/commun/position.js"; |
||||
import menu_mod from "./menu_mod.js" |
||||
|
||||
let canvas;
|
||||
let last_target; |
||||
|
||||
function get_img_from_type(planet) |
||||
{ |
||||
switch(planet.type) |
||||
{ |
||||
case "PLANET": |
||||
return ["PLANET.png"]; |
||||
case "GAS_GIANT":
|
||||
return ["GAS_GIANT.png"]; |
||||
case "MOON": |
||||
return ["MOON.png"]; |
||||
case "ORBITAL_STATION": |
||||
return ["ORBITAL_STATION.png"]; |
||||
case "JUMP_GATE": |
||||
return ["jumpgate.png"]; |
||||
case "ASTEROID_FIELD": |
||||
return ["ASTEROID_FIELD.png"]; |
||||
case "ASTEROID": |
||||
return ["asteroid1.png", "asteroid2.png", "asteroid3.png", "asteroid4.png"]; |
||||
case "ENGINEERED_ASTEROID": |
||||
return ["ENGINEERED_ASTEROID.png"]; |
||||
case "ASTEROID_BASE": |
||||
return ["ASTEROID_BASE.png"]; |
||||
case "NEBULA": |
||||
return []; |
||||
case "DEBRIS_FIELD": |
||||
return []; |
||||
case "GRAVITY_WELL": |
||||
return ["GRAVITY_WELL.png"]; |
||||
case "ARTIFICIAL_GRAVITY_WELL": |
||||
return ["ARTIFICAL_GRAVITY_WELL.png"]; |
||||
case "FUEL_STATION": |
||||
return ["FUEL_STATION.png"]; |
||||
case _: |
||||
return []; |
||||
} |
||||
let offset = { |
||||
x: 2, |
||||
y: 2 |
||||
}; |
||||
let max = 100; |
||||
let w = (window.innerWidth/10)*9; |
||||
let h = (window.innerHeight/4)*3; |
||||
|
||||
function animate() { |
||||
canvas.renderAll(); |
||||
setTimeout(animate, 1000); |
||||
} |
||||
|
||||
export default function system(temp_engine, sys_name) { |
||||
temp_engine.after_render(() => { |
||||
$("body").css("background-image", "url('/assets/planets/backgroundcanvas.png')") |
||||
let canvas = new CanvasRenderer("sys-canvas", 1200, 700); |
||||
canvas.resize(window.innerWidth, window.innerHeight); |
||||
SystemBuilder.get(sys_name, (system) => { |
||||
system.list_all_planets((planets) => { |
||||
canvas.clean(); |
||||
console.log(planets) |
||||
planets.forEach((planet) => { |
||||
let urls = get_img_from_type(planet); |
||||
if(urls.length) |
||||
{ |
||||
let url = urls[Math.floor(Math.random() * urls.length)]; |
||||
console.log(url) |
||||
canvas.obj_from_img("assets/planets/" + url, canvas.canvas_pos(planet.position), { |
||||
selectable: false, |
||||
name: planet.name, |
||||
update: null, |
||||
}); |
||||
} |
||||
}); |
||||
}); |
||||
canvas.zoom(new Position(0, 0), 0.5); |
||||
let zoom = 0; |
||||
canvas.on("mouse:wheel", (opt) => { |
||||
if (opt.e.deltaY < 0 && zoom < 30) |
||||
{ |
||||
zoom += 1; |
||||
canvas.zoom(canvas.rel_pos(new Position(opt.e.clientX, opt.e.clientY)), 1.1) |
||||
canvas.offset(new Position(2, 2)) |
||||
} else if (opt.e.deltaY > 0 && zoom > -5) { |
||||
zoom -= 1; |
||||
canvas.zoom(canvas.rel_pos(new Position(opt.e.clientX, opt.e.clientY)), 0.9090) |
||||
canvas.offset(new Position(0.5, 0.5)) |
||||
} |
||||
}); |
||||
function draw_planet(planet) { |
||||
let shadow = new fabric.Shadow({ |
||||
color: "white", |
||||
blur: 5, |
||||
offsetX: 0, |
||||
offsetY: 0, |
||||
}); |
||||
|
||||
canvas.on("mouse:over", (e) => { |
||||
e.target.shadow.blur = 100; |
||||
}); |
||||
fabric.Image.fromURL('/assets/planets/planetproto.png', function(img_planet) { |
||||
//FABRICJS
|
||||
img_planet.set({ |
||||
selectable: false, |
||||
shadow: shadow, |
||||
left: planet.position.x/offset.x + w/2, |
||||
top: planet.position.y/offset.y+ h/2, |
||||
name: planet.name, |
||||
type: planet.type |
||||
}); |
||||
canvas.add(img_planet); |
||||
}); |
||||
} |
||||
|
||||
|
||||
canvas.on("mouse:out", (e) => { |
||||
e.target.shadow.blur = 1; |
||||
}); |
||||
function offsetOrbit(planet) { |
||||
if (planet.orbits) { |
||||
console.log("Orbits"); |
||||
let x = Math.floor(Math.random() * max - Math.random() * max); |
||||
let y = Math.floor(Math.random() * max - Math.random() * max); |
||||
planet.position.move(new Position(x, y)); |
||||
} |
||||
} |
||||
|
||||
$(window).on("resize", () => { |
||||
canvas.resize(window.innerWidth, window.innerHeight); |
||||
export default function system(system, temp_engine) { |
||||
temp_engine.after_render((temp_engine) => { |
||||
$("#sys-name").text(system); |
||||
menu_mod(temp_engine); |
||||
canvas = new fabric.Canvas("canvas",{ |
||||
width: w, |
||||
height: h, |
||||
backgroundColor:"rgb(7, 18, 41)", |
||||
renderOnAddRemove: false, |
||||
hoverCursor :'pointer' |
||||
}); |
||||
SystemBuilder.get(system, (system) => { |
||||
system.list_all((planets) => { |
||||
planets.forEach(planet => { |
||||
offsetOrbit(planet); |
||||
draw_planet(planet); |
||||
}); |
||||
|
||||
canvas.start(); |
||||
menu_mod(temp_engine, system); |
||||
animate(); |
||||
}, (err) => { |
||||
home(temp_engine); |
||||
console.log(err); |
||||
}); |
||||
}); |
||||
canvas.on('mouse:up', (e) => { |
||||
if(e.target.shadow.color == "red"){ |
||||
e.target.shadow.color = "white" |
||||
} |
||||
else{ |
||||
e.target.shadow.color = "red" |
||||
} |
||||
if (last_target) last_target.shadow.color = "white"; |
||||
last_target = e.target; |
||||
canvas.renderAll(); |
||||
}); |
||||
$(window).on("resize", () => { |
||||
canvas.setWidth((window.innerWidth/10)*9); |
||||
canvas.setHeight((window.innerHeight/4)*3); |
||||
canvas.renderAll(); |
||||
}); |
||||
canvas.on("mouse:wheel", (opt) => { |
||||
let scale = 1.1; |
||||
if (opt.e.deltaY < 0) { |
||||
canvas.zoomToPoint(new fabric.Point(canvas.width / 2, canvas.height / 2), canvas.getZoom() * scale); |
||||
} else if (opt.e.deltaY > 0) { |
||||
canvas.zoomToPoint(new fabric.Point(canvas.width / 2, canvas.height / 2), canvas.getZoom() / scale); |
||||
} |
||||
}); |
||||
}); |
||||
temp_engine.render("templates/system/system.html"); |
||||
temp_engine.render("templates/systems/system.html"); |
||||
} |
@ -0,0 +1,80 @@ |
||||
import { SystemBuilder } from "../skama_code/api/system.js"; |
||||
import menu_mod from "./menu_mod.js" |
||||
import system from "./system.js" |
||||
|
||||
let canvas;
|
||||
let last_target; |
||||
|
||||
let offset = { |
||||
x: 2, |
||||
y: 2 |
||||
}; |
||||
let max = 100; |
||||
let w = (window.innerWidth/10)*9; |
||||
let h = (window.innerHeight/4)*3; |
||||
|
||||
function animate() { |
||||
canvas.renderAll(); |
||||
setTimeout(animate, 1000); |
||||
} |
||||
|
||||
function draw_system(system) { |
||||
let shadow = new fabric.Shadow({ |
||||
color: "white", |
||||
blur: 5, |
||||
offsetX: 0, |
||||
offsetY: 0, |
||||
}); |
||||
|
||||
fabric.Image.fromURL('/assets/systems/bluesystem.png', function(img_planet) { |
||||
|
||||
img_planet.set({ |
||||
selectable: false, |
||||
scaleX: 0.20, |
||||
scaleY: 0.20, |
||||
shadow: shadow, |
||||
left: system.position.x/offset.x + w/2, |
||||
top: system.position.y/offset.y+ h/2, |
||||
name: system.name, |
||||
type: system.type |
||||
}); |
||||
canvas.add(img_planet); |
||||
}); |
||||
} |
||||
|
||||
export function systems(temp_engine) { |
||||
temp_engine.after_render((temp_engine) => { |
||||
menu_mod(temp_engine); |
||||
canvas = new fabric.Canvas("canvas",{ |
||||
width: w, |
||||
height: h, |
||||
backgroundColor:"rgb(7, 18, 41)", |
||||
renderOnAddRemove: false, |
||||
hoverCursor :'pointer' |
||||
}); |
||||
SystemBuilder.list_all((systems) => { |
||||
systems.forEach(system => { |
||||
draw_system(system); |
||||
}); |
||||
animate(); |
||||
}); |
||||
canvas.on('mouse:up', (e) => { |
||||
if (e.target) system(e.target.name, temp_engine); |
||||
}); |
||||
$(window).on("resize", () => { |
||||
canvas.setWidth((window.innerWidth/10)*9); |
||||
canvas.setHeight((window.innerHeight/4)*3); |
||||
canvas.renderAll(); |
||||
}); |
||||
canvas.on("mouse:wheel", (opt) => { |
||||
console.log(opt.e.clientX); |
||||
let scale = 1.1; |
||||
if (opt.e.deltaY < 0) { |
||||
canvas.zoomToPoint(new fabric.Point(opt.e.clientX / canvas.getZoom(), opt.e.clienY / canvas.getZoom()), canvas.getZoom() * scale); |
||||
} else if (opt.e.deltaY > 0) { |
||||
canvas.zoomToPoint(new fabric.Point(canvas.width / 2, canvas.height / 2), canvas.getZoom() / scale); |
||||
} |
||||
}); |
||||
}); |
||||
temp_engine.render("templates/systems/systems.html"); |
||||
} |
@ -0,0 +1,129 @@ |
||||
// Copyright © 2023 Entreprise SkamKraft
|
||||
'use strict'; |
||||
import { SpaceTraders } from "./config.js" |
||||
|
||||
export class My { |
||||
static agent = null; |
||||
static temp_engine = null; |
||||
static canvas_renderer = null; |
||||
} |
||||
|
||||
export class Agent { |
||||
constructor(agent, token = "") { |
||||
this.token = token; |
||||
this.name = agent.symbol; |
||||
this.credits = agent.credits; |
||||
this.faction = agent.startingFaction; |
||||
this.hq = agent.headquarters; |
||||
this.ships_cpt = agent.shipCount;
|
||||
} |
||||
|
||||
get_agent_system() { |
||||
let metaSystem = this.hq.split("-"); |
||||
return metaSystem[0] + "-" + metaSystem[1];
|
||||
} |
||||
} |
||||
|
||||
export class AgentBuilder { |
||||
constructor(end = false) { |
||||
this.stopped = false; |
||||
this.end = end; |
||||
} |
||||
|
||||
static create(symbol, faction, callback, error_handler) { |
||||
const url = `${SpaceTraders.host}/register`; |
||||
$.ajax({ |
||||
url: url, |
||||
method: "POST", |
||||
headers: { "Content-Type": "application/json" }, |
||||
processData: false, |
||||
data: `{\n "faction": "${faction}",\n "symbol": "${symbol}"}`, |
||||
success: (reponse) => { |
||||
let agent = new Agent(reponse.data.agent, reponse.data.token) |
||||
callback(agent); |
||||
}, |
||||
error: (err) => { |
||||
error_handler(["Name already took."]) |
||||
} |
||||
}); |
||||
} |
||||
|
||||
static get(token, callback, error_handler){ |
||||
const url = `${SpaceTraders.host}/my/agent`; |
||||
$.ajax({ |
||||
url: url, |
||||
method: "GET", |
||||
headers: { |
||||
Accept: "application/json", |
||||
Authorization: `Bearer ${token}`, |
||||
}, |
||||
success: (reponse) => { |
||||
let agent = new Agent(reponse.data, token); |
||||
callback(agent); |
||||
}, |
||||
error: (err) => { |
||||
error_handler(["Token invalide."]); |
||||
} |
||||
}); |
||||
} |
||||
|
||||
static get_public(symbol, callback) { |
||||
const url = `${SpaceTraders.host}/agents/${symbol}`; |
||||
$.ajax({ |
||||
url: url, |
||||
method: "GET", |
||||
headers: { |
||||
Accept: "application/json"
|
||||
}, |
||||
success: (reponse) => { |
||||
let agent = new Agent(reponse.data); |
||||
callback(agent); |
||||
}, |
||||
}); |
||||
} |
||||
|
||||
static list(limit, page, callback, agents = []) { |
||||
const url = `${SpaceTraders.host}/agents`; |
||||
const data = { limit, page }; |
||||
$.ajax({ |
||||
url: url, |
||||
method: "GET", |
||||
headers: { |
||||
Accept: "application/json"
|
||||
}, |
||||
data: data, |
||||
success: (reponse) => { |
||||
reponse.data.forEach(agent => { |
||||
agents.push(new Agent(agent)); |
||||
}); |
||||
callback(agents, reponse.meta); |
||||
}, |
||||
}); |
||||
} |
||||
|
||||
static list_all(callback) { |
||||
this.list(20, 1, (agents, meta) => { |
||||
let maxPage = meta.total / 20; |
||||
this.#r_listing(2, maxPage, agents, callback); |
||||
}); |
||||
} |
||||
|
||||
static #r_listing(page, maxPage, agents, callback) { |
||||
if (page < maxPage) { |
||||
this.list(20, page++,() => { |
||||
setTimeout(() => { |
||||
if (!this.end) { |
||||
callback(agents); |
||||
agents = []; |
||||
} |
||||
if (!this.stopped) this.#r_listing(page++, maxPage, agents, callback, end);
|
||||
}, 1000); |
||||
}, agents); |
||||
} else { |
||||
callback(agents); |
||||
} |
||||
} |
||||
} |
||||
|
||||
|
||||
|
@ -0,0 +1,7 @@ |
||||
// Copyright © 2023 Entreprise SkamKraft
|
||||
'use strict'; |
||||
|
||||
export const SpaceTraders = { |
||||
host: "https://api.spacetraders.io/v2", |
||||
timing: 1000, |
||||
} |
@ -0,0 +1,71 @@ |
||||
// Copyright © 2023 Entreprise SkamKraft
|
||||
'use strict'; |
||||
|
||||
import { SpaceTraders } from "./config.js"; |
||||
import { Position } from "../commun/position.js"; |
||||
|
||||
class Market { |
||||
constructor(market) { |
||||
this.symbol = market.symbol; |
||||
this.exports = market.exports; |
||||
this.imports = market.imports; |
||||
this.exchange = market.exchange; |
||||
this.transctions = market.transctions; |
||||
this.trade_goods = market.tradeGoods; |
||||
} |
||||
|
||||
has_export(market_export) { |
||||
|
||||
} |
||||
|
||||
list_exports(callback) { |
||||
|
||||
} |
||||
|
||||
has_import(market_import) { |
||||
|
||||
} |
||||
|
||||
list_import(callback) { |
||||
|
||||
} |
||||
} |
||||
|
||||
export class Planet { |
||||
constructor(waypoint) { |
||||
this.name = waypoint.symbol; |
||||
this.type = waypoint.type; |
||||
this.system = waypoint.systemSymbol; |
||||
this.position = new Position(waypoint.x, waypoint.y); |
||||
this.moons = waypoint.orbitals; |
||||
this.orbits = waypoint.orbits; |
||||
this.faction = waypoint.faction; |
||||
this.traits = waypoint.traits; |
||||
this.dangers = waypoint.modifiers; |
||||
this.discovery = waypoint.char; |
||||
this.is_under_construction = waypoint.isUnderConstruction; |
||||
} |
||||
|
||||
get_market(callback, error_handler) { |
||||
const url = `${SpaceTraders.host}/systems/${this.system}/waypoints/${this.name}/market`; |
||||
$.ajax({ |
||||
url: url, |
||||
method: "GET", |
||||
success: (reponse) => { |
||||
let market = new Market(reponse.data); |
||||
callback(market); |
||||
}, |
||||
error: (err) => { |
||||
error_handler("Market not found"); |
||||
} |
||||
});
|
||||
} |
||||
|
||||
is_type(type) { |
||||
return this.type === type ? true : false; |
||||
} |
||||
|
||||
is_discovered() { |
||||
return this.discovery.length > 0 ? true : false; |
||||
}
|
||||
} |
@ -0,0 +1,124 @@ |
||||
// Copyright © 2023 Entreprise SkamKraft
|
||||
"use strict"; |
||||
|
||||
import { SpaceTraders } from "./config.js"; |
||||
import { My } from "./agent.js"; |
||||
|
||||
export class Ship { |
||||
constructor(data) { |
||||
this.symbol = data.symbol; |
||||
this.registration = data.registration; |
||||
this.nav = data.nav; |
||||
this.crew = data.crew; |
||||
this.frame = data.frame; |
||||
this.reactor = data.reactor; |
||||
this.engine = data.engine; |
||||
this.cooldown = data.cooldown; |
||||
this.modules = data.modules; |
||||
this.mounts = data.mounts; |
||||
this.cargo = data.cargo; |
||||
this.fuel = data.fuel; |
||||
} |
||||
|
||||
static get(shipSymbol, callback, error_handler) { |
||||
const url = `${SpaceTraders.host}/my/ships/${shipSymbol}`; |
||||
$.ajax({ |
||||
url: url, |
||||
method: "GET", |
||||
headers: { |
||||
Accept: "application/json", |
||||
Authorization: `Bearer ${My.agent.token}`, |
||||
}, |
||||
success: (response) => { |
||||
callback(new Ship(response.data)); |
||||
}, |
||||
error: (err) => { |
||||
error_handler(err); |
||||
}, |
||||
}); |
||||
} |
||||
|
||||
static list(callback, error_handler) { |
||||
const url = `${SpaceTraders.host}/my/ships`; |
||||
$.ajax({ |
||||
url: url, |
||||
method: "GET", |
||||
headers: { |
||||
Accept: "application/json", |
||||
Authorization: `Bearer ${My.agent.token}`, |
||||
}, |
||||
success: (response) => { |
||||
const ships = []; |
||||
const meta = response.meta; |
||||
response.data.forEach((ship) => { |
||||
ships.push(new Ship(ship)); |
||||
}); |
||||
callback(ships, meta); |
||||
}, |
||||
error: (err) => { |
||||
error_handler(err); |
||||
}, |
||||
}); |
||||
} |
||||
|
||||
static purchase(shipType, waypointSymbol, callback, error_handler) { |
||||
const url = `${SpaceTraders.host}/my/ships`; |
||||
$.ajax({ |
||||
url: url, |
||||
method: "POST", |
||||
headers: { |
||||
"Content-Type": "application/json", |
||||
Accept: "application/json", |
||||
Authorization: `Bearer ${My.agent.token}`, |
||||
}, |
||||
data: `{\n "shipType": "${shipType}",\n "waypointSymbol": "${waypointSymbol}"\n}`, |
||||
success: (response) => { |
||||
callback(new Ship(response.data.ship)); |
||||
}, |
||||
error: (err) => { |
||||
error_handler(err); |
||||
}, |
||||
}); |
||||
} |
||||
|
||||
refresh(callback, error_handler) { |
||||
const url = `${SpaceTraders.host}/my/ships/${this.symbol}`; |
||||
$.ajax({ |
||||
url: url, |
||||
method: "GET", |
||||
headers: { |
||||
Accept: "application/json", |
||||
Authorization: `Bearer ${My.agent.token}`, |
||||
}, |
||||
success: (response) => { |
||||
const new_ship = new Ship(response.data); |
||||
callback(new_ship); |
||||
}, |
||||
error: (err) => { |
||||
error_handler(err); |
||||
}, |
||||
}); |
||||
} |
||||
|
||||
orbit(callback, error_handler) { |
||||
if (this.nav.status == "IN_ORBIT") |
||||
return error_handler("Ship already in orbit."); |
||||
|
||||
const url = `${SpaceTraders.host}/my/ships/${this.symbol}/orbit`; |
||||
$.ajax({ |
||||
url: url, |
||||
method: "POST", |
||||
headers: { |
||||
"Content-Type": "application/json", |
||||
Accept: "application/json", |
||||
Authorization: `Bearer ${My.agent.token}`, |
||||
}, |
||||
success: (response) => { |
||||
callback(response.data); |
||||
}, |
||||
error: (err) => { |
||||
error_handler(err); |
||||
}, |
||||
}); |
||||
} |
||||
} |
@ -0,0 +1,155 @@ |
||||
// Copyright © 2023 Entreprise SkamKraft
|
||||
'use strict'; |
||||
|
||||
import { SpaceTraders } from "./config.js"; |
||||
import { Position } from "../commun/position.js"; |
||||
import { Planet } from "./planet.js"; |
||||
|
||||
export class System { |
||||
constructor(data) { |
||||
this.name = data.symbol; |
||||
this.sector = data.sectorSymbol; |
||||
this.type = data.type; |
||||
this.position = new Position(data.x, data.y); |
||||
this.factions = data.factions; |
||||
this.stopped = false; |
||||
this.end = false; |
||||
} |
||||
|
||||
when_end() { |
||||
this.end = true; |
||||
} |
||||
|
||||
get_planet(name, callback, error_handler) { |
||||
const url = `${SpaceTraders.host}/systems/${this.name}/waypoints/${name}`; |
||||
$.ajax({ |
||||
url: url, |
||||
method: "GET", |
||||
success: (reponse) => { |
||||
let planet = new Planet(reponse.data); |
||||
callback(planet); |
||||
}, |
||||
error: (err) => { |
||||
error_handler("Planet not found"); |
||||
} |
||||
}); |
||||
}
|
||||
|
||||
list_planets(limit, page, callback, planets = []) { |
||||
const url = `${SpaceTraders.host}/systems/${this.name}/waypoints` |
||||
$.ajax({ |
||||
url: url, |
||||
method: "GET", |
||||
data: { |
||||
limit: limit, |
||||
page: page |
||||
}, |
||||
success: (reponse) => { |
||||
reponse.data.forEach(planet => { |
||||
planets.push(new Planet(planet)); |
||||
}); |
||||
callback(planets, reponse.meta); |
||||
}
|
||||
}); |
||||
} |
||||
|
||||
stop() { |
||||
this.stopped = true; |
||||
} |
||||
|
||||
list_all_planets(callback, end = false) { |
||||
this.list_planets(20, 1, (planets, meta) => { |
||||
let maxPage = meta.total / 20; |
||||
this.#r_listing(2, maxPage, planets, callback, end); |
||||
}); |
||||
} |
||||
|
||||
#r_listing(page, maxPage, planets, callback) { |
||||
if (page < maxPage) { |
||||
this.list_planets(20, page++, () => { |
||||
setTimeout(() => { |
||||
if (!end) { |
||||
callback(planets); |
||||
planets = []; |
||||
} |
||||
if (!this.stopped) this.#r_listing(page++, maxPage, planets, callback, end);
|
||||
}, SpaceTraders.timing); |
||||
}, planets); |
||||
} else { |
||||
callback(planets); |
||||
} |
||||
} |
||||
} |
||||
|
||||
export class SystemBuilder { |
||||
constructor(end = false) { |
||||
this.stopped = false; |
||||
this.end = end; |
||||
this.page = 1; |
||||
|
||||
} |
||||
|
||||
static parse_system_name(name) { |
||||
return name.split("-").slice(-1, 2).join("-"); |
||||
} |
||||
|
||||
static get(name, callback, error_handler) { |
||||
const url = `${SpaceTraders.host}/systems/${name}/`; |
||||
$.ajax({ |
||||
url: url, |
||||
method: "GET", |
||||
success: (reponse) => { |
||||
let system = new System(reponse.data); |
||||
callback(system); |
||||
}, |
||||
error: (err) => { |
||||
error_handler("System not found"); |
||||
} |
||||
}); |
||||
}
|
||||
|
||||
static list(limit, page, callback, systems = []) { |
||||
const url = `${SpaceTraders.host}/systems/` |
||||
$.ajax({ |
||||
url: url, |
||||
method: "GET", |
||||
data: { |
||||
limit: limit, |
||||
page: page |
||||
}, |
||||
success: (reponse) => { |
||||
reponse.data.forEach(system => { |
||||
systems.push(new System(system)); |
||||
}); |
||||
callback(systems, reponse.meta); |
||||
}
|
||||
}); |
||||
} |
||||
|
||||
stop() { |
||||
this.stopped = true; |
||||
} |
||||
|
||||
list_all(callback) { |
||||
SystemBuilder.list(20, this.page, (systems, meta) => { |
||||
this.max_page = meta.total / 20; |
||||
this.#r_listing(systems, callback); |
||||
}); |
||||
} |
||||
|
||||
#r_listing(systems, callback) { |
||||
if (page < maxPage) { |
||||
SystemBuilder.list(20, this.page++, () => { |
||||
setTimeout(() => { |
||||
if (!this.end) { |
||||
callback(systems); |
||||
systems = []; |
||||
} |
||||
if (!this.stopped) this.#r_listing(page++, maxPage, systems, callback);
|
||||
}, SpaceTraders.timing); |
||||
}, systems); |
||||
} else { |
||||
callback(systems); |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,89 @@ |
||||
// Copyright © 2023 Entreprise SkamKraft
|
||||
'use strict'; |
||||
import { AgentBuilder } from '../api/agent.js' |
||||
import Strategie from '../commun/strategie.js'; |
||||
|
||||
let strategies = { |
||||
register: [ |
||||
{ |
||||
name: "name", |
||||
validations: [ |
||||
"required", |
||||
"max_length|14" |
||||
] |
||||
}, |
||||
{ |
||||
name: "faction", |
||||
validations: [ |
||||
"required" |
||||
] |
||||
} |
||||
], |
||||
login: [ |
||||
{ |
||||
name: "token", |
||||
validations: [ |
||||
"required" |
||||
] |
||||
} |
||||
] |
||||
} |
||||
|
||||
export class Auth { |
||||
constructor(store = false) { |
||||
this.store = store; |
||||
this.validated = () => {}; |
||||
this.error_handler = () => {}; |
||||
this.strategies = strategies; |
||||
} |
||||
|
||||
done(validated) { |
||||
this.validated = validated; |
||||
return this; |
||||
} |
||||
|
||||
fail(error_handler) { |
||||
this.error_handler = error_handler; |
||||
return this; |
||||
} |
||||
|
||||
login(token) { |
||||
let validateur = new Strategie(this.strategies.login); |
||||
validateur.validate("token", token); |
||||
if (validateur.errors.length > 0) this.error_handler(validateur.errors); |
||||
else { |
||||
if (this.store) localStorage.setItem("token", token); |
||||
AgentBuilder.get(token, this.validated, this.error_handler); |
||||
} |
||||
} |
||||
|
||||
relog() { |
||||
if(this.#is_login()) { |
||||
AgentBuilder.get(localStorage.getItem("token"), this.validated, this.error_handler);
|
||||
return true; |
||||
} |
||||
return false; |
||||
} |
||||
|
||||
register(new_agent) { |
||||
let validateur = new Strategie(this.strategies.register); |
||||
validateur.validate("name", new_agent.name); |
||||
validateur.validate("faction", new_agent.faction); |
||||
if (validateur.errors.length > 0) this.error_handler(validateur.errors); |
||||
else {
|
||||
AgentBuilder.create(new_agent.name, new_agent.faction, (agent) => { |
||||
if (this.store) localStorage.setItem("token", agent.token); |
||||
this.validated(agent); |
||||
}, this.error_handler); |
||||
} |
||||
} |
||||
|
||||
unload_token() { |
||||
if(this.#is_login()) localStorage.removeItem("token"); |
||||
} |
||||
|
||||
#is_login() { |
||||
if (localStorage.getItem("token")) return true |
||||
return false |
||||
} |
||||
} |