Skip to content

Boogiemanc/Game_Jam_Main

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAME JAM Folder- Defending the Quackdom

This is the game project folder for Defending the Quackdom

Preparation

Download these software first

  • Visual Studio Code
  • Git
  • Extension for visual studio

  • Github Pull Request
  • VS Code Setup

    Once installed everything, first open VS Code and follow the official guide to setup the enviroment

    Then look at the left lab,click Extensions and search "Github Pull Request". Install the extension

    Git Setup

    Navigate to the Terminal Tab then enter the following command to the terminal, remember to press enter after each command

    git config --global user.email "Your Github email account here"
    git config --global user.name "Your Github username here"
    
    

    If everything's going well. The terminal will show nothing but your own commands, like this:

    螢幕擷取畫面 (733)

    Initialse Git Repo

    First we'll clone this repo into your workstation using `git clone`, the files will automatically saved in where the terminal is running

    螢幕擷取畫面 (749)

    You can check the location by looking at the header of each commands in the termminal

    Go to Nav bar and click Source Control, we'll link this repo to the PC:

    Select `add remote` in `"Views and More Actions > Remote` then paste the repo link on the top search bar

    螢幕擷取畫面 (734)

    Initialise Folder

    Once you clone the project files, open the file by clicking open folder in VS Code. Now VS Code will store the address of the project

    螢幕擷取畫面 (741) The folder should be the one contains the .gbsproj

    Push and Fetch

    Before commiting chnages it's importnat to fetch first to see the latest changes!!!

    螢幕擷取畫面 (745)

    Once done, write a small message and press commit, then sync changes

    螢幕擷取畫面 (743) 螢幕擷取畫面 (744)

    Your connits are now on github

    螢幕擷取畫面 (746)