Skip to content

Computer-Science-Club/Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game

###Project Manager Kris Dorer

###Project Goal to create a Dungeon Crawler game for the desktop written in C++.

###Contributing Get the code from Github

$ git clone https://github.com/Computer-Science-Club/Game.git

Or if you aready have the code, get the latest version

$ git pull origin master

$ git fetch

Create you own brach

$ git checkout -b your-name-and-short-description

Make your edits

Then stage the edits

$ git add --all

Commit to your edits

git commit --all

Push the changes up to Github

$ git push origin your-name-and-short-descripion

Then ask the manager to merge you changes by creating a pull request on Github

base master compare your-name-and-short-description

About

A c++ game for the desktop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •