Code Monkey home page Code Monkey logo

game_with_hero's People

Contributors

cckowalewska avatar noemiko avatar

Watchers

 avatar  avatar

game_with_hero's Issues

add explosion

when bullet hit enemy pygame should show explosion in place of this collision

add music and sounds

if hero enter on obstacles should be played sound
during different levels should be played sounds

fix bug with showing bullets

Game has limits for bullets in game. Only three could show up on on the screen. When hero is out of bullet he might try to shoot, but without any result. When all of the current three bullet go out of the screen then bullet shows in place where hero tried to shoot.

load text about loosing or winning

after user pass all levels he should get information about win

  • game should stop
  • in the middle of screen is text "YOU WON!"
    if any of heroes gets negative health then:
  • game should stop
  • in the middle of screen is text "YOU LOST!"

add menu

add menu which run on the beginning
menu should contain tabs:

  • autors
  • run game
  • the best score
  • change heroes clothes
  • exit

fix bugs with not exist bullet

self.remove_dog_bullet()

File "/home/noemi/PycharmProjects/game_with_hero/src/duchshund_walk/states/game/game.py", line 158, in remove_dog_bullet
self.duchshund.bullets.remove(bullet)
ValueError: list.remove(x): x not in list

add panel for heroes' clothes

-draw images with heroes in different clothes

  • add panel to view this images
  • allow user to select clothes which will be used in game

add list of scores

if user win he should see his score in the scores panel

  • add score panel (selected by menu)
  • score is calculated by adding heroes health

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.