TorbenStriegel / League-of-Ducks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

League of Ducks

LeagueOfDucks

Introduction

"League of Ducks" is a casual jump-and-run game where the goal is to defeat all other players (ducks) and be the last one standing. The game consists of multiple rounds, and the player with the highest score at the end of the game wins. We developed this project using the Unity development environment and the Photon Network Engine. Currently, the game is available for Android devices (version 4.0.3 and up), Windows computers (Windows 7+ and .NET Framework 3.5+), and as an HTML5 version (for modern browsers in beta stage). The project is designed to be cross-platform, allowing players on different devices to play together seamlessly. The game logic is primarily written in C#.

game

UI

You can find more information in the documentation

Getting Started

Here's how to get started with the game:

Unity

Unity is a powerful game development platform that allows you to create 2D, 3D, augmented reality, and virtual reality games. To set up Unity, follow these steps:

  1. Download Unity.
  2. Install Unity by following the installation instructions on the Unity website.

Game Installation

To play the game on different platforms, follow the links below:

Gameplay

  • Your objective is to achieve the highest possible score.
  • You gain points for winning each round (200 points per win).
  • Falling down or getting hit by an opponent results in point deductions (-20 points).
  • Each player starts with three lives and a weapon.
  • You can't regenerate lost lives.
  • There are four different weapons, each with varying strength, range, and ammo count.
  • To obtain a better weapon, pick it up at designated weapon spawns.
  • You can switch your view to a camera that provides an overhead view of the entire map.
  • You have a double jump ability and can perform wall jumps.

andoid

Class Structure

  • DuckInfo: Manages multiplayer functionality and synchronizes game elements.
  • Steuerung (Controls): Handles player movement, including running and jumping.
  • WeaponManager: Manages the various weapons and ensures the correct image is displayed.
  • Weapon: An abstract class representing different weapon types. Subclasses represent each weapon.
  • Ammo: Subclasses of Weapon that define ammunition for each weapon.
  • Bullet: An abstract class that controls bullet trajectories and lifespan. Subclasses define different bullet types.

Bild1

Conclusion

"League of Ducks" presented us with new challenges that our team successfully overcame. We applied our past experiences from previous projects to create a game that offers both challenges and enjoyment. In hindsight, this project was a success, and working on it as a team was a fun and rewarding experience. We look forward to applying the knowledge gained from this project to future endeavors.

About

License:MIT License


Languages

Language:C# 99.5%Language:C++ 0.2%Language:Objective-C++ 0.1%Language:HLSL 0.1%Language:ShaderLab 0.0%Language:CMake 0.0%