veu / js13k2015

entry for js13kGames 2015
0 stars 1 forks source link

Level progression #5

Closed veu closed 9 years ago

veu commented 9 years ago

Here's a sketch of the first couple of levels (aka. the tutorial).

First level - Introducing climbable walls and the goal

image

level = "0,3,7,5.3,3,5.AAAAAAAAAAAQAEAAAAEABFAVAAAAAAAAAAAAAEAAAAAAAAAAQAIAAAAAAAAAAAAAAAEAAAAAAAAAAQAAAAAAAAAAAAAABAAAAAAAAAAEAAAAAAAAAAAAAFAVAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"

Second level - Introducing enemies

image

level = "1,7,8,2;2,5,6,4.3,2,7.AAAAAAAEABAAQAUAEABABQAQAEAAAAAAABAAQAAAFQBAAAAVAEAAAAEAAAAAQAAAAQBUAAABAFQAAAMAAAAAAAAAAQAEAFABAAQAkAAAAAAAAAAAAAAEABAAQAUAMAAAAAAAAAAAAAAAABAAQAAACQAAAAAAAAAAAAAAAAAAQAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"

Third level - Introducing swapping and reverting

image

level = "2,5,5,1;0,8,5,1.0,5,5.AAAAAAAAQFUBVQVUVVVVQFUBAAAAAAAAAAAAVQFUCVAVQJUAVQEAAAAAAAAAAABUAFABQAkAFQBUAAAAAAAAAAAAAAAAQAAAAQAEAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"

Fourth level - Introducing concurrency

veu commented 9 years ago

I've added a candidate for the first level.

veu commented 9 years ago

I've added a candidate for the second level but I'll have to increase the fighter's damage for it to work properly.

veu commented 9 years ago

Just realized there's an issue with loading level 2. Will investigate.

veu commented 9 years ago

I fixed the bug and replaced the codes for the first two levels.

PS: Maybe I'll find time tomorrow to integrate karma and write some new unit tests.

veu commented 9 years ago

I've added a candidate for the third level. The green guy in the screenshot is the climber.

veu commented 9 years ago

The third level is now playable.

Btw: I'm trying to update the master as often as possible but anything I write refers to my dev branch unless explicitly mentioned otherwise.