Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Arcadefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: fish-folk-jumpy
name: jumpy
id: 8bit-games-fishy
name: fishy
logoUrl: /static/images/ship/original.png
coverImage:
original: /static/images/cover/original.jpg
Expand All @@ -9,7 +9,7 @@ marketingAssets:
title: cover
description: Cover image
description: |
Fish Folk: Jumpy is a tactical 2D shooter, played online or on a shared screen.
Fishy - Dive into 8-bit Chaos! A tactical 2D shooter, played 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!
admins:
- fllr
Expand Down
8 changes: 8 additions & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Credits

## Publisher

**8bit Games** - Publisher and modernization for Fishy v1.0+

## Original Project: Fish Folk: Jumpy

Fishy is based on the open-source game Fish Folk: Jumpy, created by the Fish Fight Game & Spicy Lobster Developers community.

## Forerunners

- Landon [@superjoebob](https://twitter.com/superjoebob) - Duck Game creator
Expand Down
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
authors = ["The Fish Fight Game & Spicy Lobster Developers"]
default-run = "jumpy"
description = "A tactical 2D shooter"
authors = ["8bit Games"]
default-run = "fishy"
description = "Dive into 8-bit Chaos - A tactical 2D shooter"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "jumpy"
version = "0.12.2"
name = "fishy"
version = "1.0.0"

[features]
default = []
Expand Down
Loading
Loading