- Installer les logiciels suivants :
- Node.JS (https://nodejs.org/en/) - Current download (Téléchargé et lancer la machine)
- Chocolatey (https://chocolatey.org/install) - Etape 2 (peut s'installer avec Node.JS en cochant une case)
- Python (Windows store)
- Git (https://git-scm.com/)
- Terminal windows (https://docs.microsoft.com/fr-fr/windows/terminal/get-started) - Optionnel mais recommandé
- Visual studio Community (https://visualstudio.microsoft.com/) en installer les deux paquets
Desktop development with C++
andC++ MFC for latest v142 build tools (x86 x64)
et le module linguistiqueAnglais
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* eslint-disable prefer-const */ | |
/* eslint-disable no-case-declarations */ | |
import { ActionSchema, Context, ServiceBroker } from 'moleculer' | |
import { MoveToPacket } from '@ssl/types/internal/control/packet' | |
import { Vector2D } from '@ssl/types/utils/math' | |
import Strategies from '@ssl/types/internal/task-manager/tasks/strategies' | |
import { state } from '../../models/GameState' | |
export default class Shoot extends Strategies { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"apps": [ | |
"Flags", | |
"RandomFlashing", | |
"SweepRand", | |
"SweepAsync", | |
"Tetris", | |
"Snake", | |
"Drawing" | |
], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"apps": [ | |
"Flags", | |
"RandomFlashing", | |
"SweepRand", | |
"SweepAsync", | |
"Tetris", | |
"Snake", | |
"Drawing" | |
], |