Giter Site home page Giter Site logo

create-game's Introduction

Create-Game

기초적인 파이썬 게임 제작하기

파이썬으로 게임을 만들 수 있다고 해서 해보는 프로젝트!
참고자료 소스를 따라가며 코드와 진행 방식을 이해해보자

첫 번째 게임 : PyFlying(비행기 미니 게임)
게임 방법 : 비행기가 날아오는 불덩이를 피하면서 박쥐를 파괴하는 게임으로, 연속으로 박쥐를 세 번 맞추지 못하면 게임이 종료된다.

#참고자료 코드 변경 부분
elif event.key == pygame.K_LCTRL -> elif event.key == pygame.K_LEFT

largeText = pygame.font.Font('freesansbold.ttf',115) -> largeText = pygame.font.SysFont("notosanscjkkr",115)

create-game's People

Contributors

eeun-ju avatar

Stargazers

 avatar

Watchers

 avatar

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.