조원: 김혜원, 김윤정, 이찬혁, 박준혁, 송진범
본 프로젝트는 소프트웨어공학 수업의 팀프로젝트로 진행되었습니다.
코로나19로 인하여 한동에 오지 못한 새내기들과 편입생을 위해, 간략한 한동의 모습을 담은 부루마블 게임을 기획하였습니다.
- Handong Marble will have default theme as HGU campus
- Naming of items (such as map, event territories) should be familiar to HGU students
- Freshman of Handong who does not know the school, due to COVID-19, may experience and get to know the campus better including the culture of HGU
- Users should be able to roll the dice and move
- Users can buy/sell territories
- There should be an event card section that triggers diverse events
- There should be a Prison system that holds the player for 3 turns
- Players can communicate with other players while playing game
- [java version "11.0.6"] 이상
- 코드 설명
- 실행방법
You can download the whole repository for entire code.
In case of simple execution of game, just download the release file.
모든 코드를 보기 위해서는 해당 repository를 다운로드 하시고, 단순히 게임 실행을 원한다면 release 파일을 다운로드하세요.
https://github.com/pjh1023/SoftwareEngineering_Group3/tree/master/release
Download the dependencies suggested above.
위에 명시된 dependencies를 다운받아주세요. (환경설정 해주기)
java 11.0 이상 다운로드 예시: https://jhnyang.tistory.com/224
After downloading the release file, enter the directory of the file in cmd/terminal and do the following.
배포 파일을 다운받은 후, cmd/terminal에서 해당 디렉토리로 이동하고 다음을 실행합니다.
$ java -jar HGUmarble.jar
GUI 참고 출처: https://github.com/limoneren/Monopoly-Game-Prototype