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: janbodnar/JavaScript-Snake-Game
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bemorr/JavaScript-Snake-Game---Nokia-2.0
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
  • 4 files changed
  • 2 contributors

Commits on Sep 12, 2018

  1. Update Snake.js - h/t Nokia 2.10

    As part of beginners coding challenge I changed the rules so that if the snake travels through the outbounds of the canvas it will emerge the other side and the game will continue. 
    This emulates Nokia's second iteration of the game they loaded on to their hardware.
    Also changing the background color in the index.html file to mark the versions out as different.
    bemorr authored Sep 12, 2018
    Configuration menu
    Copy the full SHA
    12630e8 View commit details
    Browse the repository at this point in the history
  2. Update index.html - background color change

    Background color from Black to Green.
    Added 5px solid black border.
    bemorr authored Sep 12, 2018
    Configuration menu
    Copy the full SHA
    9e2b713 View commit details
    Browse the repository at this point in the history
  3. Adding Black dot PNG file

    Ben Morris authored Sep 12, 2018
    Configuration menu
    Copy the full SHA
    56de617 View commit details
    Browse the repository at this point in the history
  4. Update index.html

    From 5 to 8 to 2px
    bemorr authored Sep 12, 2018
    Configuration menu
    Copy the full SHA
    8a22b32 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    H/T @janbodnar and Learning to code Meetup
    bemorr authored Sep 12, 2018
    Configuration menu
    Copy the full SHA
    91c84ba View commit details
    Browse the repository at this point in the history
Loading