Skip to content

Conversation

MiraB-c
Copy link
Collaborator

@MiraB-c MiraB-c commented Mar 25, 2025

  • the exercises added only comprise those determined during the internship
  • additional easy exercises are yet to be added
  • note: the amount of exercises might be overwhelming. Probably we should make some sub files which comprise optional additional tasks?

- the ones added only comprise those determined during the internship
- additional easy tasks are yet to be added
Copy link
Collaborator

@hammerbeat hammerbeat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nur ein paar Kleinigkeiten, die angepasst werden sollten.

<details>
<summary>Required knowledge: Threads</summary>

- Playing sound such that the game does freeze requires threads.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Können wir hier noch ein not einfügen?

Suggested change
- Playing sound such that the game does freeze requires threads.
- Playing sound such that the game does not freeze while playback is active requires threads.

<summary>Hints</summary>

- Research how to play sounds in python (on the internet).

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Search for usable sound files on the internet. Before committing them to the repository make sure you have the right to publish them. Alternatively, add them to the .gitignore file.

@@ -88,17 +187,28 @@ _Advanced:_ Give the ghosts their original names and colors.

</details>

### (4) Make Pac-man move autonomous
### (9) Make Pac-man autonomous [hard/very hard]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### (9) Make Pac-man autonomous [hard/very hard]
### (9) Make Pac-man autonomous [very difficult]

- Threads are used to do multiple things in parallel/on the same time.
</details>

### (8) Make the ghosts take better decisions [hard]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### (8) Make the ghosts take better decisions [hard]
### (8) Make the ghosts take better decisions [difficult]

</details>


### (7) Add sound [hard]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### (7) Add sound [hard]
### (7) Add sound [difficult]

### (5) Enhance the steering of Pac-Man [advanced]

Make the steering of Pac-Man more convenient.
- Pac-man should always go forward automatically, the user should not have to click for each step he makes.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Pac-man should always go forward automatically, the user should not have to click for each step he makes.
- Pac-man should always go forward automatically, the user should not have to press a key for each step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants