top of page

Programming

You can click on the different images to go to the appropriate section

Planning Poker is a planning poker game made in python

Capture d'écran 2024-04-21 190146.png

Planning Poker

The Planning Poker project is a task organization game developed

in Python using Pygame. This was my first time using Pygame, which

required a lot of experimentation.

I had to implement different types of rules: some requiring absolute

majorities, and others using the average of the votes.

Next, we needed to add the players we wanted and select the task file (either an empty one where tasks can be manually entered, or load an existing file). If starting without tasks not voted, it had to be possible to manually add them.

Once everything is set up, the game can begin. Each player takes turns voting on the current task using the traditional planning poker values.

After everyone has voted, the results are displayed, and depending on the chosen rules, we either move to the next task, repeat the current task, or take a break and save the file.

You can go through the code on my Github Repositories if you click on the coffee cup.

image.png
Planning Poker

Parcours

image.png
bottom of page