Term: Fall 2024
Instructor: Aline Normoyle
-
Next assignment is Due Nov 1st. Assignment 08: Collection Game
-
Oct 29, Quiz 03: Points, Vectors, Transforms
-
Lab: Player character animation setup. Transformation practice.
Course Info
Welcome to CS283: Game Programming!
This intermediate programming course covers the foundational concepts, architectures, and mathematics underlying video games and digital interactive experiences. We will deconstruct the designs of classic games, such as Pac-Man, Super Mario Brothers, Minecraft, Doom, and Diablo II, to explore the data structures, algorithms, and foundational mathematics necessary to implement popular game mechanics and features. Potential topics will include rendering and modeling, navigation systems, game artificial intelligence, dialog systems, character animation, networked multiplayer, user interfaces, physics engines, and sound. The course will challenge students to create original and novel game concepts through weekly assignments, labs, and a final project. Through these projects, students will learn the foundational mathematics behind "making objects move", such as transformations, splines, collision detection, and raycasting. Furthermore, students will gain object-oriented programming experience through designing mid-scale programs. Programming and project assignments will be in C#, use the Processing and Unity frameworks, and cover how to build games for different platforms, namely web, desktop, virtual reality, and augmented reality.
Meeting Times
Activity | Location | Time |
---|---|---|
Lecture |
Park 159 |
Tuesday and Thursday 1:10 AM - 2:30 PM |
Lab |
Park 230 |
Thursday 2:40 PM - 4:00 PM |
Office Hours - Prof. Aline Normoyle |
200B |
2-3 PM Fridays |
Office Hours - Neha Thumu |
Park |
4-5 PM Fridays |
Schedule
The syllabus may change during the semester. Please check here every week for updates on lecture content, worksheets, and assignments.
Week | Date | Agenda |
---|---|---|
1 |
Introductions, Hello Unity
|
|
2 |
Common game concepts, Component-based architectures, Math for Games
|
|
3 |
Math for Games. Cameras
|
|
4 |
Transforms
|
|
5 |
Characters and Animation I
|
|
6 |
Character animation, Motion capture
|
|
7 |
Fall Break
|
|
8 |
Collisions and Physics, User Interfaces
|
|
9 |
Steering and path finding
|
|
10 |
Behaviors
|
|
11 |
Flair and sound
|
|
12 |
Advanced Topics
|
|
13 |
Advanced Topics
|
|
14 |
Advanced Topics
|
|
15 |
Advanced Topics
|
Text and Tools
-
Game Programming Algorithms and Techniques by Sanjay Madhav. Although you can purchase this from Amazon, we also have a copies that you can access. See our slack from more info.
-
Github Account Please go to github.com and register. You will be using github to submit assignments.
-
Slack Please go to slack.com. Our workspace is BrynMawr-CS223-F24. You can ask questions and request one-on-one help over zoom using this course’s slack channel.
We will also use the following references for some content.
C# Language
Grading Policies
All graded work will receive a grade, 4.0, 3.7, 3.3, 3.0, 2.7, 2.3, 2.0, 1.7, 1.3, 1.0, or 0.0. At the end of the semester, final grades will be calculated as a weighted average of all grades according to the following weights:
40% |
Final Project |
30% |
Assignments |
30% |
Lab work and Quizzes |
5% |
Participation |
Labs and exams
In labs, we will have practice quizzes for the final exam, each structured like a mini-code jam where you work together in teams. Each quiz will have a study guide so you know what types of questions to expect. During lab, you will be randomly assigned a partner and given 40 minutes to complete the questions. The following week in lab, we will go over answers for the previous week.
If you cannot attend a lab, please let the instructor know in advance. There are no make-up opportunities for labs — the missing work will be re-weighted to be part of your final exam.
There will be one final exam for the semester. Details and dates will be released during the semester. Please read the section on accomodations if you are in need of extra time. You must inform us of accommodations or conflicts at least 2 weeks in advance of the exam.
Quizzes and exams will be open book. You will be given sample questions beforehand to help you study. Warning! Do not rely heavily on your notes for quizzes. You will need to have concepts memorized in order to finish within the time limit.
Homeworks and exercises
This course features weekly lab exercises and assignments which are an important component of the class.
Lab exercises will be passed out in lab. These exercises are intended to be short and will typically ask you to reproduce demos from class or tackle concepts you will need for your assignment. Lab exercises should be handed in at the end of lab.
Class exercises will be passed out in class. These exercises are intended to be short and will typically ask you to practice concepts from lecture.
Assignments will be posted Saturdays and due Friday before midnight. You are strongly encouraged to start early so that you can ask questions. See the syllabus for links to the assignments.
You will submit your assignments electronically using git.
Late Policy
Because practice is so important for learning how to program, we will do frequent exercises, assignments, and quizzes throughout the term.
The purpose of this work is to give you hands on experience with the topics from class. Most of this work will be due in lecture or labs. The weekly time commitment for this course is aimed to be approximately 10 hours per week.
Assignments will generally be due on Fridays. However, you may request up to one late day (until Saturday) if necessary. No submissions beyond Saturday will be accepted. This allows us time to grade assignments. And it helps prevent you from falling behind. Note that with weekly assignments, you can miss a week or two without losing much points on a final grade.
If you need to miss a quiz, we will not have make-ups. Instead, the missed credit for the quiz will be added to the final exam.
You may need to provide a doctor’s note if you need special accommodations due to a medical emergency. If you require an accommodation for exams and quizzes, this must be submitted to the instructor within the first two weeks or class.
Academic Integrity
Copied and unattributed work will receive zero credit. At Bryn Mawr, we assume students are trustworthy and work with honesty and integrity. Look here for information about Bryn Mawr’s Honor Code.
As you progress in this course, you will see that programming is a creative process, similar to writing. The same problem can be solved in multiple ways. It’s essential that you develop your own skills for developing algorithms and implementing them through programs.
Quizzes and exams will be closed book. You will be able to bring a single cheat sheet with you. The goal of assignments and labs is to help you prepare for quizzes and exams! If you can sit down, focus, and answer sample questions within a time limit, you will ace the exams for this class. Incidentally, you will also be prepared to ace a job interview on this topic!
Integrity Guidelines:
-
DO discuss ideas and approaches with your classmates.
-
DO discuss ideas and approaches with your TAs and instructor.
-
DO search for documentation and sample programs for built-in C functions and C syntax.
-
DO use code from our text books and class (with attribution).
-
DON’T use Chat-GPT (or other LLMs) to generate solutions.
-
DON’T copy full solutions, from online tutorials, previous students, etc
-
DON’T use functions and C syntax that is disallowed by the Makefile. We are deliberately using simple and portable C.
-
DON’T modify any basecode that comes with your assignment.
-
DON’T ever share your code with other students.
It’s ultimately up to you to learn from your assignments! Remember, no one is going to hire you to do work that they can easily do themselves using a search or AI program generator. The programs in this course are simple enough for an AI or search or two to solve. But the next level of programs will not be so simple. You must do the work yourself. This is the only way you will develop the skills and expertise to reach your full potential.
One final point: we will be using open-source repositories for homeworks in this class. Thus, it will be possible to see what other students (and previous students) have submitted. If you copy from others' repositories, it will be obvious to everyone involved! Only look at other solutions after you have finished your own first!
Academic Accommodations
All classes will be recorded and close-captioned. Links to lectures will be posted on the class syllabus.
Any student who has a disability-related need to record this class first must speak with the Director of Access Services, Deb Alder, as part of university policy. Class members need to be aware that this class may be recorded.
To receive an accommodation for a course activity (such as more time on quizzes and exams), you must have an Accommodation Letter from the Office of Student Disability Services and you need to contact us to work out the details of your accommodation at least two weeks prior to the activity. Forms can be emailed to me, the instructor.
You are also welcome to contact us privately to discuss your academic needs. However, all disability-related accommodations must be arranged, in advance, through Student Disability Services.
Students needing academic accommodations for a disability must first register with Access Services. Students can call 610-526-7516 to make an appointment with the Director of Access Services, Deb Alder, or email her at dalder@brynmawr.edu to begin this confidential process. Once registered, students should schedule an appointment with the professor as early in the semester as possible to share the verification form and make appropriate arrangements. Please note that accommodations are not retroactive and require advance notice to implement. More information can be obtained at the Access Services website. (http://www.brynmawr.edu/access-services/)
Covid Policy
Lectures and labs will have a mask-friendly policy. All are welcome to wear a mask if they so wish, but no one is mandated to wear a mask.
If you are symptomatic (coughing, sore throat, or running nose), please either stay at home or come into campus with a mask. Lectures will be recorded so they can be watched later. Missed lab activities and quizzes will have their grade credit transferred to the final.
Academic support
Title IX
Bryn Mawr/Haverford College is committed to fostering a safe and inclusive living and learning environment where all can feel secure and free from harassment. All forms of sexual misconduct, including sexual assault, sexual harassment, stalking, domestic violence, and dating violence are violations of Bryn Mawr/Haverford’s policies, whether they occur on or off campus. Bryn Mawr/Haverford faculty are committed to helping to create a safe learning environment for all students and for the College community as a whole. If you have experienced any form of gender or sex-based discrimination, harassment, or violence, know that help and support are available. Staff members are trained to support students in navigating campus life, accessing health and counseling services, providing academic and housing accommodations, and more.
The College strongly encourages all students to report any incidents of sexual misconduct. Please be aware that all Bryn Mawr/Haverford employees (other than those designated as confidential resources such as counselors, clergy, and healthcare providers) are required to report information about such discrimination and harassment to the Bi-College Title IX Coordinator.
Information about the College’s Sexual Misconduct policy, reporting options, and a list of campus and local resources can be found on the College’s website:
-
This site was generated with asciidoctor