megachonker / Projet-WSDB

Projet de web sur le jeux des choix
2 stars 0 forks source link

Game Interface #22

Closed megachonker closed 4 years ago

megachonker commented 4 years ago

Interface de jeux

Wquarks commented 4 years ago

Où devrait être mis un tel affichage ?

megachonker commented 4 years ago

en bas :inocent:

Wquarks commented 4 years ago

Voici le tableau :

<table>
   <tr>
       <td rowspan="2" colspan="2"> </td>
       <td colspan="2">Joueur A</td>
   </tr>
   <tr>

       <td>Coopère</td>
       <td>Trahit</td>
   </tr>
   <tr>
       <td rowspan="2">Joueur B</td>
       <td>Coopère</td>
       <td>A:3, B:3</td>
       <td>A:5, B:0</td>
   </tr>
   <tr>
       <th>Trahit</th>
       <td>A:0, B:5</td>
       <td>A:1, B:1</td>
   </tr>
</table>`