A 2D Platformer game, where you can build stages and fight against your friends
  • Rust 50.2%
  • Nix 49.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-14 16:05:28 +02:00
docs docs: update game's short description 2026-07-14 15:51:10 +02:00
src docs: update game's short description 2026-07-14 15:51:10 +02:00
.envrc chore: init 2026-04-29 00:28:24 +02:00
.gitignore chore: init 2026-04-29 00:28:24 +02:00
Cargo.lock chore(deps): update cargo 2026-07-14 16:04:06 +02:00
Cargo.toml chore(deps): update cargo 2026-07-14 16:04:06 +02:00
cliff.toml chore: init 2026-04-29 00:28:24 +02:00
default.nix docs: update game's short description 2026-07-14 15:51:10 +02:00
flake.lock chore(deps): update flake 2026-07-14 16:05:28 +02:00
flake.nix chore: init 2026-04-29 00:28:24 +02:00
LICENSE chore: init 2026-04-29 00:28:24 +02:00
shell.nix chore: init 2026-04-29 00:28:24 +02:00

Bunfy

A 2D Platformer game, where you can build stages and fight against your friends

  • This game is very experimental and should not be used in the current state

Build

Nix

You can build this game using

nix build git+https://codeberg.org/Milchi/bunfy

To setup the build environment, use nix-direnv or run

nix develop