michaelfaster / FishFight

Tactical 2D shooter in fishy pixels style. Made with Rust-lang and Macroquad πŸ¦€πŸŒΆ

Home Page:https://fishfight.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fish Fight

Build Status Documentation License Discord

Fish Fight Preview

Introduction

Fish Fight is a tactical 2D shooter, played by up to 4 players online or on a shared screen. Aim either left or right; the rest is up to clever movement and positioning in this fish-on-fish brawler! For more information about our origin story (Duck Game et.al.) and big-picture plans, see our design document.

Key Features (WIP)

  • 2 to 4 players in either Local Multiplayer or Online Play
  • Easy to pick up, emphasizing strategy over twitch reaction
  • Customize characters with hats, saved to your cross-platform profile
  • Create & explore user-made weapons, levels, audio and other scripted extensions
  • Smart level creation tools
  • Tournaments & matchmaking built in

Status

The game is fully playable:
https://twitter.com/fishfightgame/status/1424084016467226624

Community

Contributing

Anyone involved in the Fish Fight community must follow our code of conduct.

If you'd like to make something for Fish Fight, check out our help-wanted issues or just ask us on Discord. We'll soon post an updated roadmap for the next month or two of work ahead.

Before committing and opening a PR, please run the following commands and follow their instructions:

  1. cargo clippy -- -W clippy::correctness -D warnings
  2. cargo fmt

Learning Materials

Download & play

  1. Download the latest version from the releases page.
  2. Extract the archive and run the executable. (e.g. ./fishfight or fishfight.exe)

Launcher

A cross-platform launcher is also available for downloading and launching the game easily.

Distro Packages

Packaging status

Packaging status

Arch Linux

pacman -S fishfight

Building

  1. Install Rust with rustup.rs
  2. Clone this repository: git clone https://github.com/fishfight/FishFight.git
  3. cargo run

Default key bindings

Keyboard left:

  • movement: arrow keys ↑, ←, ↓, β†’
  • pick/drop: K
  • attack: L

Keyboard right:

  • movement: W, A, S, D (& Space for jump)
  • pick/drop: C
  • attack: V & LeftCtrl

Gamepad:

  • movement: direction axis
  • pick/drop: X
  • attack: B
  • jump: A
  • slide: Down + Y

Credits

About

Tactical 2D shooter in fishy pixels style. Made with Rust-lang and Macroquad πŸ¦€πŸŒΆ

https://fishfight.org

License:Other


Languages

Language:Rust 99.9%Language:Shell 0.1%