Coder Social home page Coder Social logo

2301-mp-rs's Introduction

2301MP-RoguelikeSurvival

23-01 모바일프로그래밍 팀프로젝트(로그라이크 서바이벌)

아직 완성하지 못한 작업을 이어서 시작할 때

  1. 혹시라도 누가 작업하여 변경사항이 생겼을 수 있으니 꼭 git pull 후 시작해주세요!
git pull

최초 작업 및 새로운 기능 개발을 시작할 때

  1. 프로젝트 파일이 담긴 폴더를 보관하려는 위치에서 Git bash 실행 후 아래 명령어를 실행해주세요.
git clone https://github.com/SyingSHY/2301-MP-RS.git
  1. 해당 명령어가 실행되면 현재 위치에 프로젝트 폴더가 생성됩니다.
  2. cd 명령어로 프로젝트 폴더 내부로 이동합니다.
cd 2301-MP-RS
  1. 해당 폴더 내부로 이동한 후, git pull로 혹시라도 있을 수 있는 변경사항을 가져와 봅니다.
git pull
  1. 이제 작업할 브랜치를 생성합니다. 그대로 main에서 작업하면 push 중 충돌이 발생할 경우 직접 처리해야 해서 무척 번거롭습니다.
// 1번 방법 : branch 생성부터 checkout까지 한 번에 이루어 짐
git checkout -b [새로 만들 브랜치명]

// 2번 방법 : 각각 따로따로 작업
git branch [새로 만들 브랜치명]
git checkout [위에서 새로 만든 브랜치명]
  1. 마지막으로 git branch를 통해 현재 브랜치를 확인한 후 작업을 시작합니다!

작업 마무리

  1. git add, commit, push하여 Git 서버에 작업 내용을 반영시켜 주세요.
git add *
git commit -m "[커밋 메세지 내용]"
git push
  1. 새로 생성한 브랜치의 경우, Git 서버에는 존재하지 않아 에러 메세지가 발생할 수 있습니다. 에러 메세지가 시키는대로 따라하시면 됩니다.
git push --set-upstream origin [작업한 브랜치]

2301-mp-rs's People

Contributors

kim-taeyoo avatar syingshy avatar leehyeonseob avatar

Watchers

 avatar

2301-mp-rs's Issues

로그라이크 서바이벌 게임 참고 자료 & 아이디어 모으기

로그라이크 서바이벌 게임 참고 자료 & 아이디어 모으기

로그라이크 서바이벌 게임을 제작하는데 참고할 만한 자료들을 정리합니다.

게임 컨셉 아이디어를 작성해주셔도 좋고 어떤 게임은 이런 점이 좋아서 참고하면 좋겠다 싶은 특징을 소개해주셔도 좋아요.

영상, 이미지 등을 같이 첨부해주시면 더 좋습니다.

안드로이드 스튜디오 개발 관련 자료 정리

안드로이드 스튜디오 개발 관련 자료 정리

안드로이드 스튜디오를 통한 게임 개발 과정에서 참고할 수 있는 자료들을 정리합니다.

어떤 라이브러리/프레임워크에 기반한 자료인지 설명과 함께 링크 달아주세요.

구현하고자 하는 기능과 밀접한 관련이 있는 내용이라면 더 좋습니다.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.