WojciechMycek / Integracja-dostawy---symulacja-procesu-testowania-100-commitow

9 stars 0 forks source link

Retro simple platform game #5

Open WojciechMycek opened 7 months ago

WojciechMycek commented 7 months ago

Issue Description

Defining simple platform game using dedicated open-sources libraries or prepare new-one without external

Objective

App will be used for testing for different platform. During testing process will be check usage of resources, functional testing, unit testing is also considered for applying.

Features to Implement:

Expected Deliverables:

The character can jump across platforms, then by jumping on top of enemies' heads, it will eliminate them. It will earn points for defeating enemies, as well as collect collectibles.

This provides a good foundation for writing subsequent tests for this application.

WojciechMycek commented 7 months ago

For gaming implementation built-in Tkinter will be used

WojciechMycek commented 6 months ago

Next step is to testing basic defined app. Square can jump and score points from "killings" enemies. Next important step is to add movable background that can goes along with player.

WojciechMycek commented 6 months ago

Blocked by https://github.com/WojciechMycek/Integracja-dostawy---symulacja-procesu-testowania-100-commitow/issues/30

WojciechMycek commented 6 months ago

Prio decreased based on fact that code to testing is going to be used from project 100 commits