
Computer Science

Snake Game

This is the code for the snake game I encoded my first year at DU. I really enjoyed coding this program, as well as playing it once finished. This code was created within my in Intro to Computer Science III class.
Major (CS) Piece | COMP 2673
While I have taken multiple Computer Science courses, I chose to encorperate the game I coded in Intro to Computer Science III class. The piece is a snake game that is playable by users. This was my favorite project that I encoded so far at DU and I was very fond of the class in general.
Class description from syllabus:
"Welcome to Spring Quarter 2022! The instructors and TAs for this course are all committed to you successfully mastering the material for this course, and to you growing as programmers, as thinkers and as people. We are working to create a learning environment that supports community and connection as we all learn together! We're excited about sharing the beautiful ideas in this course, and about helping you implement cool

programs. In this course, you will be introduced to data structures and basic runtime analysis of programs. This course covers the following data structures: Linked Lists, Queues, Stacks, Dynamic Arrays, Trees, Binary Search Trees, Maps, Sets and Hash Tables. You'll simultaneously develop your programming skills by implementing programs that use these structures."