CIn UFPE | October 2022 | Introduction to programming (IP)
Explore the docs »
Antônio Lucena |
Lucas Torres |
Shellyda Barbosa |
Stela Nascimento |
Thaís Neves |
Miriam Mendes |
Isaias Pereira |
|
- Greater amount of online repositories, available for learning.
- Ease of creating frames for the game's surface, with the positioning of sprites using the library's rect function.
- It has functions for colliding game objects.
- Ease of handling game events.
- We use the OS library only to help access the images and audios directory with the path function.
/assets
Images separated by category
/classes
Game elements code base
/constants
Global constants used into game flow
/levels
Levels maps data
/sound
Music and sound elements
/Gameplay.py
Game flow code
/Game.py
Main file
- Clone repo
git clone https://github.com/lucena564/Projeto-IP---Python.git
- Install the dependencies
pip install -r requirements.txt
pip3 install -r requirements.txt
- In your terminal, go to the root folder
- Run the instruction below
python3 Game.py
python Game.py
Main challenge | How we deal |
Working with the git and github versioning concept | Moments with the team to pass knowledge and clearing up doubts |
Main error | How we deal |
The lack of frequency of project focused meetings | Asynchronous movement: active communication, division and updating of activities, in the WhatsApp and Discord groups |
Lessons learnead |
|
Check ideation work in Miro board
![]() ![]() Logical and Relational Operators, Conditional Commands |
![]() ![]() Loops |
![]() ![]() ![]() Lists |
![]() ![]() ![]() Functions |
Check this document too see in a detailed way all the programming concepts applied in the project
![]() ![]() ![]() |
![]() ![]() ![]() |
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/featureName
) - Commit your Changes (
git commit -m 'Add some featureName'
) - Push to the Branch (
git push origin feature/featureName
) - Open a Pull Request
- Antônio Victor Bezerra Lucena - avbl@cin.ufpe.br
- Lucas Jorge de Araújo Torres - ljat@cin.ufpe.br
- Stela Natalie Oliveira Nascimento - snon@cin.ufpe.br
- Shellyda de Fátima Silva Barbosa - sfsb2@cin.ufpe.br
- Thaís Neves de Souza- tns2@cin.ufpe.br
- Miriam Rayane Mendes da Silva - mrms@cin.ufpe.br
- Isaias Pereira da Silva - ips2@cin.ufpe.br