GithubHelp home page GithubHelp logo

avoid's Introduction

#JNU-Room - avoid ###엄마찾아 고양리

어릴적 누구나 경험했던 간단한 게임을 Unity(C#)을 통해 제작중입니다.

####저장소 참고사항 Pull requests는 매일 오전 10시 ~ 새벽 4시 사이에 확인합니다. 특이사항 공유는 저장소 내 Issues란에서 확인 부탁드립니다.

####GitBash 사용 관련 git clone, init, status, add, pull, push, commit 등의 명령어는 기본적으로 개인 저장소에서 사용했으니 설명을 생략합니다.

git remote add upstream https://github.com/JNU-Room/avoid.git
-upstream 저장소를 해당 url로 지정합니다.(최초 한번만 실행하도록 합시다.)
-항상 저장소를 최신으로 유지하기 위함입니다.

commit 전에 항상 해야 할 명령어

git fetch upstream
git merge upstream/master

이후 status , add, commit 및 push하면 끝. (번거롭지만 타인의 프로젝트에 기여할 때엔 필수사항임에 따라, 연습겸 해보는 것으로 합시다.)

remote 설정과 관련해서 에러가 있을 경우, 즉, origin 주소가 개인 fork저장소가 아닌, JNU-Room-avoid 저장소로 지정되어 권한 없음으로 push가 안될 경우 해결법

1)git bash 실행 후, cd avoid 입력
2)git remote -v 입력 후, origin 주소 확인시,
https://github.com/JNU-Room/avoid.git 로 보인다면 수정 필요
3)git remote set-url origin https:본인 fork 저장소 입력
4)다시 git remote -v 입력 후 잘 변경되었는지 확인.


위 방법을 사용할 경우에 간단하게 해결될 문제임에 따라, 다시 clone하는 수고를 겪지 않았으면 좋겠습니다.

알아두면 나름 편리한(?) Git 명령어

1)explorer . - git bash에서 지정한 위치의 탐색기 창을 open

git관련해서 이슈사항이 있으면 다시 정리해서 올려드리겠습니다.

avoid's People

Contributors

raphaelming avatar ssoso27 avatar tmdrnjs54 avatar w1193 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

avoid's Issues

09/01 작업내용(중간)

Map C Ground 및 Obstacle 위치 변경(Position X 값 변경)
점프 제한 재구현-- Main Script -> Player.cs
Ground 인식 -> Jump -> Double Jump 활성화 -> Jump
Start Scene -> Practice one Scene 연결 완료
Start Scene에서 재생할 경우, Space 키 입력에 Scene 이동 반응.
.....
남은 작업
Score & Game Over UI 수정 및 구현
Start Scene UI 수정
Move Obstacle 및 Drop Obstacle 수정

09/02 Pull Request

배경음으로 받아 놓은 파일들 저장소 업로드.
카톡으로 하나씩 저장해서 보내기에는 개인 데이터 테러의 우려가 있음에 따라, 저장소에 올려놨습니다.
패치는 가급적 와이파이가 아닌 랜선을 이용해주시면 빠를..겁니다 :)

8/25 오류사항

  1. Map 1~4 Ground와 Player 겹침 현상(콜라이더 값은 문제가 되지 않았음..)
  2. Map 전부 - > 역주행 현상 발생.(원인 분석중)

8/28 작업 내용

Player 시작 위치 변경(추가 변경 예정. 간혈적으로 시작위치 안맞는 맵 확인됨)
Map 각종 오류(끼임현상, 역주행, 가속) 해결
===> Ground에 연결된 컴퍼넌트 중 리지드바디 삭제
====> 떨어지는 Obstacle이 Ground 무시하고 지나친다는 점 이외에는 별도 이슈 사항 없음
Main 폴더에 당일까지 작업한 Player Script 추가.

남은 작업
Game Start / Over UI 작업 (4주차 완료 예정이었으나, Map 오류로 지속 지연됬음)
Score UI 변경(현재 멈춤 상태에도 점수가 올라가는 로직으로 구현되어있으나, 이동거리 비례해서 올라가게 수정 예정. 8/30까지)
Player Animation 구조화.(작업 완료일 미정)
Obstacle 및 각종 Script 정리.

------------여기까지가 1.0v
--- 새벽시간이라 생각이 안나지만.. 아무튼 더 있을 것임..

1.01 (Item 추가)

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.