Portfolio Adjamé Tellier-Rozen
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.









Parcours
