Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Noah Rosenzweig 6582bb6423 Version 1.0.2
2025-10-22 06:58:26 +02:00
.cargo Initial commit, create bevy app from 2d template 2025-10-04 00:06:39 +02:00
.github/workflows Don't trigger release workflow on tag push 2025-10-22 06:58:26 +02:00
assets Add 1px padding to player sprites to fix animation artifacts 2025-10-22 06:53:22 +02:00
docs Add v1.0.2 changelog 2025-10-22 06:58:26 +02:00
screenshots Add thumbnail and banner, update README 2025-10-07 06:20:26 +02:00
src make clippy happy 2025-10-22 06:53:22 +02:00
tiled Add Decoration for tile animations 2025-10-06 23:03:02 +02:00
.editorconfig Initial commit, create bevy app from 2d template 2025-10-04 00:06:39 +02:00
.gitignore Only create tiled_types_export.json in dev feature 2025-10-04 18:41:00 +02:00
Cargo.lock Version 1.0.2 2025-10-22 06:58:26 +02:00
Cargo.toml Version 1.0.2 2025-10-22 06:58:26 +02:00
clippy.toml Initial commit, create bevy app from 2d template 2025-10-04 00:06:39 +02:00
LICENSE Write README, add screenshots, add MIT license 2025-10-07 04:27:40 +02:00
README.md Update controls in README.md 2025-10-22 06:58:26 +02:00
rust-toolchain.toml Set specific rust-toolchain, update CI 2025-10-04 12:13:55 +02:00
rustfmt.toml Add rustfmt.toml, run cargo fmt 2025-10-05 04:25:13 +02:00

Having Fun Yet?

A game made in 72 hours for Ludum Dare 58!

Theme: Collector

Check it out on itch.io!

Banner

What is happening to me?

You took a funny looking pill and now there are creatures chasing you.
Luckily you have your little red cannon on you. It's bullet is designed to be re-usable, which is good because you only have one shot. Try not to lose it.

Screenshots

Objective

Strange creatures are chasing you, survive for as long as possible!
Take aim and shoot your enemies. But be careful, you only have one bullet! Be sure to collect it after each shot to be able to fire again.
Try to get the highest score!

Controls

Action Keyboard Gamepad
Movement WASD Left Stick, DPad
Aim Weapon Arrow Keys Right Stick, Face Buttons
Shoot Spacebar Any Trigger or Should button
Pause Escape, P Start Button
Toggle Mute M Nope
Toggle Fullscreen F Uh
Quit game Control+Q Nah

Tools Used

  • bevy: the incredibly hot and fresh game engine for rust 🕊
  • aseprite: sprite & animation creation
  • FL Studio & LSDj on GameBoy: music and sound effects creation
  • tiled: level editor

Credits

  • @williwiderstand: music, sound effects and creative involvement
  • @noahro: code, sprites and animations
  • ...and special thanks to my cat and gf for cameo appearances!

As usual, we worked on actual game content way too close to the deadline, so we didn't have time to thoroughly playtest and tweak the game. It's playable at least. Hopefully 🤷
We'll release a post-jam version soon to improve the core gameplay.

Template

This project was generated using the Bevy New 2D template. Check out the documentation to get started!

License

Licensed under the MIT License.