game lynch

79

Upload: devgamm-conference

Post on 12-Jul-2015

2.083 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Game lynch
Page 2: Game lynch

Alex Nichiporchik @ Spil Games

Phillipp Doschl @ FDG Entertainment

Tom Krcha @ Adobe

Chris Benjaminsen @ Player.io

Emily Greer @ Kongregate

Page 3: Game lynch

RED BALL 4 The Square Menace

Page 4: Game lynch

Introduction vid

Page 5: Game lynch

Curious Case of Memory Leaks

• Always test the Pepperflash (Chrome) plugin and native Adobe Flash plugin

Page 6: Game lynch

Controls are non-responsive

• Controls make or break a platformer game • Red Ball 4 is broken because of the controls

Controls in a platformer have to be

• Responsive • Precise • Easy to understand

• Use visual sliders in prototypes to tweak

variables • Nail it down until it feels right • Test on multiple people in your target

audience

Page 7: Game lynch

Achievements & Points, but no added value

• Achievements are nice, but standard

• Why not use the points system to upgrade your ball’s abilities?

• Give users replay value and reward for achieving something, not just for the sakes of having achievements

Page 8: Game lynch

The character is disturbing

Reacts only to damage Is still smiling when there’s an enemy drowning right next to him and almost crying for help

Page 9: Game lynch

Tl;dr

• Fix controls;

• fix memory leaks

• expand character

• Add more content

• Stop treating “Red Ball” as a collection of mini game prototypes

Page 10: Game lynch

Phillipp Doschl @ FDG Jelly Cannon 2

Page 11: Game lynch

All devices? How about iPhone 5?

Jelly Cannon Reloaded

Page 12: Game lynch

HUD misses some information or information is not straight forward: - Score reduced with every shot. Different in every level, need to do math for shot left - Star progress? Would be nice when trying to get all 3 stars.

Jelly Cannon Reloaded

Page 13: Game lynch

HUD overlaps with gameplay –> accidently restart level or pause game

Jelly Cannon Reloaded

Page 14: Game lynch

More gameplay: - Different Jellys with different attributes or match same colors? - More level elements and interactive objects (bombs, switches, doors, etc)

Jelly Cannon Reloaded

Page 15: Game lynch

Only 5 Jellys at a time! It would be great to know which Jelly is the next one to be removed -> adds even more character and polish to the game

Jelly Cannon Reloaded

Page 16: Game lynch

Be kind to your players: unlock more levels at once (3 levels?). And...

Jelly Cannon Reloaded

Page 17: Game lynch

... if they're still stuck, they´ll unlock all levels / level packs via IAP in return... ... if there was such an IAP, besides the magnetic sunjelly...

Jelly Cannon Reloaded

Page 18: Game lynch

Tom Krcha @ Adobe Gluey 2

Page 19: Game lynch

Gluey 2

• Fantastic mechanics in the worst UI

Page 20: Game lynch

Huge potential Fun to play

Page 21: Game lynch

Fun first 5 minutes

but no recurring fun

Page 22: Game lynch

Sid Meier: “a game is a series of interesting choices”

Page 23: Game lynch

I don’t feel challenged enough.

How do I lose?

Page 24: Game lynch

Why should I repeat a level?

Page 25: Game lynch

No Time Challenge (only over the line)

Page 26: Game lynch

Joke?

Page 27: Game lynch

Align?

Page 28: Game lynch

What is this? I didn’t get it at first time.

Simplify and explain easily. Am I going to click this now, or later?

Page 29: Game lynch

Gluey 2

• Performance problems

– Put everything on GPU, triangulate

• Make it more engaging with more action,

– Bonuses and combos

• Compared to Bejeweled or Tetris too easy to

play

– Challenge the user

Page 30: Game lynch

Gpu triangulation

• Optimize to the specific use-case via shaders

• Anti-alias using fragment shaders

• Good starting point: https://code.google.com/p/poly2tri/

Page 31: Game lynch
Page 32: Game lynch
Page 33: Game lynch
Page 34: Game lynch
Page 35: Game lynch
Page 36: Game lynch
Page 37: Game lynch
Page 38: Game lynch
Page 39: Game lynch
Page 40: Game lynch
Page 41: Game lynch
Page 42: Game lynch
Page 43: Game lynch
Page 44: Game lynch
Page 45: Game lynch
Page 46: Game lynch
Page 47: Game lynch

Technical

Page 48: Game lynch
Page 49: Game lynch

640 x 480

Page 50: Game lynch

640 x 480

Page 51: Game lynch
Page 52: Game lynch

Experience

Page 53: Game lynch

640 x 480

Page 54: Game lynch
Page 55: Game lynch
Page 56: Game lynch
Page 57: Game lynch
Page 58: Game lynch
Page 59: Game lynch
Page 60: Game lynch
Page 61: Game lynch
Page 62: Game lynch
Page 63: Game lynch

Business

Page 64: Game lynch
Page 65: Game lynch
Page 66: Game lynch

• Sponsorship • Single Ad while loading

• No replayability • Micro Transactions

• No replayability

Business

Page 67: Game lynch

Bubblegum Flash Game

Page 68: Game lynch

Fin

Page 69: Game lynch

Wake up the Box with a Sledgehammer

Page 70: Game lynch
Page 71: Game lynch
Page 72: Game lynch

Evgeny, why do you hate boxes? What do you have against straight lines?

The most annoying thing about the game is how hard it is to make the shape you want.

It would be easier to draw the Mona Lisa with an etch-a-sketch than to make a square in this game.

Page 73: Game lynch

In a puzzle game the challenge should be in solving the puzzle, not in execution of the solution.

Page 74: Game lynch

Unless the intention was to get a lot of accidental clicks to NotDoppler putting buttons in the drawing area was a bad call. Lots of potential for pointless player annoyance.

Page 75: Game lynch

A lot of the puzzles felt too simple & empty

More solutions from Rube Goldberg machines, less from arbitrary shape redesigns

Page 76: Game lynch

But sudden switches to Rube Goldberg-mechanic levels totally disrupts the difficulty curve

This level was so different from previous levels I didn’t know where to start and got frustrated

Page 77: Game lynch

Evgeny, why do you hate progress?

There’s minimal feedback on progression.

To even know what level you’re on you have to go back to the menu screen.

Page 78: Game lynch

I don’t want a randomly selected “well done” message at the end of the level, I want to know that I’m better at games than other people.

Give me skill stars, shapes drawn, or time taken so that I know for sure I’m awesome.

You also have no sense of your level of skill.

Page 79: Game lynch

tl;dr

In fact I like it. Just not on a trackpad.