Fork Knight the Game

12

Transcript of Fork Knight the Game

Page 1: Fork Knight the Game
Page 2: Fork Knight the Game
Page 3: Fork Knight the Game

• 2D Medieval Horror/Survival Game• Game Engine: Unity2D• Platform: Web, possibly Android

• Game features Perry the Peasant as he braves an onslaught of the living dead to take his farm back.

• Enemies: Zombies, Monsters, Cows• Weapons: Pitchforks

Page 4: Fork Knight the Game
Page 5: Fork Knight the Game

• SCRIPTS• Attack – allows player to attack zombies• cameraFollow – instructs camera to follow

player movement• playerScript – responsible for player

movement and jumping• spawnerScript – spawns zombies• zombieAttack – instructs zombies to target

player• zombieMove – controls zombie movement• zombieHealth – keeps track of zombie

health• Art

Sprites – Perry, Pitchfork, Standard zombie

Placeholder art – pretty much all of it• Embedded Web Player

Page 6: Fork Knight the Game
Page 7: Fork Knight the Game

• Player– Player should be able to move and attack Zombies

– Perry is invincible! (for now.)– Arrow Keys to move Perry, Up to jump– Spacebar to attack Zombies with Pitchfork

– Camera follows player

• Zombies– Spawn from each side of the level– Zombies target and follow the player– 2 hits to kill a zombie

Page 8: Fork Knight the Game
Page 9: Fork Knight the Game

How to Test Fork Knight

• Go to Forkknightthegame.com

Page 10: Fork Knight the Game

We want to hear your thoughts!

• Virtual Survey for your suggestions for the game, art, functionality, etc.

• Also comment on GitHub

Page 11: Fork Knight the Game
Page 12: Fork Knight the Game

• Art– Finalized character sprites & animations– Completed backgrounds

• UI– Start/End Screen– Level Select Screen– Scores– Health Bar

• Gameplay– Extra weapons, enemies– Additional levels

• Music & SFX