Giter VIP home page Giter VIP logo

pacman-python-pygame---juan1639's Introduction

pacman-python-pygame

Recreación en python usando la librería pygame, del juego clásico pacman (arcade del año 1980).

En el código main.py se aloja la class Game, como clase principal y ahí la función constructora albergará las principales variables y arrays del juego.

También estarán las funciones encargadasde iniciar el juego/superar nivel, las de instanciar (tanto sprites como textos), las que checkean si superamos nivel, si gameover, etc. y por supuesto, la funcion bucle principal (checkEvent, update y draw).

El módulo pac1.py contiene la class PacMan, con todo lo relativo al personaje principal del juego y también la class PacManDies, que básicamente es la animación de cuando nuestro personaje pierde una vida.

En pac2.py se aloja la class Fantasma, con lo relativo a los fantasmas.

En pac3.py estarán el resto de clases, como LaberintoTile, Puntitos, PtosGordos y Textos.

En pac4.py está alojada la class PacPresentación, que es lo relativo a la pequeña intro de presentación.

pacman-python-pygame---juan1639's People

Contributors

juan1639 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.