Skip to content

[French] Personnage se déplaçant dans un environnement 2D grâce aux inputs [English] Character moving in a 2D environment using inputs

Notifications You must be signed in to change notification settings

D-TheProgrammer/Game-Moving2D_Character

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Game-Moving2D_Character

[French] Personnage se déplaçant dans un environnement 2D grâce aux inputs

[English] Character moving in a 2D environment using inputs

SOMMAIRE / SUMMARY

[PRESENTATION]

image

[FRANCAIS]

Ce projet est un jeu en 2D dans lequel vous contrôlez et déplacez un personnage avec des animations sur un décor. Vous pouvez vous déplacer à l'aide des touches directionnelles :

  • 'z' -> pour se déplacer en HAUT
  • 'e' -> pour se déplacer en diagonal en HAUT A DROITE
  • 'd' -> pour se déplacer à DROITE
  • 'x' -> pour se déplacer en diagonal en BAS A DROITE
  • 's' -> pour se déplacer en BAS
  • 'w' -> pour se déplacer en diagonal en BAS A GAUCHE
  • 'q' -> pour se déplacer à GAUCHE
  • 'a' -> pour se déplacer en diagonal en HAUT A GAUCHE
  • ' ' c'est-à-dire 'ESPACE' -> POUR DANSER

Note

[lien pour lancer le jeu en ligne ] : https://d-theprogrammer.github.io/Game-Moving2D_Character/

Tip

il faut lancer un serveur Web local dans le répertoire contenant le fichier index.html à l’aide de la commande suivante :

python3 -m http.server 8000

Puis visualiser le résultat en ouvrant la page http://localhost:8000/ dans un navigateur Web


[ENGLISH]

This project is a 2D game in which you control and move a character with animations on a backdrop. You can move using the directional keys:

  • 'z' -> to move UP
  • 'e' -> to move diagonally UP RIGHT
  • 'd' -> to move RIGHT
  • 'x' -> to move diagonally DOWN RIGHT
  • 's' -> to move DOWN
  • 'w' -> to move diagonally DOWN LEFT
  • 'q' -> to move LEFT
  • 'a' -> to move diagonally UP LEFT
  • ' ' which means 'SPACE' -> TO DANCE

Note

[link to start the game online ] : https://d-theprogrammer.github.io/Game-Moving2D_Character/

Tip

you must launch a local Web server in the directory containing the index.html file using the following command:

python3 -m http.server 8000

Then view the result by opening the page http://localhost:8000/ in a web browser

About

[French] Personnage se déplaçant dans un environnement 2D grâce aux inputs [English] Character moving in a 2D environment using inputs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published