Instruction
- Phyton should eat food pellet to increase its length which also increase player’s score.
- If phyton head hit board edge, phyton will die.
- Player can rewind the phyton game for 10 step
- Player can cancel the rewind feature using “Cancel Rewind” button.
- Phyton dies if it hit its own tail.
- Phyton cannot move directly into opposite direction.
Controllers
- W / ArrowUp = Phyton will go up.
- A / ArrowLeft = Phyton will go left.
- S / ArrowDown = Phyton will go down.
- D / ArrowRight = Phyton will go right.