Skip to content

stocyr/Carme-Snake-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Carme-Snake-Client

A client software on the PC for the Carme-Snake game

A snake game implementation on the microcontroller kit CARME. Contains only the client code running on the PC. The microcontroller code can be found here: microcontroller 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 client software on the PC for the Carme-Snake game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages