Name Last Update
hitter Loading commit data...
pitcher Loading commit data...
player_picture Loading commit data...
pngs Loading commit data...
README.md Loading commit data...
app.js Loading commit data...
calendar.css Loading commit data...
calendar.html Loading commit data...
introduction.css Loading commit data...
introduction.html Loading commit data...
main.css Loading commit data...
main.html Loading commit data...
package-lock.json Loading commit data...
package.json Loading commit data...
player.js Loading commit data...
server.js Loading commit data...
simulation.css Loading commit data...
simulation.html Loading commit data...
simulation.js Loading commit data...
temp_algorithm.js Loading commit data...

'적중률 99%' 야구 결과 시뮬레이션

프로젝트 참여자 : 김건우(2020105583), 오진혁(2020105636), 정주희(2020105660)

프로젝트 소개 : { 목적 : 야구 경기 시뮬레이션과 경기 일정 등을 종합적으로 제공하는 서비스 구현 계획 : [ 1. node.js or js로 크롤링하여 순위, 일정 등을 불러들여 제공(미완) -> 임시 사진 대체. 링크만 걸어놓음 2. 구현 서비스, 과정을 담은 영상을 home에 연결(미완) -> 야구 경기 하이라이트로 대체. 3. 전반적인 4개의 site(main, introduction, calendar, simulation) 구축 -> main은 위 1, 2번 문제에 해당됨. -> introduction은 readme.md 완성 시 update할 예정. -> simulation은 구단 클릭 시 선수 list를 불러와 원하는 구단과 선수 명단을 짜고, 이를 바탕으로 시뮬레이션 하도록 프로그래밍 요망. 현재는 임시로 KIA(원정)VS두산(홈)의 구도와 9명의 짜여진 라인업, 1명의 투수로 시뮬레이션 진행하도록 설계함. 오류 발생하는 대로 수정하여 update&commit 예정. ] }

알고리즘 소개 : { 업데이트 예정 ... 참고사항 : 기계학습, 딥러닝 사용하지 않아 99% 적중하기는 힘들다. }

역할 분담 : { 김건우 : 전반적인 알고리즘 구축(with javascript), calendar 사진 및 기본 틀 구축, 정보 업데이트, 오진혁 : 서버 구축 담당(with node.js), main 기본 틀 구축, shuffle 알고리즘 구축, 정보 업데이트, 정주희 : 전반적인 프론트엔드(with html, css, javascript), 알고리즘 수정 및 적용 }