All Projects → heroiclabs → fishgame-godot

heroiclabs / fishgame-godot

Licence: Apache-2.0 license
"Fish Game" for Godot is a 2-4 player online multiplayer game created as a demo of Nakama; an open-source scalable game server, using the Godot game engine.

Programming Languages

GDScript
375 projects
C#
18002 projects

Projects that are alternatives of or similar to fishgame-godot

fishgame-macroquad
"Fish Game" for Macroquad is an online multiplayer game, created as a demonstration of Nakama, an open-source scalable game server, using Rust-lang and the Macroquad game engine.
Stars: ✭ 123 (-19.61%)
Mutual labels:  nakama, fish-game
Halma
Halma Game Built With The Awesome libGDX framework
Stars: ✭ 20 (-86.93%)
Mutual labels:  godot
goblins-game-gd
Turn based strategy game made with Godot Engine.
Stars: ✭ 68 (-55.56%)
Mutual labels:  godot
docker-godot-export
Docker image to automatically export your Godot games.
Stars: ✭ 42 (-72.55%)
Mutual labels:  godot
Godot-DialogPlugin
🗨️ A Dialog Node for Godot Engine
Stars: ✭ 194 (+26.8%)
Mutual labels:  godot
Godot-ProcGen-Dungeon-Generator
A simple Dungeon Procedural Generator using Godot.
Stars: ✭ 24 (-84.31%)
Mutual labels:  godot
nativelib-cli
NativeLib is a plugin management system for Godot engine.
Stars: ✭ 19 (-87.58%)
Mutual labels:  godot
Game-Examples
Godot game examples for gotm.io - the Godot Platform!
Stars: ✭ 27 (-82.35%)
Mutual labels:  godot
godot-epic-anchors
Improvement of the anchor panel UI for Godot
Stars: ✭ 26 (-83.01%)
Mutual labels:  godot
godot
Haxe/C# externs for Godot 3.4.0
Stars: ✭ 88 (-42.48%)
Mutual labels:  godot
godot-openvr-asset
Godot asset for the openvr module
Stars: ✭ 52 (-66.01%)
Mutual labels:  godot
obs-websocket-gd
Control OBS from inside a Godot game or app.
Stars: ✭ 42 (-72.55%)
Mutual labels:  godot
godot-cmvalley
Port of the Sauerbraten clanmap cm|Valley to Godot 4.0
Stars: ✭ 28 (-81.7%)
Mutual labels:  godot
godot-action-animation-framework
create animation easy in Godot with GDAction
Stars: ✭ 43 (-71.9%)
Mutual labels:  godot
luban
你的最佳游戏配置解决方案 {excel, csv, xls, xlsx, json, bson, xml, yaml, lua, unity scriptableobject} => {json, bson, xml, lua, yaml, protobuf(pb), msgpack, flatbuffers, erlang, custom template} data + {c++, java, c#, go(golang), lua, javascript(js), typescript(ts), erlang, rust, gdscript, protobuf schema, flatbuffers schema, custom template} code。
Stars: ✭ 1,660 (+984.97%)
Mutual labels:  godot
godot-xterm
Terminal emulator for the Godot game engine.
Stars: ✭ 61 (-60.13%)
Mutual labels:  godot
godot-filesystem-view
A Godot tool similar to FileSystem dock, allows you to customize filters(views) to work with project resources.
Stars: ✭ 75 (-50.98%)
Mutual labels:  godot
godot-gdgifexporter
Gif exporter for Godot made entirely in GDScript
Stars: ✭ 85 (-44.44%)
Mutual labels:  godot
godot-ios-plugins
No description or website provided.
Stars: ✭ 53 (-65.36%)
Mutual labels:  godot
nakama-common
The runtime framework for Nakama server.
Stars: ✭ 31 (-79.74%)
Mutual labels:  nakama

"Fish Game" for Godot

"Fish Game" for Godot is a 2-4 player online game built in the Godot game engine, created as a demonstration of Nakama, an open-source scalable game server.

Animated GIF showing gameplay

You can download playable builds for Windows, Linux and MacOS from the Releases page.

"Fish Game" demonstrates the following Nakama features:

The game design is heavily inspired by Duck Game.

Controls

Playing Online

Gamepad:

  • D-PAD or LEFT ANALOG STICK = move your fish
  • A (XBox) or Cross (PS) = jump
  • Y (XBox) or Triangle (PS) = pickup/throw weapon
  • X (XBox) or Square (PS) = use weapon
  • B (Xbox) or Circle (PS) = blub

Keyboard:

  • W, A, S, D = move your fish
  • C = pickup/throw weapon
  • V = use weapon
  • E = blub

Playing Locally

Gamepad:

Same as the "Playing Online" controls above.

Keyboard:

Action Player 1 Player 2
move your fish W, A, S, D Arrow keys
pickup/throw weapon C L
use weapon V ;
blub E P

Playing the game from source

Dependencies

You'll need:

  • Godot 3.2.3 or later.
  • A Nakama server (version 2.15.0 or later) to connect to.

The easiest way to setup a Nakama server locally for testing/learning purposes is via Docker, and in fact, there is a docker-compose.yml included in the source code of "Fish Game".

So, if you have Docker Compose installed on your system, all you need to do is navigate to the directory where you put the "Fish Game" source code and run this command:

docker-compose up -d

Running the game from source

  1. Download the source code to your computer.
  2. Open Godot and "Import" the project.
  3. (Optional) Edit the autoload/Online.gd file and replace the variables at the top with the right values for your Nakama server. If you're running a Nakama server locally with the default settings, then you shouldn't need to change anything.
  4. Press F5 or click the play button in the upper-right corner to start the game.

Setting up the leaderboard

If you didn't use the docker-compose.yml included with "Fish Game", then the "Leaderboard" won't work until you first create it on your server.

To do that, copy the nakama/data/modules/fish_game.lua file to the modules/ directory where your Nakama server keeps its data, and then restart your Nakama server.

Note: The game will play fine without the leaderboard.

License

This project is licensed under the Apache 2.0 License, with the following exceptions:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].