Skip to content

stocyr/Carme-Snake

Repository files navigation

Carme-Snake

A snake game implementation on the microcontroller kit CARME. Contains only the microcontroller code! The client code running on the PC can be found here: Carme-Snake-Client code

Links

Git

  • Editor auf Notepad++ aendern: git config --global core.editor "'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"

  • Vereinfachte schematische Darstellung des Git Version Control Systems:

Git workflow

Hier ist zu beachten: Anstatt mit git fetch das Repository herunter zu laden und dann mit git merge mit dem Arbeitsverzeichnis zu synchronisieren, nutzen wir den Befehl git pull, der macht das auf einmal.

  • Mit git add . koennen saemtliche aenderungen (ausser Files loeschen und hinzufuegen) auf einmal zur staging area hinzugefuegt werden.

  • Mit git commit -a -m 'bemerkung zu diesem commit' kann direkt vom Arbeitsverzeichnis ein commit gemacht werden (ohne git add).

About

A snake game implementation on the microcontroller kit CARME

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published