Contents
This is a course for students interested in methods of procedural content generation (PCG) in computer games. An overview of PCG methods is presented and a variety of approaches is investigated more thoroughly. The labs focus on the practical usage of PCG in more-or-less developed computer games and use some elementary knowledge of Java/Kotlin and Python (no prior knowledge of the languages required, with willingness you can learn as you go). The course is taught at MFF UK as NAIL123.
Permalink: bit.ly/mff-pcg-2023
History: 2021
News
Follow the appropriate channel at Gamedev Discord!
https://discord.gg/Zts98PGw6z
Dates (SIS)
Lectures will be interwoven with Labs on even / odd weeks, but the course starts with two consecutive lectures.
Course Exam
There will be an oral examination done during the examination period, either in-person or online, depending on the situation. The exam will be a mixture of direct question on the topics below and open questions where you will be describing a procedural approach for given content.
Exam topics
Classification of PCG: Reasons for PCG in games. Design-time vs runtime. Teleological vs ontogenetic. Direct vs indirect.
Terrain: Simple approaches for terrain generation. The diamond-square algorithm.
Noise: Value vs. gradient noise. Octaves. Perlin noise. Advantages of simplex noise. Domain warping. Use-cases for analytical derivatives. Billow and ridge noise. Cellular (Worley) noise. 3D approaches. Perlin worms.
Search-based: Pros/cons of various content representations. Building blocks. Template search. Evolutionary algorithms – differences when using for PCG. Types of evaluation functions. Assessing quality of generators.
Methods: Cellular automata. L-systems. Shape and graph grammars.
Visual art: Art toys (what are they, what are they for). Procedural effects.
Musical art: Approaches for music. Melody. Harmonization.
Constraint-based programming: Answer set programming – description, use-cases. AnsProlog. Wave function collapse.
Mixed-initiative approaches: Definition. Three initiatives (of dialogue). Pros/cons.
Mazes: Types. Attributes. Objectives. Solving (computer/human methods). Perfect maze generation (Kruskal’s algorithm, backtracking).
Dungeons: Combining maze algorithms with rooms. Space division methods. Mission graphs + space layout options. Enemy placement. Spawning waves.
Loot: Methods. Affixes. Loot tables. Variability. Player interaction with loot system.
Puzzles: Approaches.
Lectures
This years lectures are pre-recorded, watch them at your leisure, but preferably before the interactive “labs” session, such that you can ask questions and understand homework!
Please, do not share the lectures publicly.
Lectures Schedule
No. | Date | Topic | Lecturer | Content | Slides |
0 | 16.2. | Introduction | Vojtěch Černý | What is Procedural Content Generation Reason to use PCG Brief history Interesting implementations Course structure |
PPTX, PDF |
1 | 23.2. | Terrain | Vojtěch Černý | Procedural terrain Noise functions Biomes |
PPTX, PDF |
2 | 9.3. | Search-based PCG | Vojtěch Černý | Content representation Search algorithms Evaluating content Case-studies: Yavalath & Spelunky |
PPTX, PDF |
3 | 23.3. | Procedural art | Vojtěch Černý | Cellular automata L-Systems Graph & shape grammars Visual art Procedural Effects Music Generation |
PPTX, PDF |
4 | 13.4. | Constraints and PCG | Vojtěch Černý | Answer Set Programming Game Rules Generation Mixed-initiative Approaches Wave Function Collapse |
PPTX, PDF |
5 | 27.4. | Dungeons | Vojtěch Černý | Mazes Dungeons (!) Loot Systems Puzzle Generation |
PPTX, PDF |
Labs
The labs will consist of short introductions to specific PCG contexts (usually games) and homeworks.
A total of 5 homeworks worth 18 points total will be presented during the semester. 12 points are required for admittance to the exam, and any above 12 will be transferred to the exam points (Exam has a 50 point maximum and 40 points are needed to pass, so extra points are significant).
For the 1st practical please have your laptop with preinstalled Java (JDK) 17+. Modify PATH and JAVA_HOME environment variables such that it is your default. Also (for your comfort), IntelliJ IDEA is recommended – community edition is sufficient, but as a student you can get ultimate edition for free – basically by just asking for it on their site.
For the 2nd practical, you will need the setup from above, and also Python 3 installed and added to your PATH.
The 5th and 6th practicals will consist of one large homework, worth 6 points. You should submit the first part, receive feedback, incorporate it and extend your work with the second part of the assignment.
Submission details of each HW is outlined in its slides.
Labs Schedule
No. | Date | Topic | Lecturer | Slides | Prerequisites | Homework | HW pts | Standard Deadline |
1 | 2.3. | Vojtěch Černý | PPTX, PDF | Java (17+) Git client (basically necessary) IntelliJ IDEA |
HW1 – Minecraft | 3 | 15.3. 23:59 | |
2 | 16.3. | Vojtěch Černý | PPTX, |
Java Python |
HW2 – Mario | 3 | 29.3. 23:59 | |
3 | 30.3. | Vojtěch Černý | PPTX, PDF | Python | HW3 – Music | 3 | 19.4. 23:59 | |
4 | 20.4. | Vojtěch Černý | PPTX, |
Python | HW4 – Murder Myster | 3 | 3.5. 23:59 | |
5 | 4.5. | Vojtěch Černý | PPTX, |
Java (17+) | HW5 – Dungeon | 3 | 17.5. 23:59 | |
6 | 18.5. | Vojtěch Černý | PPTX, |
Java(17+) | HW5.2 – Roguelike | 3 | 1.6. 23:59 |
Author | Album Title | Link |