Scribblenauts Producer Portfolio Assignment Game Analysis Christopher Schweitzer

Size: px
Start display at page:

Download "Scribblenauts Producer Portfolio Assignment Game Analysis Christopher Schweitzer"

Transcription

1 An Objective Analysis of the Production and Development By: Christopher Schweitzer ChrisInFIEA2013.com 1

2 Quick Synopsis Scribblenauts, in the simplest terms, is a puzzle game created and developed by 5 th Cell and published by Warner Bros. Interactive Entertainment for the Nintendo DS. It was released in September 2009 to great critical acclaim, with the help of multiple Best of Show awards from that year's E3 convention. The game revolves around Maxwell, who s main goal is to obtain the Starite from each level with the help of summoning objects. With 220 different levels, Maxwell and the player will be able to summon animals, people, vehicles, weapons, and many more objects to bring to life as they attempt to obtain the Starites. It is truly a game for everyone, as it challenges players to use their imagination and creativity to solve puzzles in an entirely new way said Samantha Ryan, Senior Vice President of Production and Development for Warner Bros. Interactive Entertainment. [1] How Production Started 5 th Cell first started production of Scribblenauts in What prompted development was the first royalty check received from Drawn to Life, which gave an opening to start a self-financed project. Also, 5 th Cell realized that every year from 2006 to 2008, hiring grew 14% [3], and needed a project otherwise the company would bleed cash while their new hires are not involved. Co-founder and Creative Director of 5 th Cell Jeremiah Slaczka, along with Co-founder and General Manager Joseph Tringali, wanted to create a title that would Compete with the Top Nintendo [DS] first-party titles such as Brain Age, Nintendogs, and WarioWare. [2] They have the direction that they want to move forward with, they just need the concept. The Benefit and Disadvantage of a Self-financing Their ideal goal was to self-finance development for the game (to a certain point) so that they were not under certain restrictions that are common to productions under publishing companies, to make a game our own way, not only with product design, but with control over our development process and planning. Most developers do not have the financial resources to self finance development, so they seek out publishers and make contracted deals. However, under these contracts, the development team needs to meet the purposed budget, be open to outside critiques, and meet hard scheduled build deadlines or risk losing funding. The disadvantage is that the risk is great that the small independent developers would not see a return on investment. This could be due to a poor concept that was not thought out fully with a comprehensive financial analysis, the production schedule is not being followed as strictly and will end up costing more, or the financial analysis was not correct and the ChrisInFIEA2013.com 2

3 funding is not there to finish the project. However, 5 th Cell understood that to be successful there has to be constant efforts to minimize risk. So, why did it work with Scribblenauts? Joseph Tringali said it the best For many reasons, Scribblenauts was un-publishable as a concept. [2] In order to effectively seek out publisher funding, a strong concept and schedule should be ready to present, with possibly an early demo or vertical slice to show proof of concept. 5 th Cell could not do this as it would be months before concepts took design and the working Objectnaut game engine was built. If they sought the funding at the beginning, then their creative process of iteration until happy [2] would have been limited by deadlines. 5 th Cell had the royalties from Drawn to Life to provide financing until a working build and an agreed game design was in place to then seek out a publisher. The risk was great, but the reward of a game built Objectnaut In order for Scribblenauts to performed as concept, a new engine would need to be created. The goal was always to have tens of thousand objects available for the user, but also to make them interact and function as that object. Marius Fahlbusch, 5 th Cell's Tech Director, came up with the idea to incorporate the object-oriented idea of data inheritance to give each object their properties. In objectoriented programming, the subclass inherits the properties and behaviors of the superclass. Using this idea, it is easier to create certain objects that inherit the properties associated with it. For example, a doctor is a subclass of humans, so a doctor inherits the properties associated with humans on top of the properties associated with just a doctor. Now if you expand that to the different object groups, and then add in behaviors such as flammability and aggressiveness, you can define movement for many different objects in a smaller capacity. This approach was ideal, as not only does it make adding objects easier by only having to define a limited number of properties since the rest are going to be inherited, it saves memory compared to the brute force attack of adding in each object separately and defining separately how each will interact. Using the Objectnaut framework, a group of 5 people in 6 months were able to map out a hierarchy of data for each object that would have taken a larger group years to produce without Objectnaut. [4] The negative drawback about this approach is that testing each object's properties interaction became impossible before release. While some testing was done, to test each property would have taken away from more important quality assurance such as level design playability or feature functionality. ChrisInFIEA2013.com 3

4 Game Controls One of the biggest issues that critics and users have found is the game controls with the stylus. The stylus is used to both interact with objects placed on the level and to move the protagonist on the screen. If you wanted to select an object, you would have to tap directly on the object because if you tap near the object, the game would recognize that as a command to move the protagonist to that destination. It's a problem when the object is a dinosaur and you are about to get eaten. According to Jospeh Tringali, the issue is the sensitivity of the stylus and something 5 th Cell was aware of when the game shipped We knew this was going to take a big hit from reviewers. [2] So if the issues was found, why wasn't it addressed before shipping? Tringali mentions a discussion about a secondary control with the D-pad midway through development, but it was not feasible It would have taken a single person 3-4 weeks to integrate it. [2] On the development schedule outlined, especially by self funded development, would have caused more issues, such as lack of complete object properties or not delivering on the concept promise, than solving the movement. Some filters were created and implemented to make sure that movement was not accidental, but there were only a few filters, not enough comprehensible to correct the issue. The development schedule did not allow for more time to implement more, as there were deadlines to be reached and more important issues to address. The problem comes to the concept design. The goal for Scribblenauts was to be a game that anyone could play. With that in mind, the control scheme of the stylus was approved The DS is a casual platform by design and allowing non-gamers the ease of use of a pencil-like system for a game targeted at everyone over a D-pad only scheme was overall the best choice. [2] This issue should have been solved while in pre-production. But, due to the unique concept and the creation of the Objectnaut engine, a vertical slice was not created until the midway point of development once the core functionality was implemented. This lack of a vertical slice until late into development meant that play testing and quality assurance could not be performed until after scheduled deadlines were approved. Adjusting deadlines would have caused more issues as the self funded project by this time was bleeding money and on strict constraints. ChrisInFIEA2013.com 4

5 Localization For a game based on objects with names, localization becomes not only important but a part of the production instead of post-production contracted work. Scribblenauts does a fantastic job by shipping with English, French, Spanish, Brazilian, Portuguese, German, Italian, Dutch, U.K. - English, Danish, Finish, Swedish and Norwegian. [1] Localization was planned from the start for a worldwide release. It was built into the Objectnaut engine as another property to define an object. 5 th Cell relied on a custom tool that pulls text from.txt strings and exported to Microsoft Excel, which would then be sent to the localizers. [2] A problem is that this custom tool was used for in game text, such as the hint system and tutorials. This tool did not account for the dictionary of objects, as that was a separate system. A separate dictionary would have to be created for each language. This process was an undertaking due to the tens of thousands objects strong dictionaries. However, 5 th Cell found problems for localization when it came to homonyms, words that are spelled the same but have different meanings. Joseph Tringali mentioned three different issues arose, character length, lack of communication with localization team, dictionaries with the same multiple word and descriptions. As mentioned, localization was planned since the beginning, but these three issues originated during mid production. While character length issue is addressed rather quickly with changing to smaller font for longer words, the lack of communication was the developers responsibility. Because it was not explained well enough, the localization team made a different word as an alternate for homonyms. This caused a late in development resulted in an unplanned but highly necessary scrubbing of the entire word list in every language. [2] This issue might not have happened if communication was better between teams, which might have allowed for another feature to be implemented instead of allocating time to scrubbing the word list. Reception The reception for Scribblenauts was impressive. At the 2009 E3 conference, Scribblenauts became the first hand held game to win Best of Show as well as winning over 40 different awards. This was accomplished by the publisher's marketing team promoting the game and then word of mouth at the conference. When 5 th Cell signed with Warner Bros. Interactive Entertainment, a contractual promise for promotion was made, which included traditional and retail marketing with prominent signage at E3. The great reception at E3 carried over into sales, as Scribblenauts sold almost 200,000 units in September in the US, and continued to show strong sales through the holiday. By February ChrisInFIEA2013.com 5

6 2010, it had sold over one million units worldwide. It was the 5 th best-selling DS game for 2009 and the 1 st best selling 3 rd party game on the DS. [5] This positive reception guaranteed a sequel were to be made. Super Scribblenauts went into production shortly thereafter, where it addressed many of the flawed features from Scribblenauts. Such improvements included a new control scheme, multi-layered hints, a new dynamic merit system, and a progress tracking system. Conclusion Scribblenauts took a huge step for not only hand held gaming, but for Emergent Gameplay as well. The ability to create objects is part of what makes customizable content so appealing to everyone, evoking that open-ended play level of imagination. It was a risky proposition from the beginning using the developers own funding to create what could have ended up a disaster if not for the strong concept design. The iteration development style ensured that the gameplay would live up to the strong expectations of 5 th Cell, and the amazing reception only proved the effort was not in vain. According to Joseph Tringali, The key has been to create, not imitate. [2] ChrisInFIEA2013.com 6

7 References 1. Warner Bros. Interactive Entertainment Rolls with Scribblenauts for Nintendo DS. Entertainment Close Up (2009). ABI/INFORM. Retrieved "Postmortem: Scribblenauts". Game Developer Magazine. November Retrieved Game Studio 5 th Cell Creates Imaginative Fun. Dudley, Brier. Tribune Business News. September 03, ABI/INFORM. Retrieved "5 People Spent 6 Months Researching Words For Scribblenauts". Klepek, Patrick G4 TV. Retrieved "Warner Bros. Interactive Entertainment Announces Scribblenauts Sells In More Than One Million Units Worldwide". BusinessWire Retrieved Thank you for reading. Please visit the website for more reasons why I should be considered for FIEA enrollment. ChrisInFIEA2013.com 7

Seaman Risk List. Seaman Risk Mitigation. Miles Von Schriltz. Risk # 2: We may not be able to get the game to recognize voice commands accurately.

Seaman Risk List. Seaman Risk Mitigation. Miles Von Schriltz. Risk # 2: We may not be able to get the game to recognize voice commands accurately. Seaman Risk List Risk # 1: Taking care of Seaman may not be as fun as we think. Risk # 2: We may not be able to get the game to recognize voice commands accurately. Risk # 3: We might not have enough time

More information

Gaming. Everyone s a. Gamer!

Gaming. Everyone s a. Gamer! Gaming Everyone s a Gamer! The gaming industry in India is growing at a CAGR of over 70 per cent and is expected to touch the half-a-billion-dollar mark in just two years, says Dipta Joshi. 50 Gaming is

More information

IMGD 1001: The Game Industry

IMGD 1001: The Game Industry IMGD 1001: The Game Industry Robert W. Lindeman Associate Professor Department of Computer Science Worcester Polytechnic Institute gogo@wpi.edu Hit-Driven Entertainment Games are emotional, escapist, fantasyfulfilling,

More information

About Creative Assembly

About Creative Assembly Report (2500) Words Introduction Creative Assembly is a Multiple award-winning BAFTA British video game developer who have created successful triple A game titles. This report is designed to give a clear

More information

Attention Small Business Owners: In The Next 3 Minutes Youll Discover The Big Business Direct Marketing Secret To Selling More While Paying Less!

Attention Small Business Owners: In The Next 3 Minutes Youll Discover The Big Business Direct Marketing Secret To Selling More While Paying Less! Copywriter: Mary Guinane McNamara Client: Copywriters & More Project: Website Sales Letter Attention Small Business Owners: In The Next 3 Minutes Youll Discover The Big Business Direct Marketing Secret

More information

We're excited to announce that the next JAFX Trading Competition will soon be live!

We're excited to announce that the next JAFX Trading Competition will soon be live! COMPETITION Competition Swipe - Version #1 Title: Know Your Way Around a Forex Platform? Here s Your Chance to Prove It! We're excited to announce that the next JAFX Trading Competition will soon be live!

More information

Game Design Methods. Lasse Seppänen Specialist, Games Applications Forum Nokia

Game Design Methods. Lasse Seppänen Specialist, Games Applications Forum Nokia Game Design Methods Lasse Seppänen Specialist, Games Applications Forum Nokia Contents Game Industry Overview Game Design Methods Designer s Documents Game Designer s Goals MAKE MONEY PROVIDE ENTERTAINMENT

More information

While there are lots of different kinds of pitches, there are two that are especially useful for young designers:

While there are lots of different kinds of pitches, there are two that are especially useful for young designers: Pitching Your Game Ideas Think you ve got a great idea for the next console blockbuster? Or the next mobile hit that will take the app store by storm? Maybe you ve got an innovative idea for a game that

More information

Trivia Event Fundraising Guide

Trivia Event Fundraising Guide Trivia Fundraising Event: A Trivia Evening is a popular event that works really well as a fundraiser. It s a simple to run fundraiser that is loads of fun for competitors, and has the ability to raise

More information

on-time delivery Ensuring

on-time delivery Ensuring Ensuring on-time delivery Any delay in terms of schedule or not meeting the specifications or budget can have a huge impact on the viability of a program as well as the companies involved. New software

More information

REQUEST FOR PROPOSAL DEVELOPMENT, LAUNCH, AND MAINTENANCE OF A DIGITAL VERSION OF THE TABLETOP GAME: BOSS MONSTER

REQUEST FOR PROPOSAL DEVELOPMENT, LAUNCH, AND MAINTENANCE OF A DIGITAL VERSION OF THE TABLETOP GAME: BOSS MONSTER REQUEST FOR PROPOSAL DEVELOPMENT, LAUNCH, AND MAINTENANCE OF A DIGITAL VERSION OF THE TABLETOP GAME: BOSS MONSTER NOVEMBER 4, 2013 1 Table of Contents Summary... 3 Proposal guidelines and requirements...

More information

Trainyard: A level design post-mortem

Trainyard: A level design post-mortem Trainyard: A level design post-mortem Matt Rix Magicule Inc. - I m Matt Rix, the creator of Trainyard - This talking is going to be partly a post-mortem - And partly just me talking about my philosophy

More information

The Smart Contract-Based Randomized Game, Funded With a Randomized ICO

The Smart Contract-Based Randomized Game, Funded With a Randomized ICO The Smart Contract-Based Randomized Game, Funded With a Randomized ICO Content Introduction to Slot! The Game for Blockchain Purists The Case for Slot How the Slot Game Works Progressive Jackpot Chances

More information

IMGD 1001: The Game Industry. Hit-Driven Entertainment

IMGD 1001: The Game Industry. Hit-Driven Entertainment IMGD 1001: The Game Industry by Mark Claypool (claypool@cs.wpi.edu) Robert W. Lindeman (gogo@wpi.edu) Hit-Driven Entertainment Games are emotional, escapist, fantasyfulfilling, stimulating entertainment

More information

Case Study ASK THE ARTISTS: THOMAS HEINRICH

Case Study ASK THE ARTISTS: THOMAS HEINRICH ASK THE ARTISTS: THOMAS HEINRICH Ask the artists: THOMAS HEINRICH Thomas Heinrich is a long-time Ventuz Artist and co-founder of Glare Productions and Glare Technologies. He has gained a reputation as

More information

"Financing for Your Startup You Got to Tell a Story

Financing for Your Startup You Got to Tell a Story "Financing for Your Startup You Got to Tell a Story Dr. E. Ted Prince Founder and CEO Perth Leadership Institute www.perthleadership.org Top Capital Magazine (Beijing) July 2012 I have written a lot of

More information

Chapter 4 Summary Working with Dramatic Elements

Chapter 4 Summary Working with Dramatic Elements Chapter 4 Summary Working with Dramatic Elements There are two basic elements to a successful game. These are the game formal elements (player, procedures, rules, etc) and the game dramatic elements. The

More information

IMGD The Game Development Process: Game Development Timeline

IMGD The Game Development Process: Game Development Timeline IMGD 1001 - The Game Development Process: Game Development Timeline by Robert W. Lindeman (gogo@wpi.edu) Kent Quirk (kent_quirk@cognitoy.com) (with lots of input from Mark Claypool!) Outline Game Timeline

More information

Competition Manual. 11 th Annual Oregon Game Project Challenge

Competition Manual. 11 th Annual Oregon Game Project Challenge 2017-2018 Competition Manual 11 th Annual Oregon Game Project Challenge www.ogpc.info 2 We live in a very connected world. We can collaborate and communicate with people all across the planet in seconds

More information

Global Game Jam Freebies. Susan Gold

Global Game Jam Freebies. Susan Gold Global Game Jam 2010 Freebies Susan Gold 3-D Autodesk. 3 Mixamo. 4 Audio FMOD. 5 Contests & Competitions Imagine Cup. 6 IndieCade.. 8 Tools MoMinis.. 9 Fotolia. 10 Torque. 12-2 - Autodesk About Autodesk

More information

Intro to Interactive Entertainment Spring 2017 Syllabus CS 1010 Instructor: Tim Fowers

Intro to Interactive Entertainment Spring 2017 Syllabus CS 1010 Instructor: Tim Fowers Intro to Interactive Entertainment Spring 2017 Syllabus CS 1010 Instructor: Tim Fowers Email: tim@fowers.net 1) Introduction Basics of Game Design: definition of a game, terminology and basic design categories.

More information

How to Build Your Audience

How to Build Your Audience How to Build Your Audience Copyright 2017 Lulu Press All rights reserved This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License To view a copy of this license, visit

More information

They Allow Developers To Get Innovative

They Allow Developers To Get Innovative With Kinect now an optional peripheral for Xbox One, one question begs to be asked: how do you feel about peripherals? Do they further immerse us in the games we play, or are they a senseless waste of

More information

Game Development Life Cycle. Jaanus Jaggo

Game Development Life Cycle. Jaanus Jaggo Game Development Life Cycle Jaanus Jaggo 1 Game development life cycle (GDLC) Different from standard software development? 2 Game development life cycle (GDLC) Different from standard software development.

More information

SUPPORT FOR THE DEVELOPMENT OF EUROPEAN VIDEO GAMES

SUPPORT FOR THE DEVELOPMENT OF EUROPEAN VIDEO GAMES SUPPORT FOR THE DEVELOPMENT OF EUROPEAN VIDEO GAMES F.A.Q. - Frequently Asked Questions Call for Proposals EACEA/20/2015 Deadline for submitting applications: 03/03/2016 This document is intended to provide

More information

Look at your results and decide who is the biggest computer gamer in your class.

Look at your results and decide who is the biggest computer gamer in your class. Computer Gaming Task 1 Computer games survey Write the names of five classmates in columns 1-5, then ask them the questions about computer games. Write their answers in the chart. Write your own question

More information

3 Best Practices: Creative Optimization for Playable Ads

3 Best Practices: Creative Optimization for Playable Ads 3 Best Practices: Creative Optimization for Playable Ads 1 Table of Contents 1. Glossary................................................................... 3 2. How Do Playable Ads Stack Up?...............................................

More information

The Game Development Process

The Game Development Process The Game Development Process Postmortems Those who do not learn from history are doomed to repeat it. - George Santayana Introduction When starting new project reflect very critically on past projects

More information

Effects of Shader Technology: Current-Generation Game Consoles and Real-Time. Graphics Applications

Effects of Shader Technology: Current-Generation Game Consoles and Real-Time. Graphics Applications Effects of Shader Technology: Current-Generation Game Consoles and Real-Time Graphics Applications Matthew Christian A Quick History of Pixel and Vertex Shaders Pixel and vertex shader technology built

More information

February 2016 SIMPLE. success. from Good to Great. message from our executives. start great to be great. priscilla del rayo lopez

February 2016 SIMPLE. success. from Good to Great. message from our executives. start great to be great. priscilla del rayo lopez February 2016 SIMPLE success from Good to Great message from our executives start great to be great priscilla del rayo lopez IN THIS ISSUE Message from Chad Garner 3-4 Costa Rica & Event Highlights 4-5

More information

INTRO. Best Regards, Aaron Elliott. Vice President of Marketing

INTRO. Best Regards, Aaron Elliott. Vice President of Marketing INTRO At Fantasy Flight Games, we are thrilled to make many of the games that your customers know and love, including our popular line of Star Wars games. As many of you know, we re about to launch the

More information

Discussion guide developed by Heartland Truly Moving Pictures to accompany BOLT, a Truly Moving Picture Award-winning film. A Truly Moving Picture Award winner is a film that unlocks the vast potential

More information

Behaviors That Revolve Around Working Effectively with Others Behaviors That Revolve Around Work Quality

Behaviors That Revolve Around Working Effectively with Others Behaviors That Revolve Around Work Quality Behaviors That Revolve Around Working Effectively with Others 1. Give me an example that would show that you ve been able to develop and maintain productive relations with others, thought there were differing

More information

Mobile and web games Development

Mobile and web games Development Mobile and web games Development For Alistair McMonnies FINAL ASSESSMENT Banner ID B00193816, B00187790, B00186941 1 Table of Contents Overview... 3 Comparing to the specification... 4 Challenges... 6

More information

Content Continues Below

Content Continues Below 7 Secrets to Success Ever wish you had a cheat sheet for starting a great business? Icon Brian Tracy's 7 core principles are as close to it as you can get. By Brian Tracy Entrepreneur Magazine There are

More information

The Predictable Selling System

The Predictable Selling System The Predictable Selling System 6 Proven Steps For Getting More Customers Without Losing Money Most businesses fail. It s sad but true. According to Fortune Magazine... 9 out of 10 startups will fail. Bloomberg

More information

Nishant l33t Verma 33 Rachel pwn Nabatian Weiye noob Zhang

Nishant l33t Verma 33 Rachel pwn Nabatian Weiye noob Zhang Nishant l33t Verma 33 Rachel pwn Nabatian Weiye noob Zhang Company Overview Thesis Blizzard Synergies Solid Pipeline e 09 10 0 Competitive Advantage Risks DCF World s largest third party game publisher

More information

Appendix H - What Goes Into a Milestone Definition

Appendix H - What Goes Into a Milestone Definition Appendix H - What Goes Into a Milestone Definition Here's an example of what a milestone description might look like for an actionadventure game based upon a hypothetical license called AdventureX. Sample

More information

Terms and Conditions

Terms and Conditions Terms and Conditions LEGAL NOTICE The Publisher has strived to be as accurate and complete as possible in the creation of this report, notwithstanding the fact that he does not warrant or represent at

More information

CARLOSX360 CO. LTD. Right now, CarlosX360 Co., Ltd. Is a global gaming network of blogs and forums delivering content to gamers worldwide.

CARLOSX360 CO. LTD. Right now, CarlosX360 Co., Ltd. Is a global gaming network of blogs and forums delivering content to gamers worldwide. CARLOSX360 CO. LTD. Right now, CarlosX360 Co., Ltd. Is a global gaming network of blogs and forums delivering content to gamers worldwide. The company s intention is to become a game publisher/developer,

More information

Software Failures. Dr. James A. Bednar. Dr. David Robertson

Software Failures. Dr. James A. Bednar.  Dr. David Robertson Software Failures Dr. James A. Bednar jbednar@inf.ed.ac.uk http://homepages.inf.ed.ac.uk/jbednar Dr. David Robertson dr@inf.ed.ac.uk http://www.inf.ed.ac.uk/ssp/members/dave.htm SEOC2 Spring 2005: Failures

More information

Developing Games for Xbox Live Arcade. Katie Stone-Perez Game Program Manager Xbox Live Arcade Microsoft

Developing Games for Xbox Live Arcade. Katie Stone-Perez Game Program Manager Xbox Live Arcade Microsoft Developing Games for Xbox Live Arcade Katie Stone-Perez Game Program Manager Xbox Live Arcade Microsoft Endless Fun is Just a Download Away! Agenda 1 st Generation Results Xbox Live Arcade on the Xbox

More information

Agenda. Microsoft 와 OSMU. Who Am I? One Source Multi Use. Xbox Live Arcade Overview. What is Xbox LIVE Arcade? MGB 2005

Agenda. Microsoft 와 OSMU. Who Am I? One Source Multi Use. Xbox Live Arcade Overview. What is Xbox LIVE Arcade? MGB 2005 Microsoft XNA is composed of industry-leading software, services, resources, and communities focused on enabling game developers Microsoft 와 OSMU Ken Shim Developer Account Manager 아시아개발사담당부장 World Wide

More information

NEW! 950 LCD touch screen. USB port for memory stick. The compact sewing and embroidery machine

NEW! 950 LCD touch screen. USB port for memory stick. The compact sewing and embroidery machine 950 NEW! USB port for memory stick The compact sewing and embroidery machine 950 LCD touch screen Automatic needle threading Extension table 196 embroidery designs 129 utility and decorative stitches 950

More information

Unlimited Pay Check. By Richel Gates.

Unlimited Pay Check. By Richel Gates. Unlimited Pay Check By Richel Gates www.unlimitedpaycheck.com Congratulations! You Now Have The Rights To Pass This Book Away To Your Friends Or Subscribers. Terms and Conditions LEGAL NOTICE The Publisher

More information

The Real Secret Of Making Passive Income By Using Internet At Your Spare Time!

The Real Secret Of Making Passive Income By Using Internet At Your Spare Time! Internet Marketing - Quick Starter Guide The Real Secret Of Making Passive Income By Using Internet At Your Spare Time! FILJUN TEJANO Table of Contents About the Author 2 Internet Marketing Tips For The

More information

April, 2014 GameAccount Network

April, 2014 GameAccount Network April, 2014 Disclaimer Certain statements included in this Presentation contain forward-looking information concerning GameAccount Network's strategy, operations, financial performance or condition, outlook,

More information

Kevin Chan, Blue Tongue Entertainment

Kevin Chan, Blue Tongue Entertainment Kevin Chan, Blue Tongue Entertainment Games are made in Australia? Who is this guy? Who are THQ and Blue Tongue Entertainment? How is a game made? Careers in the games company Long history of game development

More information

PLAYERUNKNOWN S BATTLEGROUNDS, Sid Meier s Civilization VI Expansion Pack and gamers in the USA top the lists.

PLAYERUNKNOWN S BATTLEGROUNDS, Sid Meier s Civilization VI Expansion Pack and gamers in the USA top the lists. Green Man Gaming s 2017 Year in Review: Top Bestsellers, Most Wanted Games, Total Community Game Playtime, Most Popular Games by Country and the Biggest News Stories PLAYERUNKNOWN S BATTLEGROUNDS, Sid

More information

Amazing I ve sent out 10 resumés and got 10 interviews.

Amazing I ve sent out 10 resumés and got 10 interviews. 9414_Ryan/R_c01.qxd 8/6/02 9:23 AM Page 15 Chapter BEAT THE COMPETITION WITH THE GOLDMINING 1 TECHNIQUE Amazing I ve sent out 10 resumés and got 10 interviews. That s a 100% success rate. I would never

More information

Project: Bombed Out Church

Project: Bombed Out Church Project: Bombed Out Church Step 1 Write a perfect project description Step 2 Create a powerful project video Step 3 Offer great rewards Project: Maiden Rescue Write a perfect project description Your project

More information

Beyond FarmVille: The Evolution and

Beyond FarmVille: The Evolution and Beyond FarmVille: The Evolution and By Annicka Campbell, Associate, Marketing Strategy & Analysis, and Seijen Takamura, Senior Associate, Marketing Strategy & Analysis Why do games matter? Video games

More information

Postmortem: Crafting Your Success in World Building Games. Sebastien BORGET COO / Co-Founder at

Postmortem: Crafting Your Success in World Building Games. Sebastien BORGET COO / Co-Founder at Postmortem: Crafting Your Success in World Building Games Sebastien BORGET COO / Co-Founder at Who are we? Mobile Game Studio Founded in April 2011 4 co-founders All french 25 Employees San Francisco /

More information

How to Win at the Sport Of Business

How to Win at the Sport Of Business Buy the full ebook here: http://ganxy.com/add/26631 Preview Preview Mark Cuban s How to Win at the Sport Of Business If I Can Do It, You Can Do It The Dream I worked jobs I didn t like. I worked jobs I

More information

The Five Phases of the Translation Workflow

The Five Phases of the Translation Workflow The Five Phases of the Translation Workflow Val Swisher, Founder & CEO, Content Rules, Inc. 1 The Five Phases of the Translation Workflow By Val Swisher Recently, I was asked to streamline the translation

More information

THE GAME. GAME TITLE === The Smurfs 2 GENRE ====== 2D Platformer PLATFORMS ====== X360 ====== PS3 ====== WiiU

THE GAME. GAME TITLE === The Smurfs 2 GENRE ====== 2D Platformer PLATFORMS ====== X360 ====== PS3 ====== WiiU EXECUTIVE SUMMARY Multiplatform release of a movie-based game with the Smurfs license, based on and timed with the Smurfs 2 Movie (Sony Pictures Entertainment) THE GAME GAME TITLE === The Smurfs 2 GENRE

More information

Paper Reference. Paper Reference(s) 6925/01 Edexcel GCE Applied Business Unit 10: Marketing Decisions

Paper Reference. Paper Reference(s) 6925/01 Edexcel GCE Applied Business Unit 10: Marketing Decisions Centre No. Candidate No. Paper Reference(s) 6925/01 Edexcel GCE Applied Business Unit 10: Marketing Decisions Wednesday 11 June 2008 Morning Time: 1 hour 30 minutes Materials required for examination Nil

More information

The compact sewing and embroidery machine

The compact sewing and embroidery machine 900 The compact sewing and embroidery machine Brother NV-900 900 LCD touch screen Automatic needle threading Extension table 170 embroidery designs 129 utility and decorative stitches 900 The compact

More information

Applying classic game production principles to game productions with short development times

Applying classic game production principles to game productions with short development times Maximilian Maximilian Eibl, Martin Eibl, Gaedke Martin (Hrsg.): Gaedke. Informatik (Hrsg.): INFORMATIK 2017: CAAI4Games, 2017, Lecture Lecture Notes Notes in Informatics in (LNI), (LNI), Gesellschaft für

More information

Southeast Asia Games Market. The World s Fastest Growing Region C A SUAL GAMES SEC TOR REPORT 2015

Southeast Asia Games Market. The World s Fastest Growing Region C A SUAL GAMES SEC TOR REPORT 2015 Southeast Asia Market The World s Fastest Growing Region C A SUAL GAMES SEC TOR REPORT 2015 Why focus on Southeast Asia? Revenues of the Southeast Asia games market will double to $2.2 Bn by 2017 Key reasons

More information

Module 5, Lesson 1 Webinars That Convert Automated Planning Phase: The Automated Webinar Funnel

Module 5, Lesson 1 Webinars That Convert Automated Planning Phase: The Automated Webinar Funnel Module 5, Lesson 1 Webinars That Convert Automated Planning Phase: The Automated Webinar Funnel Oh my goodness, get up and do a little happy dance right now because you have made it to Module 5, The Automated

More information

Customerville PRO Resources. Measuring customer experience is now part of the experience

Customerville PRO Resources. Measuring customer experience is now part of the experience Customerville PRO Resources Measuring customer experience is now part of the experience PRO Guide Series How Zappos Delivers Happiness With $1 billion in annual gross sales, online clothing retailer Zappos

More information

2018 FILM PROJECT GUIDELINES AND APPLICATION FORM

2018 FILM PROJECT GUIDELINES AND APPLICATION FORM 2018 FILM PROJECT GUIDELINES AND APPLICATION FORM CITY OF VINCENT FILM PROJECT Aims of the The City of Vincent, in partnership with Revelation Film Festival is running the 2018 City of Vincent Film Project

More information

1. Introduction What is MoneyBall? The online gambling market The MoneyBall solution Technology and anonymity...

1. Introduction What is MoneyBall? The online gambling market The MoneyBall solution Technology and anonymity... 1 1. Introduction... 3 2. What is MoneyBall?... 5 3. The online gambling market... 6 3-1. Licenses... 6 3-2. The size of the online gambling market... 7 4. The MoneyBall solution... 8 5. Technology and

More information

Capcom Co., Ltd. (Tokyo Stock Exchange, First Section, 9697) Overview of Strategies and Plans Fiscal Year ending March 31, 2017

Capcom Co., Ltd. (Tokyo Stock Exchange, First Section, 9697) Overview of Strategies and Plans Fiscal Year ending March 31, 2017 Capcom Co., Ltd. (Tokyo Stock Exchange, First Section, 9697) Overview of Strategies and Plans Fiscal Year ending March 31, 2017 0 0 Forward-looking Statements Strategies, plans, outlooks and other statements

More information

XBOX Live INTRODUCTION CHAPTER INFORMATION IN THIS CHAPTER

XBOX Live INTRODUCTION CHAPTER INFORMATION IN THIS CHAPTER CHAPTER XBOX Live 3 INFORMATION IN THIS CHAPTER Introduction What is XBOX Live? Creating an XBOX Live account Getting connected INTRODUCTION XBOX Live is a two-prong Web portal that provides a portal for

More information

Obstacle Dodger. Nick Raptakis James Luther ELE 408/409 Final Project Professor Bin Li. Project Description:

Obstacle Dodger. Nick Raptakis James Luther ELE 408/409 Final Project Professor Bin Li. Project Description: Nick Raptakis James Luther ELE 408/409 Final Project Professor Bin Li Obstacle Dodger Project Description: Our team created an arcade style game to dodge falling objects using the DE1 SoC board. The player

More information

Introduction. Video Game Programming Spring Video Game Programming - A. Sharf 1. Nintendo

Introduction. Video Game Programming Spring Video Game Programming - A. Sharf 1. Nintendo Indie Game The Movie - Official Trailer - YouTube.flv 235 Free Indie Games in 10 Minutes - YouTube.flv Introduction Video Game Programming Spring 2012 Nintendo Video Game Programming - A. Sharf 1 What

More information

TABLE OF CONTENTS. Logging into the Website Homepage and Tab Navigation Setting up Users on the Website Help and Support...

TABLE OF CONTENTS. Logging into the Website Homepage and Tab Navigation Setting up Users on the Website Help and Support... TABLE OF CONTENTS Logging into the Website...02 Homepage and Tab Navigation...03 Setting up Users on the Website...08 Help and Support...10 Uploding and Managing Photos...12 Using the Yearbook Ladder...16

More information

Version Last Updated

Version Last Updated A Blockchain Based Video-Game Ecosystem that Rewards Gamers with a Competitive-Proof-of-Stake Consensus Model. Version 1.1 - Last Updated 12.27.2017 By. Robert Han Abstract A fair and decentralized blockchain

More information

the gamedesigninitiative at cornell university Lecture 2: Nature of Games

the gamedesigninitiative at cornell university Lecture 2: Nature of Games Lecture 2: What is a Game? 2 What is a Game? Hopscotch Rules Each player has a unique marker Toss marker from starting line Marker hits squares in sequence Progress to next square each turn Hop through

More information

Microsoft Xbox s YouTube Launch Broadcast Helps Halo 5: Guardians Break Sales Records

Microsoft Xbox s YouTube Launch Broadcast Helps Halo 5: Guardians Break Sales Records Microsoft Xbox s YouTube Launch Broadcast Helps Halo 5: Guardians Break Sales Records Published April 2016 Topics Video Advertising For Halo 5: Guardians, it was game (launch) time. This time, Microsoft

More information

Terms and Conditions

Terms and Conditions 1 Terms and Conditions LEGAL NOTICE The Publisher has strived to be as accurate and complete as possible in the creation of this report, notwithstanding the fact that he does not warrant or represent at

More information

A (Very) Brief History

A (Very) Brief History GAMES INDUSTRY A (Very) Brief History 1961 SpaceWar: Steve Russell on a PDP-1 at MIT 1971 Computer Space: First coin-op game 1972 Pong: Arcade and home - the first hit 1978-1981: Golden age of the arcade

More information

Preservation Considerations for Nintendo s World Class Track Meet

Preservation Considerations for Nintendo s World Class Track Meet Joseph Gallucci Mona Jimenez Handling New Media 16 March 2010 Preservation Considerations for Nintendo s World Class Track Meet Above: Screenshot of title menu for World Class Track Meet for the Nintendo

More information

Book Scout Clout. Legally Steal Traffic From Amazon DIRECTLY For Your Book Launch

Book Scout Clout. Legally Steal Traffic From Amazon DIRECTLY For Your Book Launch Book Scout Clout Legally Steal Traffic From Amazon DIRECTLY For Your Book Launch The information presented in this Product is intended to be for your educational and entertainment purposes only. We are

More information

My Shed Plans Review. Brought to you by

My Shed Plans Review. Brought to you by Brought to you by Copyright Copyright EverythingRebrandable.com All rights are reserved. No part of this report may be reproduced or transmitted in any form without the written permission of the author.

More information

Why is time tracking important?

Why is time tracking important? Why is time tracking important? Time tracking isn t just a necessary evil. It provides crucial insight into your business. Here are seven ways time tracking can transform how you work. HARVEST Introduction

More information

How to Use Donor Newsletters to Raise More Money for Your Non-Profit

How to Use Donor Newsletters to Raise More Money for Your Non-Profit How to Use Donor Newsletters to Raise More Money for Your Non-Profit by Joe Garecht TheFundraisingAuthority.com Week #1: The Fundamentals of Successful Donor Newsletters (both Snail Mail and E-Mail) Welcome

More information

Video Games Funding. January 18th Orla Clancy Creative Europe Desk Ireland

Video Games Funding. January 18th Orla Clancy Creative Europe Desk Ireland Video Games Funding January 18th 2017 Orla Clancy Creative Europe Desk Ireland What is Creative Europe? 7 year Programme (2014-2020) combines CULTURE and MEDIA under one umbrella 38 participating EU countries

More information

Interview with Brian Hamilton '90, Co-founder and CEO of Sageworks

Interview with Brian Hamilton '90, Co-founder and CEO of Sageworks Interview with Brian Hamilton '90, Co-founder and CEO of Sageworks Interview by Howie Rhee '04 You went to Sacred Heart University for your undergraduate degree. What did you study and were you involved

More information

Official Rules & Regulations Games Competition 2015 Season

Official Rules & Regulations Games Competition 2015 Season Official Rules & Regulations Games Competition 2015 Season Version 1.0 September 10 2014 OVERVIEW The Imagine Cup Games Competition honors the most fun, innovative, and creative games built with Microsoft

More information

Nonetheless, sponsorship makes up 70 to 85 per cent of esports team revenues, according to Maurer.

Nonetheless, sponsorship makes up 70 to 85 per cent of esports team revenues, according to Maurer. Sponsorship plays a particularly important role in esports, as generating revenue from media rights in the sport remains in its infancy. With player wages rising and with ambitions to expand, the introduction

More information

Online Gaming Is NOT Just for Kids Anymore

Online Gaming Is NOT Just for Kids Anymore IBM Electronics Podcast December, 2005 To hear this podcast, go to http://ibm.com/bcs/electronics/podcast. Andreas Neus is a consultant with IBM Germany and an expert in online gaming. Andreas is also

More information

The recent arrest of reporters in northern Shan State highlights how little has changed for journalists in Myanmar

The recent arrest of reporters in northern Shan State highlights how little has changed for journalists in Myanmar Affairs News Aung La Nsang's victory The revived Strand Q&A: UNODC regional head Game on for developers press shackled The recent arrest of reporters in northern Shan State highlights how little has changed

More information

The Boost Method. Copyright Invisible App Machine. All Rights Reserved.

The Boost Method. Copyright Invisible App Machine. All Rights Reserved. The Boost Method Copyright Invisible App Machine. All Rights Reserved. Page 1 of 12 NOTICE: You Do NOT Have the Right to Reprint or Resell this Report! You Also MAY NOT Give Away, Sell or Share the Content

More information

Becoming a Master of Persuasion. by Brian Tracy

Becoming a Master of Persuasion. by Brian Tracy Becoming a Master of Persuasion by Brian Tracy Persuasion power can help you get more of the things you want faster than anything else you do. It can mean the difference between success and failure. It

More information

How to Open a Franchise THE ULTIMATE GUIDE. Prepared by:

How to Open a Franchise THE ULTIMATE GUIDE. Prepared by: How to Open a Franchise THE ULTIMATE GUIDE Prepared by: You ve decided to leave your nine to five job and become your own boss. You re going to open your own business. This career shift is a huge undertaking

More information

Inside The Amazing 57 Days

Inside The Amazing 57 Days CASE STUDY Inside The Amazing 57 Days From Failed Entrepreneur to Full-Time Consultant With 4 High Ticket Clients Dave Rogenmoser Co-Founder & CEO, Market Results Best-Selling Author Visit us at themarketresults.com

More information

This is an oral history interview conducted on May. 16th of 2003, conducted in Armonk, New York, with Uchinaga-san

This is an oral history interview conducted on May. 16th of 2003, conducted in Armonk, New York, with Uchinaga-san This is an oral history interview conducted on May 16th of 2003, conducted in Armonk, New York, with Uchinaga-san from IBM Japan by IBM's corporate archivist, Paul Lasewicz. Thank you for coming and participating.

More information

Business angels Published on Innovation Policy Platform (https://www.innovationpolicyplatform.org)

Business angels Published on Innovation Policy Platform (https://www.innovationpolicyplatform.org) This section explores the role of business angels in financing prototype development and market demonstrations. It provides a full characterization of business angels (types, motivations, activities they

More information

Interview with an Entrepreneur: George Vis of G J VIS Enterprises, Inc.

Interview with an Entrepreneur: George Vis of G J VIS Enterprises, Inc. Interview with an Entrepreneur: George Vis of G J VIS Enterprises, Inc. Dwayne Kolodka GMGT-7350 G02 October 4, 2017 On Friday, September 29, 2017, I met (via Skype) with George Vis, co-founder of G J

More information

A Guide to Prepare For Your Industry Interview

A Guide to Prepare For Your Industry Interview INDUSTRY INTERVIEWING ESSENTIALS B R A Z O S P O R T C O L L E G E C A R E E R S E R V I C E S A Guide to Prepare For Your Industry Interview Office of Career Services Gator Career and Guidance Center

More information

19 Ways to Create the Money You Need Every Time!

19 Ways to Create the Money You Need Every Time! 19 Ways to Create the Money You Need Every Time! Ever hear this from a prospective client? "I really want to work with you, but I just don't have the money!" Uggghhh! This is, hands down, the biggest objection

More information

Finding The Recipe For Success How failure helped me find the recipe for success in small business.

Finding The Recipe For Success How failure helped me find the recipe for success in small business. Finding The Recipe For Success How failure helped me find the recipe for success in small business. By: Daphne Wells, founder of Growth Business Consulting I absolutely love seeing women thrive and flourish

More information

ELLIE MAE [ financial services ]

ELLIE MAE [ financial services ] ELLIE MAE [ financial services ] Ellie Mae s curriculum development team uses GoAnimate to create high-quality, scripted demo videos for their compliance courses.the videos are used to bookend the courses

More information

Report for the Global South ehealth Observatory THE VIRTUOUS LINK BETWEEN PATIENTS, PHARMACIES AND PHARMACEUTICAL GROUPS.

Report for the Global South ehealth Observatory THE VIRTUOUS LINK BETWEEN PATIENTS, PHARMACIES AND PHARMACEUTICAL GROUPS. Report for the Global South ehealth Observatory MCLINICA, THE VIRTUOUS LINK BETWEEN PATIENTS, PHARMACIES AND PHARMACEUTICAL GROUPS Arnaud Auger January 2016, Manila, Philippines Meeting with Farouk Meralli,

More information

LESSON 1 CROSSY ROAD

LESSON 1 CROSSY ROAD 1 CROSSY ROAD A simple game that touches on each of the core coding concepts and allows students to become familiar with using Hopscotch to build apps and share with others. TIME 45 minutes, or 60 if you

More information

The Job Interview: Here are some popular questions asked in job interviews:

The Job Interview: Here are some popular questions asked in job interviews: The Job Interview: Helpful Hints to Prepare for your interview: In preparing for a job interview, learn a little about your potential employer. You can do this by calling the business and asking, or research

More information

[PDF] Drawing: Becoming A Drawing Master - Learn How Sketch, Draw Manga, Comics, Cartoons And Much More!

[PDF] Drawing: Becoming A Drawing Master - Learn How Sketch, Draw Manga, Comics, Cartoons And Much More! [PDF] Drawing: Becoming A Drawing Master - Learn How Sketch, Draw Manga, Comics, Cartoons And Much More! Do You Want To Learn How To Draw And Become A Drawing Master? â â â Do you want to know how to make

More information