• 캠퍼스북
  • LF몰 이벤트
  • 파일시티 이벤트
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트

파이썬(python) Django를 이용한 웹 카드게임(lol) (무조건 A+학점)

*상*
최초 등록일
2016.11.10
최종 저작일
2016.11
파일확장자 압축파일
가격 4,000원 할인쿠폰받기
다운로드
장바구니

소개글

django를 이용한 python과 html, javascript를 이용해 공들여서 만든 lol 카드 게임입니다.

게임 방법은 이누야사 플레이게임과 유사합니다. 코드에 대한 설명은 주석으로 대체합니다.

*게임 방법
-1. powershell을 이용하여 서버를 연후
-2. url을 통하여 서버에 접속합니다.
-3. 게임 시작을 누르면 대전 상대를 기다리고
-4. 대전 상대가 마찬가지로 접속해 오면 접속한 상대와 게임을 시작합니다.
-5. 3개의 캐릭중 하나를 선택하고 상대방도 선택이 끝나면 행동할 카드를 고릅니다.
(상대방 캐릭이 고를때까지 기다린다.)
-6. 두 플레이어가 행동 카드를 고르면 필드에서 행동이 진행되고 게임이 끝날 때까지 반복합니다.
(카드를 고를때는 상대가 무슨 카드를 골랐는지 알 수 없음)
-7. 게임이 끝나면 결과 화면이 나오고 다시 게임을 할지 선택합니다.

%%1:1 게임이지만 다수의 플레이어 들이 1:1 게임을 각각 진행할 수 있습니다.

컴파일 실행환경

python, django

압축파일 내 파일목록

cow/__pycache__/__init__.cpython-35.pyc
cow/__pycache__/settings.cpython-35.pyc
cow/__pycache__/urls.cpython-35.pyc
cow/__pycache__/wsgi.cpython-35.pyc
cow/__init__.py
cow/__init__.pyc
cow/settings.py
cow/settings.pyc
cow/urls.py
cow/urls.pyc
cow/wsgi.py
cow/wsgi.pyc
game/__pycache__/Gameplaylib.cpython-35.pyc
game/__pycache__/SkillList.cpython-35.pyc
game/__pycache__/__init__.cpython-35.pyc
game/__pycache__/admin.cpython-35.pyc
game/__pycache__/models.cpython-35.pyc
game/__pycache__/setimage.cpython-35.pyc
game/__pycache__/urls.cpython-35.pyc
game/__pycache__/views.cpython-35.pyc
game/migrations/__pycache__/0001_initial.cpython-35.pyc
game/migrations/__pycache__/0002_auto_20160525_1001.cpython-35.pyc
game/migrations/__pycache__/__init__.cpython-35.pyc
game/migrations/0001_initial.py
game/migrations/0001_initial.pyc
game/migrations/0002_auto_20160525_1001.py
game/migrations/__init__.py
game/migrations/__init__.pyc
game/static/game/Back_Is.jpg
game/static/game/Back_Piz.jpg
game/static/game/Back_Vi.jpg
game/static/game/Battle.png
game/static/game/HowtoPlay.png
game/static/game/IZ_MOVE1.png
game/static/game/IZ_MOVE2.png
game/static/game/IZ_MOVE3.png
game/static/game/IZ_MOVE4.png
game/static/game/IZ_MOVE5.png
game/static/game/IZ_SKILL1.png
game/static/game/IZ_SKILL2.png
game/static/game/IZ_SKILL3.png
game/static/game/IZ_SKILL4.png
game/static/game/KeepGoing.png
game/static/game/Loading(1).png
game/static/game/Loading(6).png
game/static/game/Loding(2).png
game/static/game/MpPlus.png
game/static/game/PIZ_MOVE1.png
game/static/game/PIZ_MOVE2.png
game/static/game/PIZ_MOVE3.png
game/static/game/PIZ_MOVE4.png
game/static/game/PIZ_MOVE5.png
game/static/game/PIZ_SKILL1.png
game/static/game/PIZ_SKILL2.png
game/static/game/PIZ_SKILL3.png
game/static/game/PIZ_SKILL4.png
game/static/game/Restart.png
game/static/game/Select_Card.jpg
game/static/game/StartPlayScreen.png
game/static/game/Stop.png
game/static/game/Thumbs.db
game/static/game/VI_MOVE1.png
game/static/game/VI_MOVE2.png
game/static/game/VI_MOVE3.png
game/static/game/VI_MOVE4.png
game/static/game/VI_MOVE5.png
game/static/game/VI_SKILL1.png
game/static/game/VI_SKILL2.png
game/static/game/VI_SKILL3.png
game/static/game/VI_SKILL4.png
game/static/game/WHO1.png
game/static/game/WHO2.png
game/static/game/WHO3.png
game/static/game/WHO4.png
game/static/game/WHO5.png
game/static/game/WHO6.png
game/static/game/WHO7.png
game/static/game/WHO8.png
game/static/game/battlescreen.PNG
game/static/game/bicard.jpg
game/static/game/drawing.jpg
game/static/game/edditorbutton.png
game/static/game/gameplaybutton.png
game/static/game/howtogamebutton.png
game/static/game/hp.png
game/static/game/index_edditor.png
game/static/game/iscard.jpg
game/static/game/izreal.png
game/static/game/izreal_profile.PNG
game/static/game/losepage.jpg
game/static/game/losing.jpg
game/static/game/mp.png
game/static/game/piz.png
game/static/game/piz_profile.PNG
game/static/game/returnbutton.png
game/static/game/tile.png
game/static/game/winning.jpg
game/static/game/winpage.jpg
game/static/game/xbox.png
game/static/game/xvi.png
game/static/game/xvi_profile.PNG
game/templates/Screen/Characterloading.html
game/templates/Screen/DrawScreen.html
game/templates/Screen/Editor.html
game/templates/Screen/Game.html
game/templates/Screen/HowtoGame.html
game/templates/Screen/Loading.html
game/templates/Screen/LoseScreen.html
game/templates/Screen/PlayScreen.html
game/templates/Screen/SelectCard.html
game/templates/Screen/Select_Character.html
game/templates/Screen/Start.html
game/templates/Screen/WinScreen.html
game/templates/Screen/selectloading.html
game/Gameplaylib.py
game/SkillList.py
game/__init__.py
game/__init__.pyc
game/admin.py
game/admin.pyc
game/apps.py
game/exercise.py
game/models.py
game/models.pyc
game/setimage.py
game/urls.py
game/urls.pyc
game/views.py
game/views.pyc
db.sqlite3
manage.py

참고 자료

없음
*상*
판매자 유형Bronze개인

주의사항

저작권 자료의 정보 및 내용의 진실성에 대하여 해피캠퍼스는 보증하지 않으며, 해당 정보 및 게시물 저작권과 기타 법적 책임은 자료 등록자에게 있습니다.
자료 및 게시물 내용의 불법적 이용, 무단 전재∙배포는 금지되어 있습니다.
저작권침해, 명예훼손 등 분쟁 요소 발견 시 고객센터의 저작권침해 신고센터를 이용해 주시기 바랍니다.
환불정책

해피캠퍼스는 구매자와 판매자 모두가 만족하는 서비스가 되도록 노력하고 있으며, 아래의 4가지 자료환불 조건을 꼭 확인해주시기 바랍니다.

파일오류 중복자료 저작권 없음 설명과 실제 내용 불일치
파일의 다운로드가 제대로 되지 않거나 파일형식에 맞는 프로그램으로 정상 작동하지 않는 경우 다른 자료와 70% 이상 내용이 일치하는 경우 (중복임을 확인할 수 있는 근거 필요함) 인터넷의 다른 사이트, 연구기관, 학교, 서적 등의 자료를 도용한 경우 자료의 설명과 실제 자료의 내용이 일치하지 않는 경우
최근 본 자료더보기
탑툰 이벤트
파이썬(python) Django를 이용한 웹 카드게임(lol) (무조건 A+학점)
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업