Beta v1.09
Blade Crusade Beta » Devlog
Data Collection
- Each player is given a randomly generated id
- The game records and uploads replays of every attempt at a level, including success/fail, attempt time, number of attempts, death locations, and collectibles picked up
- Additionally, the game tracks playtime and total barrels collected
This will allow analysis of where players are dying, and what levels and parts of levels may be too hard/confusing
- The game sends a GET request to an AWS API Gateway
- This triggers a lambda function which returns a pre-signed url for uploading data
- After receiving the GET response, the game sends a PUT request using the pre-signed url and containing the play data
- This adds a JSON file containing the play data to an S3 Bucket
Levels
- 8_15 through 8_24
- 8 is the final "world," and as such, the levels are ridiculously long and challenging. Have fun!
With this bringing the game close to 200 levels, focus from now on will be spent on boss fights, new/reworked enemy types, art/vfx, writing, music, etc. Levels will be reworked or replaced based on analytics and player feedback, but the overall level count will stay roughly the same
Bug Fixes
- Fixed a bug that prevented pathfinding from working on levels 1_5 and 1_10
Blade Crusade Beta
Status | In development |
Author | BladeCrusade |
Genre | Action, Fighting, Platformer |
Tags | 2D, chiptune, Fantasy, Fast-Paced, Funny, Pixel Art, Singleplayer, Wizards |
More posts
- Beta v1.11Oct 02, 2021
- Beta v1.10aSep 17, 2021
- Beta v1.10Sep 03, 2021
- Beta v1.09aAug 23, 2021
- Beta v1.08Aug 06, 2021
- Beta v1.07aJul 23, 2021
- Beta v1.07Jul 09, 2021
- Beta v1.06Jun 25, 2021
- Beta v1.05May 28, 2021
Leave a comment
Log in with itch.io to leave a comment.