Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Kidel/HTML5-JS-Games
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: shortymc/HTML5-JS-Games
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on Sep 25, 2023

  1. add an image for touch or clickable controls of snake

    add the graphic file for control snake with touch compatible arrows. this control was originally on the Izzy Maze Generator game, and maybe a pacman game earlier, and i ported and modified it for make it compatible wtih the snake game
    shortymc authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    bfe6208 View commit details
    Browse the repository at this point in the history
  2. Version Française et ajout des commandes comptatibles pour télphones

     Dans cette version un pavé directionnel à été ajouté afin de pouvoir jouer au jeu snake avec un téléphone mobile ou avec la souris en cliquant sur les flèches directionnelles.
    shortymc authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    719b625 View commit details
    Browse the repository at this point in the history
  3. Ajout de fonctions pour faire fonctionner le pavé directionnel

    Grâce à ces modifications les flèches de directions peuvent fonctionner en mode tactile ou avec la souris.
    shortymc authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    8922a7d View commit details
    Browse the repository at this point in the history
  4. ajout d'une fonction pour faire demi tour

    Dans cette version, la possibilité de faire demi tour à été ajouté pour compenser l'augmentation du temps de latence du clic et du touch an comparaison des touches du clavier, et donc simplifier une utilisation sur téléphone mobile
    shortymc authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    66e0d69 View commit details
    Browse the repository at this point in the history
  5. Mise à jour du fichier readme

     Mise à jour des informations concernant la traduction en français et l'ajout de la fonctionnalité du pavé multi-directionnel pour rendre le jeu Snake utilisable sur téléphone portable et avec la souris
    shortymc authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    a8f15c3 View commit details
    Browse the repository at this point in the history
Loading