CS

Size: px
Start display at page:

Download "CS"

Transcription

1 CS Introduction

2 Meta-notes These notes are intended for use by students in CS1666 at the University of Pittsburgh. They are provided free of charge and may not be sold in any shape or form. These notes are NOT a substitute for material covered during course lectures. If you miss a lecture, you should definitely obtain both these notes and notes written by a student who attended the lecture. 2

3 Instructor Info Nicholas Farnan Office: 6313 Sennott Square 3

4 A note about Prefix all subjects with [CS1666] Be sure to mention the section of the class you are in: Day/time 4

5 Course Info Website: Review the Course Information and Policies Assignments will not be accepted after the deadline No late assignment submissions If you do not submit an assignment by the deadline, you will receive a 0 for that assignment 5

6 History of this course 6

7 The American Chestnut One of the most important forest trees throughout its range Was considered the finest chestnut tree in the world It is estimated that between 3 and 4 billion American chestnut trees were destroyed in the first half of the 20th century by the Chestnut Blight 7

8 Ailanthus altissima AKA Tree of heaven AKA Stink tree AKA Tree of hell Initially introduced to the US in Philadelphia Spreads/grows quickly Produces a chemical that inhibits the growth of other plants to suppress competition Considered a noxious weed in the US Importation, distribution, trade, and sale banned in Massachusetts 8

9 The ForesBott Project Goal: Exploration and development of technologies that will enable the deployment of robots in forests for the purpose of forest health Robot tasks: Conducting field surveys Detecting and controlling invasive species 9

10 History of this course Development using only a physical robot too time consuming/expensive So Prof. Bob Daley developed CS1666 The plan: Use 1666 to train students in 3D simulation Recruit 1666 students into graduate program Have them work on ForesBott project Save American forests 10

11 Goals of this course 1. Using videogame design as an example use case of advanced computer science concepts 2. Gaining experience in large group development 3. Producing videogames 11

12 Term projects Building a videogame From scratch! I expect every team to build a custom engine and game on that engine using only C++ and SDL 2D Must implement 3 "advanced features" E.g.: Networked multiplayer Physics simulation Advanced AI etc. Will be built each week live by the instructor at the end of lecture Hence, must build/run Linux native 12

13 Team structures Class will split into large teams of ~12 students Each team will further be divided into 3 subteams of ~4 students focusing on studying and implementing an advanced topic Everyone on a team will share responsibility for the overall game and is expected to contribute equally to the code not required by a specific advanced topic Everyone on a team is expected to contribute equally to any art and story development required by the game 13

14 Course schedule First 2 weeks: Standard lectures 3rd week: Game proposals Next ~3 weeks: Standard lectures Midterm Next ~1 week: Standard lectures Remainder of the term: Advanced topic presentations 14

15 Grading 5% Participation 5% Game pitch 25% Midterm exam 5% Management week Did the game successfully build with noticeable improvement upon past week when it was your turn to integrate changes? 25% Advanced topic presentation Clear description of difficulties encountered and solutions developed Covers sufficient depth within chosen challenge 35% Final game 15

16 Advanced topic presentations 45 minute talk produced and given by all subteam members 15 minutes for dedicated questions Ensures that everyone has the freedom to explore an advanced topic of their choice, but will also learn about all of the advanced topics covered in the course 16

17 Video game design: World

18 Video game design: World

19 Video game design: World

20 Video game design: World

21 Video game design: World

22 Video game design: World

23 Video game design: World

24 Metroid 24

25 Metroid 25

26 Metroid 26

27 Consider the following two screenshots 27

28 Consider the following two enemies 28

29 The NES Ricoh 2A03 8-bit 2 KB of onboard RAM Could be increased by up to 1MB by a cartridge Output at 256x240 pixels Supported 48 colors and 6 shades of gray Could only render 25 different colors at a time, though Could display up to 64 sprites at a time 29

30 Can it run Crysis? Minimum requirements: Pentium 4 2.8GHz / Athlon XP GB RAM GeForce 7600 GT 256MB / Radeon 9800 Pro Recommended: Core 2 Duo E GHz / Athlon 64 X2 Dual Core GB RAM GeForce 8800 GS / Radeon HD 3850 Made huge advances in graphics and physics Was only playable on top of the line hardware 30

31 Who is this 31

32 Consider all of these points when coming up with a pitch for a game to build as a team over the course of the term. 32

Game Engine Programming

Game Engine Programming Game Engine Programming GMT Master Program Utrecht University Dr. Nicolas Pronost Course code: INFOMGEP Credits: 7.5 ECTS Lecture #16 Final lecture The final assignment Submit your assignment 4 by Thursday

More information

SPACEYARD SCRAPPERS 2-D GAME DESIGN DOCUMENT

SPACEYARD SCRAPPERS 2-D GAME DESIGN DOCUMENT SPACEYARD SCRAPPERS 2-D GAME DESIGN DOCUMENT Abstract This game design document describes the details for a Vertical Scrolling Shoot em up (AKA shump or STG) video game that will be based around concepts

More information

Drivers for amd 64 processor Drivers for amd 64 processor 3700.zip

Drivers for amd 64 processor Drivers for amd 64 processor 3700.zip Drivers for amd 64 processor 3700 Drivers for amd 64 processor 3700.zip Download Now - driver updating utility for official AMD hardware drivers. Scan your PC for the missing AMD Athlon(tm) 64 Processor

More information

SUPER-COLLOSAL TITAN WARFARE

SUPER-COLLOSAL TITAN WARFARE Lokaverkefni 2017 Háskólinn í Reykjavík SUPER-COLLOSAL TITAN WARFARE user manual Hermann Ingi Ragnarsson Jón Böðvarsson Örn Orri Ólafsson table of Contents 1. System Requirements...3 Minimum System Requirements...

More information

ME 487 Mechatronics. Office: JH 515, Tel.: (505)

ME 487 Mechatronics. Office: JH 515,   Tel.: (505) ME 487 Mechatronics Instructor: Assistant: Dr. Ou Ma Office: JH 515, Email: oma@nmsu.edu Tel.: (505)646-6534 Xiumin Diao (Ph.D. student) Office: JH 608, Email: xiumin@nmsu.edu Tel.: (505)646-6544 Dept.

More information

introduction to the course course structure topics

introduction to the course course structure topics topics: introduction to the course brief overview of game programming how to learn a programming language sample environment: scratch to do instructor: cisc1110 introduction to computing using c++ gaming

More information

Andes Game Platform Porting

Andes Game Platform Porting Andes Game Platform Porting Andes Technology Architecture for Next-generation Digital Engines for SoC Outline Porting guide System Architecture Package dependency Game package details Performance issue

More information

Welcome to the Early Beta and Thank You for Your Continued Support!

Welcome to the Early Beta and Thank You for Your Continued Support! REFERENCE CARD Welcome to the Early Beta and Thank You for Your Continued Support! In addition to the information below, we ve recently added tutorial messages to the game. Remember to look for the in-game

More information

INTRODUCTION TO GAME AI

INTRODUCTION TO GAME AI CS 387: GAME AI INTRODUCTION TO GAME AI 3/31/2015 Instructor: Santiago Ontañón santi@cs.drexel.edu Class website: https://www.cs.drexel.edu/~santi/teaching/2015/cs387/intro.html CS 387 Focus: artificial

More information

Your First Step to Game Programming... Your First Step to Game Programming... Manual and Catalog Version 0.01

Your First Step to Game Programming... Your First Step to Game Programming... Manual and Catalog Version 0.01 Manual and Catalog 2010 Version 0.01 Contents Motive... 3 Objective of the Program... 3 Program Overview... 4 Certification and Accreditation... 4 Tuition and Fees... 5 How it works... 5 What it requires...

More information

A game by DRACULA S CAVE HOW TO PLAY

A game by DRACULA S CAVE HOW TO PLAY A game by DRACULA S CAVE HOW TO PLAY How to Play Lion Quest is a platforming game made by Dracula s Cave. Here s everything you may need to know for your adventure. [1] Getting started Installing the game

More information

Oil Rush user manual. Hardware Requirements. Minimal. Recommended

Oil Rush user manual. Hardware Requirements. Minimal. Recommended Oil Rush user manual Oil Rush is a real-time strategy game based on group control. It offers mechanics of a classical RTS combined with a Tower Defense genre: control the upgrade of production platforms

More information

Workplace Skills Assessment Program. Virtual Event V03 - Software Engineering Team Project Requirements Document.

Workplace Skills Assessment Program. Virtual Event V03 - Software Engineering Team Project Requirements Document. Workplace Skills Assessment Program Virtual Event V03 - Software Engineering Team 2018-2019 Project Requirements Document Page 1 of 19 LEGAL This document is copyright 2010-2019 Business Professionals

More information

AMERICAN UNIVERSITYOF BEIRUT FACULTY OF ENGINEERING AND ARCHITECTURE ELECTRICAL AND COMPUTER ENGINEERING DEPARTMENT

AMERICAN UNIVERSITYOF BEIRUT FACULTY OF ENGINEERING AND ARCHITECTURE ELECTRICAL AND COMPUTER ENGINEERING DEPARTMENT AMERICAN UNIVERSITYOF BEIRUT FACULTY OF ENGINEERING AND ARCHITECTURE ELECTRICAL AND COMPUTER ENGINEERING DEPARTMENT EECE 645 The UMTS Cellular System Course Syllabus Spring 2005 1. Instructor Name: Dr.

More information

Car Audio Games Pc Full Version Windows Xp

Car Audio Games Pc Full Version Windows Xp Car Audio Games Pc Full Version Windows Xp Midnight Racing 1.31: Very basic 3D street racing game. Midnight Racing is a basic 3D racing game where you take control of "supercharged" cars tearing. The sound

More information

CS510 \ Lecture Ariel Stolerman

CS510 \ Lecture Ariel Stolerman CS510 \ Lecture04 2012-10-15 1 Ariel Stolerman Administration Assignment 2: just a programming assignment. Midterm: posted by next week (5), will cover: o Lectures o Readings A midterm review sheet will

More information

INTRODUCTION TO GAME AI

INTRODUCTION TO GAME AI CS 387: GAME AI INTRODUCTION TO GAME AI 3/29/2016 Instructor: Santiago Ontañón santi@cs.drexel.edu Class website: https://www.cs.drexel.edu/~santi/teaching/2016/cs387/intro.html CS 387 Focus: artificial

More information

DIGF 6B21 Ubiquitous Computing

DIGF 6B21 Ubiquitous Computing DIGF 6B21 Ubiquitous Computing NUMBER OF CREDITS: 1.5 Day and Time: Tuesdays 18:30 21:30, beginning October 30th Location: Room 7301, 205 Richmond Professor: Nick Puckett Email: npuckett@faculty.ocadu.ca

More information

Line 6 GearBox Version 2.0 Release Notes

Line 6 GearBox Version 2.0 Release Notes Line 6 GearBox Version 2.0 Release Notes System Requirements... 1 Supported Line 6 Hardware... 1 Windows System Requirements... 1 Mac System Requirements... 1 What s New in GearBox 2.0... 2 Key new features...

More information

REFERENCE CARD. Welcome to the Early Beta and Thank You for Your Continued Support!

REFERENCE CARD. Welcome to the Early Beta and Thank You for Your Continued Support! REFERENCE CARD Welcome to the Early Beta and Thank You for Your Continued Support! As we get further into development, we will, of course, have tutorials explaining all of Wasteland 2 s features, but for

More information

COS Lecture 1 Autonomous Robot Navigation

COS Lecture 1 Autonomous Robot Navigation COS 495 - Lecture 1 Autonomous Robot Navigation Instructor: Chris Clark Semester: Fall 2011 1 Figures courtesy of Siegwart & Nourbakhsh Introduction Education B.Sc.Eng Engineering Phyics, Queen s University

More information

CS 354R: Computer Game Technology

CS 354R: Computer Game Technology CS 354R: Computer Game Technology http://www.cs.utexas.edu/~theshark/courses/cs354r/ Fall 2017 Instructor and TAs Instructor: Sarah Abraham theshark@cs.utexas.edu GDC 5.420 Office Hours: MW4:00-6:00pm

More information

UCLA School of Theater, Film and Television FTV 183: Film and Television Development

UCLA School of Theater, Film and Television FTV 183: Film and Television Development UCLA School of Theater, Film and Television FTV 183: Film and Television Development Instructor: Alex Franklin Email: alexfranklin@ucla.edu Daytime Phone: 310-458-7800 Office hours: by appointment Course

More information

ECE 498 Linux Assembly Language Lecture 8

ECE 498 Linux Assembly Language Lecture 8 ECE 498 Linux Assembly Language Lecture 8 Vince Weaver http://www.eece.maine.edu/ vweaver vincent.weaver@maine.edu 11 December 2012 Video Game Programming My personal gateway into assembly programming

More information

DESKTOP APPLICATION FOR RED-GREEN COLOR BLINDNESS. Mahendra Sunt Servanda Informatics Engineering Supervisor: Dr.

DESKTOP APPLICATION FOR RED-GREEN COLOR BLINDNESS. Mahendra Sunt Servanda Informatics Engineering Supervisor: Dr. DESKTOP APPLICATION FOR RED-GREEN COLOR BLINDNESS Mahendra Sunt Servanda 54411250 Informatics Engineering Supervisor: Dr. Yuhilza Hanum INTRODUCTION Background Image and colors now have important role

More information

Liu Yang, Bong-Joo Jang, Sanghun Lim, Ki-Chang Kwon, Suk-Hwan Lee, Ki-Ryong Kwon 1. INTRODUCTION

Liu Yang, Bong-Joo Jang, Sanghun Lim, Ki-Chang Kwon, Suk-Hwan Lee, Ki-Ryong Kwon 1. INTRODUCTION Liu Yang, Bong-Joo Jang, Sanghun Lim, Ki-Chang Kwon, Suk-Hwan Lee, Ki-Ryong Kwon 1. INTRODUCTION 2. RELATED WORKS 3. PROPOSED WEATHER RADAR IMAGING BASED ON CUDA 3.1 Weather radar image format and generation

More information

Free total overdose 2 game. Free total overdose 2 game.zip

Free total overdose 2 game. Free total overdose 2 game.zip Free total overdose 2 game Free total overdose 2 game.zip Total Overdose 2: Play free online games includes funny, girl, boy, racing, shooting games and much more. Whatever game you are searching for,

More information

Quilted PhotographyTM

Quilted PhotographyTM Color Value Swatch Form Quilted PhotographyTM Learn How To Make Art Quilts The Easy Way! Tammie Bowser Bowser Publications / Mosaic Quilt Studio South Pasadena, California Photocopy/Color Value Swatch

More information

Desktop Processor Roadmap

Desktop Processor Roadmap Solution Provider Accounts October 2007 Contents Updates since September 2007 Roadmaps & Longevity Core Roadmap New Desktop Model Numbers Model Roadmap & Longevity Model Compare Points Schedules Infrastructure

More information

Ortelia Set Designer User Manual

Ortelia Set Designer User Manual Ortelia Set Designer User Manual http://ortelia.com 1 Table of Contents Introducing Ortelia Set Designer...3 System Requirements...4 1. Operating system:... 4 2. Hardware:... 4 Minimum Graphics card specification...4

More information

CSSE220 BomberMan programming assignment Team Project

CSSE220 BomberMan programming assignment Team Project CSSE220 BomberMan programming assignment Team Project You will write a game that is patterned off the 1980 s BomberMan game. You can find a description of the game, and much more information here: http://strategywiki.org/wiki/bomberman

More information

2/6/2006 Team #7: Pez Project: Empty Clip Members: Alan Witkowski, Steve Huff, Thos Swallow, Travis Cooper Document: SRS

2/6/2006 Team #7: Pez Project: Empty Clip Members: Alan Witkowski, Steve Huff, Thos Swallow, Travis Cooper Document: SRS 2/6/2006 Team #7: Pez Project: Empty Clip Members: Alan Witkowski, Steve Huff, Thos Swallow, Travis Cooper Document: SRS 1. Introduction Purpose of this section: General background and reference information

More information

EE4800 CMOS Digital IC Design & Analysis. Lecture 1 Introduction Zhuo Feng

EE4800 CMOS Digital IC Design & Analysis. Lecture 1 Introduction Zhuo Feng EE4800 CMOS Digital IC Design & Analysis Lecture 1 Introduction Zhuo Feng 1.1 Prof. Zhuo Feng Office: EERC 730 Phone: 487-3116 Email: zhuofeng@mtu.edu Class Website http://www.ece.mtu.edu/~zhuofeng/ee4800fall2010.html

More information

System Requirements...2. Installation...2. Main Menu...3. New Features...4. Game Controls...8. WARRANTY...inside front cover

System Requirements...2. Installation...2. Main Menu...3. New Features...4. Game Controls...8. WARRANTY...inside front cover TABLE OF CONTENTS This manual provides details for the new features, installing and basic setup only; please refer to the original Heroes of Might and Magic V manual for more details. GETTING STARTED System

More information

DiMAGE SCAN ELITE 5400 II

DiMAGE SCAN ELITE 5400 II DiMAGE SCAN ELITE 5400 II New scanner delivers 42.2 megapixels and features a new Film Expert Algorithm for improved color reproduction of negative film, and Digital ICE 4 and Pixel Polish for automatic

More information

FREQUENTLY ASKED QUESTIONS

FREQUENTLY ASKED QUESTIONS FREQUENTLY ASKED QUESTIONS TABLE OF CONTENTS ABOUT STRATEGY AND COMMUNITY SUPPORT GAMEPLAY STEAM EARLY ACCESS LANGUAGES MISCELLANEOUS 3 5 5 6 9 10 10 Axis & Allies Online FAQ TABLE OF CONTENTS 2 ABOUT

More information

Installation & User Manual Micro-Image Capture 7

Installation & User Manual Micro-Image Capture 7 Installation & User Manual Micro-Image Capture 7 Ver1.2016 Product Warranty Quality Assurance Every Micro-Image Capture system passes quality assurance tests including focus, resolution quality and mechanical

More information

The new Konica Minolta DiMAGE Scan Dual IV film scanner

The new Konica Minolta DiMAGE Scan Dual IV film scanner The new Konica Minolta DiMAGE Scan Dual IV film scanner Mississauga, Ontario, January 7 th, 2004: Konica Minolta Camera, Inc. introduces the DiMAGE Scan Dual IV film scanner as a successor model of their

More information

Gta Iv Pc Manual Game Full Version Windows 7

Gta Iv Pc Manual Game Full Version Windows 7 Gta Iv Pc Manual Game Full Version Windows 7 Question: Where can I download the latest version of Games for Windows-LIVE? Answer: Grand Theft Auto IV PC requires the installation of Microsoft's Games.

More information

G54GAM Coursework 2 & 3

G54GAM Coursework 2 & 3 G54GAM Coursework 2 & 3 Summary You are required to design and prototype a computer game. This coursework consists of two parts describing and documenting the design of your game (coursework 2) and developing

More information

Foundations of Interactive Game Design (80K) week one, lecture one

Foundations of Interactive Game Design (80K) week one, lecture one Foundations of Interactive Game Design (80K) week one, lecture one Introductions TAs, reader/tutors, faculty If you want to add this class As of today, four of six sections had space most space in Thursday

More information

Advances in Human!!!!! Computer Interaction

Advances in Human!!!!! Computer Interaction Advances in Human!!!!! Computer Interaction Seminar WS 07/08 - AI Group, Chair Prof. Wahlster Patrick Gebhard gebhard@dfki.de Michael Kipp kipp@dfki.de Martin Rumpler rumpler@dfki.de Michael Schmitz schmitz@cs.uni-sb.de

More information

Rocksmith PC Configuration and FAQ

Rocksmith PC Configuration and FAQ Rocksmith PC Configuration and FAQ September 27, 2012 Contents: Rocksmith Minimum Specs Audio Device Configuration Rocksmith Audio Configuration Rocksmith Audio Configuration (Advanced Mode) Rocksmith

More information

EECS 270 Schedule and Syllabus for Fall 2011 Designed by Prof. Pinaki Mazumder

EECS 270 Schedule and Syllabus for Fall 2011 Designed by Prof. Pinaki Mazumder EECS 270 Schedule and Syllabus for Fall 2011 Designed by Prof. Pinaki Mazumder Week Day Date Lec No. Lecture Topic Textbook Sec Course-pack HW (Due Date) Lab (Start Date) 1 W 7-Sep 1 Course Overview, Number

More information

User Guide / Rules (v1.6)

User Guide / Rules (v1.6) BLACKJACK MULTI HAND User Guide / Rules (v1.6) 1. OVERVIEW You play our Blackjack game against a dealer. The dealer has eight decks of cards, all mixed together. The purpose of Blackjack is to have a hand

More information

School of Digital Media Arts Photography GM300BB

School of Digital Media Arts Photography GM300BB Washtenaw Community College Don Werthmann School of Digital Media Arts Photography GM300BB 973-3586 http://courses.wccnet.edu/~donw donw@wccnet.edu What is a Digital Image? Any digital image is composed

More information

Game Artificial Intelligence ( CS 4731/7632 )

Game Artificial Intelligence ( CS 4731/7632 ) Game Artificial Intelligence ( CS 4731/7632 ) Instructor: Stephen Lee-Urban http://www.cc.gatech.edu/~surban6/2018-gameai/ (soon) Piazza T-square What s this all about? Industry standard approaches to

More information

Retina 400 THE SIMPLE AND FLEXIBLE SOLUTION FOR HIGH DEFINITION RETINAL IMAGERY NON-MYDRIATIC RETINAL CAMERA C/D AUTO 60 H X 45 V LED. 2,2 mm.

Retina 400 THE SIMPLE AND FLEXIBLE SOLUTION FOR HIGH DEFINITION RETINAL IMAGERY NON-MYDRIATIC RETINAL CAMERA C/D AUTO 60 H X 45 V LED. 2,2 mm. Retina 400 THE SIMPLE AND FLEXIBLE SOLUTION FOR HIGH DEFINITION RETINAL IMAGERY Retina 400 NON-MYDRIATIC RETINAL CAMERA 60 H X 45 V 2,2 mm LED C/D AUTO Auto Cup-to-disc 5 MP photo THE SIMPLE AND FLEXIBLE

More information

Programming of Graphics

Programming of Graphics Peter Mileff PhD Programming of Graphics Brief history of computer platforms University of Miskolc Department of Information Technology 1960 1969 The first true computer game appeared: Spacewar! was programmed

More information

Output Model. Coordinate Systems. A picture is worth a thousand words (and let s not forget about sound) Device coordinates Physical coordinates

Output Model. Coordinate Systems. A picture is worth a thousand words (and let s not forget about sound) Device coordinates Physical coordinates Output Model A picture is worth a thousand words (and let s not forget about sound) Coordinate Systems Device coordinates Physical coordinates 1 Device Coordinates Most natural units for the output device

More information

SE311: Design of Digital Systems Lecture 1: Introduction to Digital Systems

SE311: Design of Digital Systems Lecture 1: Introduction to Digital Systems SE311: Design of Digital Systems Lecture 1: Introduction to Digital Systems Dr. Samir Al-Amer (Term 041) SE311_Lec1 (c) 2004 AL-AMER ١ Design of Digital Systems Grading policy Course Outlines Introduction

More information

The new Minolta DiMAGE Scan Elite 5400 film scanner

The new Minolta DiMAGE Scan Elite 5400 film scanner The new Minolta DiMAGE Scan Elite 5400 film scanner Osaka, Japan, April 8 th, 2003: The DiMAGE Scan Elite 5400 offers professional quality scans for those new to scanning and image processing. Minolta

More information

ECE 241 Digital Systems. Basic Information

ECE 241 Digital Systems. Basic Information ECE 241 Digital Systems Fall 2013 J. Anderson, P. Chow, K. Truong, B. Wang Basic Information Instructors and Lecture Information Section 1 2 3 4 Instructor Jason Anderson Kevin Truong Paul Chow Belinda

More information

CS Game Programming, Fall 2014

CS Game Programming, Fall 2014 CS 38101 Game Programming, Fall 2014 Recommended Text Learn Unity 4 for ios Game Development, Philip Chu, 2013, Apress, ISBN-13 (pbk): 978-1-4302-4875-0 ISBN-13 (electronic): 978-1-4302-4876-7, www.apress.com.

More information

Assignments: Three assignments and a final project related to hands on camera operation.

Assignments: Three assignments and a final project related to hands on camera operation. Prof. Kelly Carr e-mail: kc47@georgetown.edu (202) 687-7010 art department office Photography 1 Summer 2017 ARTS 130.20 M-R 10:45 AM 12:45 PM Office Hours By Appointment Course Objective: An introduction

More information

Department of Planning, Policy, and Design University of California, Irvine U282 URBAN DESIGN STUDIO FOR PLANNERS: AN INTRODUCTION

Department of Planning, Policy, and Design University of California, Irvine U282 URBAN DESIGN STUDIO FOR PLANNERS: AN INTRODUCTION Department of Planning, Policy, and Design University of California, Irvine U282 URBAN DESIGN STUDIO FOR PLANNERS: AN INTRODUCTION INTRODUCTION PHOTOGRAPHS OF STUDENT PROJECTS This course is organized

More information

Windows INSTRUCTION MANUAL

Windows INSTRUCTION MANUAL Windows E INSTRUCTION MANUAL Contents About This Manual... 3 Main Features and Structure... 4 Operation Flow... 5 System Requirements... 8 Supported Image Formats... 8 1 Installing the Software... 1-1

More information

Unit 12: Artificial Intelligence CS 101, Fall 2018

Unit 12: Artificial Intelligence CS 101, Fall 2018 Unit 12: Artificial Intelligence CS 101, Fall 2018 Learning Objectives After completing this unit, you should be able to: Explain the difference between procedural and declarative knowledge. Describe the

More information

Electronic Circuits for Mechatronics ELCT609 Lecture 1: Introduction

Electronic Circuits for Mechatronics ELCT609 Lecture 1: Introduction Electronic Circuits for Mechatronics ELCT609 Lecture 1: Introduction Assistant Professor Office: C3.315 E-mail: eman.azab@guc.edu.eg 1 Course Team Contact Information Lecturer Teaching Assistants E-mail:

More information

Overwatch Digital Schoolhouse Esports Tournament.

Overwatch Digital Schoolhouse Esports Tournament. Terms & Conditions. Overwatch Digital Schoolhouse Esports Tournament. Please read these Terms and Conditions ( Terms, Terms and Conditions ) carefully before participating in the Overwatch Digital Schoolhouse

More information

Building a Personal Portfolio in Blackboard UK SLIS

Building a Personal Portfolio in Blackboard UK SLIS Building a Personal Portfolio in Blackboard Creating a New Personal Portfolio UK SLIS 1. Enter the Blackboard Course, and select Portfolios Homepage in the Course Menu. 2. In the Portfolios page, you will

More information

CAPSTONE PROJECT 1.A: OVERVIEW. Purpose

CAPSTONE PROJECT 1.A: OVERVIEW. Purpose CAPSTONE PROJECT CAPSTONE PROJECT 1.A: Overview 1.B: Submission Requirements 1.C: Milestones 1.D: Final Deliverables 1.E: Dependencies 1.F: Task Breakdowns 1.G: Timeline 1.H: Standards Alignment 1.I: Assessment

More information

GALACTIC COMMAND ECHO SQUAD SECOND EDITION (PC) Product Info 3000AD Inc, 2007

GALACTIC COMMAND ECHO SQUAD SECOND EDITION (PC) Product Info 3000AD Inc, 2007 GALACTIC COMMAND ECHO SQUAD SECOND EDITION (PC) Product Info 3000AD Inc, 2007 NOTICES The program, GALACTIC COMMAND ECHO SQUAD second edition ("software"), all copyrights trademarks and all other intellectual

More information

go1984 Performance Optimization

go1984 Performance Optimization go1984 Performance Optimization Date: October 2007 Based on go1984 version 3.7.0.1 go1984 Performance Optimization http://www.go1984.com Alfred-Mozer-Str. 42 D-48527 Nordhorn Germany Telephone: +49 (0)5921

More information

The Next Generation of Gaming Consoles

The Next Generation of Gaming Consoles The Next Generation of Gaming Consoles History of the Last Gen Sony had the #1 Console (PS2), was also the oldest and weakest, but had strong developer support Newcomer, Microsoft X-Box, attracted more

More information

Christan Grant and Andrew H. Fagg: CS

Christan Grant and Andrew H. Fagg: CS Christan Grant and Andrew H. Fagg: CS 3113 1 How to find the Instructors Dr. Christan Grant DEH 234 cgrant@ou Dr. Andrew H. Fagg DEH 243 andrewhfagg@gmail Office hours are still to be announced Appointments

More information

EPILEPSY WARNING 2 ALPHA. Precautions During Use THE NEXT EVOLUTION OF THE ARMA SERIES - THE ARMA 3 ALPHA!

EPILEPSY WARNING 2 ALPHA. Precautions During Use THE NEXT EVOLUTION OF THE ARMA SERIES - THE ARMA 3 ALPHA! EPILEPSY WARNING Please read before using this game or allowing your children to use it. Some people are susceptible to epileptic seizures or loss of consciousness when exposed to certain flashing lights

More information

Office: Room 517 (Bechtel) Office Hours: MWF 10 : :00 and by appointment (send ) Extension: 3538

Office: Room 517 (Bechtel) Office Hours: MWF 10 : :00 and by appointment (send  ) Extension: 3538 American University of Beirut Department of Electrical and Computer Engineering EECE 450 Computer Networks Spring 2004 Course Syllabus Catalog Description Data communications. Network architectures. Error

More information

AirMagnet Spectrum XT

AirMagnet Spectrum XT AirMagnet Spectrum XT AirMagnet Spectrum XT is the industry s first professional spectrum analyzer solution that combines in-depth RF analysis with real-time WLAN information for quicker and more accurate

More information

Lecture 1. Introduction

Lecture 1. Introduction Lecture 1. Introduction What is this course about? Logistics Questionnaire Prof. Yao Xie, ISyE 2028, Basic Statistical Methods, Georgia Tech Where you have seen statistics? Application fields of statistics

More information

Instructions Board Game For Pc Windows Xp Full Version Action

Instructions Board Game For Pc Windows Xp Full Version Action Instructions Board Game For Pc Windows Xp Full Version Action This game features 80 different board sets! C. Download Free Full Version PC Game Mahjong Revealed XP, Vista or Windows 7 Operating system.

More information

A r t s : D r a w i n g - I C l a s s M e e t i n g s : F 1 0 : : 3 0 pm I n s t r u c t o r : J u l i a L a m b r i g h t

A r t s : D r a w i n g - I C l a s s M e e t i n g s : F 1 0 : : 3 0 pm I n s t r u c t o r : J u l i a L a m b r i g h t A r t s 1 0 6 : D r a w i n g - I C l a s s M e e t i n g s : F 1 0 : 3 0-3 : 3 0 pm I n s t r u c t o r : J u l i a L a m b r i g h t E m a i l : j u l i a 1 2 3 @ u n m. e d u, * j u l i a l a m b r

More information

CS 1571 Introduction to AI Lecture 12. Adversarial search. CS 1571 Intro to AI. Announcements

CS 1571 Introduction to AI Lecture 12. Adversarial search. CS 1571 Intro to AI. Announcements CS 171 Introduction to AI Lecture 1 Adversarial search Milos Hauskrecht milos@cs.pitt.edu 39 Sennott Square Announcements Homework assignment is out Programming and experiments Simulated annealing + Genetic

More information

Cedarville University Little Blue

Cedarville University Little Blue Cedarville University Little Blue IGVC Robot Design Report June 2004 Team Members: Silas Gibbs Kenny Keslar Tim Linden Jonathan Struebel Faculty Advisor: Dr. Clint Kohl Table of Contents 1. Introduction...

More information

International Telecommunication Union

International Telecommunication Union International Telecommunication Union i ITU Advanced Spectrum Management System The ITU Telecommunication Development Bureau (ITU-BDT) has made available a computer program to assist the Administrations

More information

12 Final Projects. Steve Marschner CS5625 Spring 2016

12 Final Projects. Steve Marschner CS5625 Spring 2016 12 Final Projects Steve Marschner CS5625 Spring 2016 Final project ground rules Group size: 2 to 5 students choose your own groups expected scope is larger with more people Charter: make a simple game

More information

Multiplayer Game Design and Development CSC 631/831. Lecture 1 Spring 2016

Multiplayer Game Design and Development CSC 631/831. Lecture 1 Spring 2016 Multiplayer Game Design and Development CSC 631/831 Lecture 1 Spring 2016 Course bjective 2 The whole class works together to build a working Multiplayer nline game, from design through development to

More information

Stress-free 3-Dimensional Software that sells more Kitchens, Bedrooms and Bathrooms

Stress-free 3-Dimensional Software that sells more Kitchens, Bedrooms and Bathrooms Stress-free 3-Dimensional Software that sells more Kitchens, Bedrooms and Bathrooms Introduction You could sell more Kitchens, Bedrooms and Bathrooms when you create designs with VR 3D Design Software

More information

CS 102: Big Data Tools and Techniques Discoveries and Pitfalls. Spring 2018

CS 102: Big Data Tools and Techniques Discoveries and Pitfalls. Spring 2018 CS 102: Big Data Tools and Techniques Discoveries and Pitfalls Spring 2018 What s This Course About? Aimed at non-cs undergraduate and graduate students who want to learn the basics of big data tools and

More information

For Students: Review and Renew your Accommodations Letter

For Students: Review and Renew your Accommodations Letter For Students: Review and Renew your Accommodations Letter The following are instructions on how to review and renew your Accommodation Letters. It is important to know that you need to generate your letter

More information

Console Architecture 1

Console Architecture 1 Console Architecture 1 Overview What is a console? Console components Differences between consoles and PCs Benefits of console development The development environment Console game design PS3 in detail

More information

Perspective platforms for BOINC distributed computing network

Perspective platforms for BOINC distributed computing network Perspective platforms for BOINC distributed computing network Vitalii Koshura Lohika Odessa, Ukraine lestat.de.lionkur@gmail.com Profile page: https://www.linkedin.com/in/aenbleidd/ Abstract This paper

More information

Windows. DxO Optics Pro v8.5 Release notes. System requirements

Windows. DxO Optics Pro v8.5 Release notes. System requirements DxO Optics Pro v8.5 Release notes Windows System requirements Processor: o Minimum: Intel Core 2 Duo, AMD Athlon 64 X2 or higher. o Recommended: Intel Core i5, AMD Phenom II X4 or higher. RAM: o Minimum:

More information

Table of Contents R.C. Cars Main Menu Single Race Ghost Race Championship Multiplayer

Table of Contents R.C. Cars Main Menu Single Race Ghost Race Championship Multiplayer 2006 1C Company. Developed by Creat Studio. All rights reserved. Music by 2006 Master and 2006 Deadushki. All rights reserved. Other products and company names mentioned herein are trademarks of their

More information

J316 Introduction to Photographic Communication

J316 Introduction to Photographic Communication J316 Introduction to Photographic Communication Fall 2010 Instructor: Dennis Carlyle Darling Office 5.150.C / Phone 471-1973 E-Mail: d.darling@mail.utexas.edu Learning Objectives: The objectives of this

More information

Fall Semester 2017 JTC 335 Digital Photography Section 2 Department of Journalism and Media Communication Colorado State University

Fall Semester 2017 JTC 335 Digital Photography Section 2 Department of Journalism and Media Communication Colorado State University Fall Semester 2017 JTC 335 Digital Photography Section 2 Department of Journalism and Media Communication Colorado State University Instructor for Section 2 Dr. Pete Seel Office Clark C-205 Phone (970)

More information

II. Color Policies. ChromaBlast-R Setup & Print Guide Printing an Image With The. ChromaBlast-R Ricoh GX7000 System Requirements

II. Color Policies. ChromaBlast-R Setup & Print Guide Printing an Image With The. ChromaBlast-R Ricoh GX7000 System Requirements ChromaBlast-R Setup & Print Guide Printing an Image With The Ricoh Aficio gx7000 gelsprinter I. Make sure your system has the minimum specified requirements. II. Set Color Policies In CorelDraw versions

More information

Digital Gaming and Simulation Course Syllabus GAME Project Development I

Digital Gaming and Simulation Course Syllabus GAME Project Development I Digital Gaming and Simulation Course Syllabus GAME 2332 - Project Development I Semester with Course Reference Number (CRN) Instructor contact information (phone number and email address) Office Location

More information

Release Notes. Windows. v10.2

Release Notes. Windows. v10.2 Release Notes v10.2 Windows System requirements Intel Core 2 Duo, AMD Athlon 64 X2 or higher 4 GB of RAM (8 GB recommended) 2 GB of available disk space (6 GB recommended) Microsoft Windows 7 (64 bits),

More information

DESIGNING GAMES FOR NVIDIA GRID

DESIGNING GAMES FOR NVIDIA GRID DESIGNING GAMES FOR NVIDIA GRID BEST PRACTICES GUIDE Eric Young, DevTech Engineering Manager for GRID AGENDA Onboard Games on to NVIDIA GRID GamePad Support! Configurable Game Settings Optimizing your

More information

Syllabus (2019-Summer)

Syllabus (2019-Summer) Syllabus (2019-Summer) Course Title Department/ Major Making Korean Traditional Paper and Stamp Department of Fine Art / Korean Painting Course No. Credit/H ours Class Time/ Classroom Instructor Name:

More information

Communication Microelectronics ELCT508 (W17) Lecture 1: Introduction Dr. Eman Azab Assistant Professor Office: C

Communication Microelectronics ELCT508 (W17) Lecture 1: Introduction Dr. Eman Azab Assistant Professor Office: C Communication Microelectronics ELCT508 (W17) Lecture 1: Introduction Assistant Professor Office: C3.315 E-mail: eman.azab@guc.edu.eg 1 Course Team Lecturer Teaching Assistants Contact Information E-mail:

More information

Call Of Duty 4 Multiplayer Guide Pc Mac Full Version

Call Of Duty 4 Multiplayer Guide Pc Mac Full Version Call Of Duty 4 Multiplayer Guide Pc Mac Full Version call of duty 4 free download - Call of Duty 4 Modern Warfare: Fast-paced, modern All software, Windows, Mac, Web Apps, Android, iphone, Windows Phone

More information

Communications and New Media Title: Writing for Media Catalog Number: CNMS Credit Hours: 3 Total Contact Hours: 45

Communications and New Media Title: Writing for Media Catalog Number: CNMS Credit Hours: 3 Total Contact Hours: 45 ! South Portland, Maine 04106 Communications and New Media Title: Writing for Media Catalog Number: CNMS-125 01 Credit Hours: 3 Total Contact Hours: 45 Lecture (or Lab): Room HILDM-102 Instructor: Huey

More information

MAKEBOT ACADEMY FRANCHISE MODEL

MAKEBOT ACADEMY FRANCHISE MODEL MAKEBOT ACADEMY FRANCHISE MODEL About Makebot Makebot is an EduTech company exclusively working in the field of STEAM education which include robotics, artificial intelligence and Internet of things. Makebot

More information

WPF CHARTS PERFORMANCE BENCHMARK Page 1 / 16. February 18, 2013

WPF CHARTS PERFORMANCE BENCHMARK Page 1 / 16. February 18, 2013 WPF CHARTS PERFORMANCE BENCHMARK Page 1 / 16 Test setup In this benchmark test, LightningChartUltimate for WPF s performance is compared to other WPF chart controls, which are marketed as high-performance

More information

Matthew Grossman Mentor: Rick Brownrigg

Matthew Grossman Mentor: Rick Brownrigg Matthew Grossman Mentor: Rick Brownrigg Outline What is a WMS? JOCL/OpenCL Wavelets Parallelization Implementation Results Conclusions What is a WMS? A mature and open standard to serve georeferenced imagery

More information

British Esports Championships. October /2019

British Esports Championships. October /2019 British Esports Championships October 2017 2018/2019 1 CONTENTS 3. Key info 5. Timeline 6. Games 7 Staff commitment 8. PC requirements 9. Extras 10. Benefits 11. Funding 12. Next steps 13. About Us 2 BRITISH

More information

Term 1 Assignment. Dates etc. project brief set: 20/11/2006 project tutorials: Assignment Weighting: 30% of coursework mark (15% of overall ES mark)

Term 1 Assignment. Dates etc. project brief set: 20/11/2006 project tutorials: Assignment Weighting: 30% of coursework mark (15% of overall ES mark) Term 1 Assignment Dates etc. project brief set: 20/11/2006 project tutorials: project deadline: in the workshop/tutorial slots 11/12/2006, 12 noon Assignment Weighting: 30% of coursework mark (15% of overall

More information

DESIGN REVIEW BOARD APPLICATION EXTERIOR PLAN / LANDSCAPE PLAN

DESIGN REVIEW BOARD APPLICATION EXTERIOR PLAN / LANDSCAPE PLAN 209 S. Main Street Marysville, Ohio 43040 Phone: (937) 645-7350 Fax: (937) 645-7351 www.marysvilleohio.org DESIGN REVIEW BOARD APPLICATION EXTERIOR PLAN / LANDSCAPE PLAN *** IMPORTANT INFORMATION Please

More information