Coteh / LavaEscape

:arrow_up: Jump game made using Phaser 3 and TypeScript
https://coteh.github.io/LavaEscape/
MIT License
2 stars 0 forks source link

Test Plan #29

Closed Coteh closed 1 year ago

Coteh commented 4 years ago

Tests to be added (list to be updated, and issues can be created in the future for cases I've missed):

Integration Tests

Player

Background

Lava

Moving Blocks

Block Chunks

Falling Obstacles

Score System

Game Over

Level

Unit Tests

ChunkHelper

randomOffset

randomSpeed

Remainder of classes TDB since the rest of them rely on Phaser constructs, and it's not certain how difficult it'll be to mock out Phaser functionality to be worth it.

Coteh commented 4 years ago

Due to increased complexity of writing integration tests with Phaser, I have split the remaining work into a new issue: #47.

I will continue work there.