Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

You're game is Great. The detail :

+ You take the risk to use an idea that BTP talk about in this video, but you manage to make it your own way, congratulation.
+ The game is looking good, very cute.
+ Music is great too (but  (I quibble ) not sure it's the most appropriate with this game genre)
+ Controls are good
+ Level design makes the sequence of levels fluid
+ Tutorial part is simple and efficient (I'm jealous)
+ Death is not punitive

- A bit repetitive
- One obvious strategy : carry only one package at a time
- Need some incentive to optimize your delivery
- A bit laggy on my PC.

Thanks for playing ;)

Ideally you cary as many packages at one time to maximize your score. 4x the points for pickup and delivery when you have 4 packages, 3x when you have 3, etc.

I was going to tie the score into the end condition. Finish the game with 2000+, ending 1 town is saved, 1900+ Steve is saved, 1900- better luck next time, but ran out of time to add it into the game in a way it made sense to the player (it seemed a bit punitive for such a casual game)

Concerning performance, unfortunately web support for the engine is still experimental on itch. Their header restrictions won’t allow for shared memory array buffers, which are needed for threaded wasm. For example, it was pegged 60 in Chrome on my venerable t420 (windows, 2nd gen i5), but chuggs in Firefox on my 2020 XPS (Linux, 10th gen i7). This is why I also uploaded a build for each major OS.

Which system (cpu, browser, is) did you play on? Pressing 1 toggles the display of the in game fps in the bottom right corner.

(+1)

Did not notice for the score, I'm not very interested by score in video games in general (unless it's tightly related to your progression).
I own a PC with an old Intel Core i5,  windows and use the latest Firefox  version. The FPS is not to bad, at level 3 is goes down to 46, but the screen jiggle when I jump.

And once again, congratulation, your game is pretty cool !

Thanks for double checking the fps hit :) Yeah, there is something about FF and wasm that don’t mix :(