Skip to content

stocyr/LaserChess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaserChess

This is a game for our programming class. It's written in C and it's a clone of the game Khet (http://www.khet.com/).

Ingame screenshot

Release Notes

Release history:

  • V0.1: Pflichtenheft definiert, Spielregeln und Umfang klar

  • v0.2: Flowchart entwickelt, Module aufgelistet, Arbeitsplan erstellt

  • v1.0: Erste voll funktionstüchtige Version

  • v1.1: Bugfix von v1.0

  • v1.2: Finale Version, Bugfix von v1.1

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 game in C - A clone of the game Khet (http://www.khet.com/) - Guido proved

Resources

Stars

Watchers

Forks

Packages

No packages published