Skip to content

Commit

Permalink
Update boards
Browse files Browse the repository at this point in the history
Longestboi committed Nov 14, 2023
1 parent 016efd5 commit 6ca0a2e
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion content/boards.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
---
title: "Boards"
type: page
---
---

{{< rawhtml >}}
<style>
li {
padding-bottom: .5em;
}

li:last-child {
padding-bottom: 0;
}
</style>
{{< /rawhtml >}}


## GAME PROGRAMMING DEGREE OBJECTIVES

1. Implement multiple completed games, including 3D games, using common tools, languages, and software for web, console, PC, or mobile platforms.
2. Design, develop, and implement the architecture and infrastructure needed to support a complete game project.
3. Implement and analyze fundamental data structures and algorithms associated with game applications supporting gameplay mechanics.
4. Use software development processes to analyze a project problem, and to design, build, and test a corresponding software solution.
5. Demonstrate development skills using multiple programming languages, development environments, and platforms, including advanced and/or experimental topics in game programming.
6. Establish collaboration, mentorship, and professional leadership skills by working with other disciplines to deliver highly polished and completed projects.

0 comments on commit 6ca0a2e

Please sign in to comment.