Introduction

This book will provide supplemental instructional resources for CS-2335: Computer Science 2 for Non-Majors

WHY Learn about Programming for Modeling Systems with C# and Unity?

Read this article: Brenda Romero's guide to becoming a game designer

Rule #1: "Be nice to programmers," ... "Be very, very nice. Because at the end of the day, the programmer is going to be the one getting your feature in that you're really, really hoping will stay in. And they will remember all that currency you built up when you were irritated with them or anything else, so always treat programmers with the utmost respect.

Romero stressed that game design is not about simply writing a rulebook about how to jump or carry out other actions. Instead, designers have to "teach people how to play through the process of play". Rule: "Start making games" "Don't wait to get to college, just start making games. Now, notice there's no adjective there -- it doesn't have to be a good game. It could be a terrible game, in fact it can be an abysmal failure." Brenda Romero

Life as Adventure : Death as a Feature

For Miyazaki, video-game death is an opportunity to create a memory, or a punch line. “When I’m playing these games, I think, This is the way I’d want to die—in a way that is amusing or interesting, or that creates a story I can share,” he said. “Death and rebirth, trying and overcoming—we want that cycle to be enjoyable. In life, death is a horrible thing. In play, it can be something else.

In Dark Souls, a crucial plot detail is more likely to be found in the description of an item in your inventory than in dialogue. It’s a technique Miyazaki employs to spark players’ imaginations, in the same way that he extracted stories from illustrated fantasy books as a child. “That power of imagination is important to me,” he said. “Offering room for user interpretation creates a sense of communication with the audience—and, of course, communication between users in the community. This is something that I enjoy seeing unfold with our games, and that has continued to influence my work.”

There’s a paradox in Miyazaki’s yearning for boundaries between his work and his world. Games are composed of fictional challenges, which often seem trite and distant compared with those of daily existence. But Miyazaki’s achievement has been to narrow the gap between them. By rooting games in the human experience—in shame, in failure, and even in death—he has brought them closer to life.

Course Overview: Program a simple Adventure-Game.

UTD Mercury Article: Choose your adventure: Spring 19:

Learn: C# OOP-Programming, Object-Oriented Design, System-Modeling (game-systems), Programming Patterns, UML Modeling Language, using Unity Game Engine.

This course aims to enhance your ability to Communicate Game-Experience Ideas, Concepts with programmers and others. This course teaches Computational Systems and Patterns used in programming games by taking a deep dive into the fundamental building blocks of the concepts of game-systems. Game are Event-Driven Systems. The art/science of Designing Computational-Systems falls within the domain of 'Modeling and Simulation', which is a core of Computer Science. This course introduces Computational Languages, Programming Patterns, System-Modeling, and UML, a Visual Language to convey these concepts. This course teaches how to program a Simple Adventure Game, using C# and Unity Game Engine.

This course aims to teach Computational Languages used to create games. These languages include C# OOP-programming, State-Machines, Programming Patterns, and the 'Unified Modeling Language' (UML) which is a visual language. In this course, 'Computing Languages' are used to design and implement Game-System Concepts. Each Student creates a Branching-Narrative Adventure Game where 'designed-interactions' determine the player's path through the game. Students build Finite-State Machines (FSM), to control scene-transitions, animate the player-character, etc. Students will learn the Component Pattern(used by Unity) and the Singleton Pattern for various game-control systems. Custom GameObject-Behaviors and game-systems (Dialog, Inventory, Animation) and are programmed using C#. The Observer Pattern (Publish / Subscribe) is used when coding custom Events for decoupled object-messaging. Code for an Inventory-system uses Abstract, Static Classes and Methods, Virtual,Override Methods, Interfaces, Enums, C# Generics, Data-structures: List<T>, and `Dictionary .

C#

MSDN C# Programming Guide:

MSDN C# Language Reference:

Rob Miles has an excellent book: C# Yellow Book, which is available as a free-download: pdf-format.

For a comparison between programming languages: Java and C#, see this MSDN reference:

Unity

Unity3D Game Engine

Learn Unity:

Unity Community Wiki: Tutorials

Unity Community Wiki: Programming, C# Tutorial

Unity Hot Keys:

Last updated