Code Monkey home page Code Monkey logo

cs2335-gitbook's Introduction

#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 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

##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 <TKey,TValue>.

###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:

cs2335-gitbook's People

Contributors

kdoore avatar samypesse avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.