
Chihuahua Space Harvest
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).

Play revised version in the browser here
In this simple 2D tower defense platformer, you play as a space-chihuahua trying to survive as long as possible.
The game was created from scratch using C++20, with the Raylib library for rendering, Aseprite for drawing graphics, and LDtk for level design.
Instructions:
- Press Z to shoot
- Press X to harvest crops
- Press the spacebar repeatedly to fly
- Use arrow keys to move
- Collect fruits from harvested crops and scrap from defeated enemies
- Spend your collected resources on upgrades and new crops to help you survive longer
Alternative controls:
- Press C, B, K, Q, F, or the left mouse button to shoot
- Press G, E, or the right mouse button to harvest crops
- Press W, T, or the up arrow key repeatedly to fly
- Use A and D to move left and right
Check itch.io game page for updated post-jam version
#### Changelog
- Fix Jump upgrade not beeing applied correctly
- Fix enemies getting stuck
- Fix minor graphical bugs
- Fix scrap and fruits calculation
- Add alternative controls for accessibility
- Fix web build canvas resizing
- Fix pause key not registering