Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eulemitkeule/github-gameoff-2022
Our submission for the Github GameOff 2022 Game Jam.
https://github.com/eulemitkeule/github-gameoff-2022
game gameoff-2022 github-gameoff github-gameoff-2022 unity
Last synced: 7 days ago
JSON representation
Our submission for the Github GameOff 2022 Game Jam.
- Host: GitHub
- URL: https://github.com/eulemitkeule/github-gameoff-2022
- Owner: EuleMitKeule
- License: mit
- Created: 2022-11-01T18:00:16.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-01T10:26:44.000Z (almost 2 years ago)
- Last Synced: 2023-10-21T17:39:19.926Z (about 1 year ago)
- Topics: game, gameoff-2022, github-gameoff, github-gameoff-2022, unity
- Language: C#
- Homepage:
- Size: 3.38 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Available on itch.io](https://img.shields.io/badge/-available%20on%20itch.io%20-blue)](https://eulemitkeule.itch.io/tanks-on-a-plain)
[![CI](https://github.com/EuleMitKeule/github-gameoff-2022/actions/workflows/ci.yml/badge.svg)](https://github.com/EuleMitKeule/github-gameoff-2022/actions/workflows/ci.yml)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=EuleMitKeule_github-gameoff-2022&metric=coverage)](https://sonarcloud.io/summary/new_code?id=EuleMitKeule_github-gameoff-2022)
[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=EuleMitKeule_github-gameoff-2022&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=EuleMitKeule_github-gameoff-2022)
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=EuleMitKeule_github-gameoff-2022&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=EuleMitKeule_github-gameoff-2022)
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=EuleMitKeule_github-gameoff-2022&metric=bugs)](https://sonarcloud.io/summary/new_code?id=EuleMitKeule_github-gameoff-2022)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=EuleMitKeule_github-gameoff-2022&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=EuleMitKeule_github-gameoff-2022)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=EuleMitKeule_github-gameoff-2022&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=EuleMitKeule_github-gameoff-2022)
[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=EuleMitKeule_github-gameoff-2022&metric=sqale_index)](https://sonarcloud.io/summary/new_code?id=EuleMitKeule_github-gameoff-2022)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=EuleMitKeule_github-gameoff-2022&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=EuleMitKeule_github-gameoff-2022)
[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=EuleMitKeule_github-gameoff-2022&metric=duplicated_lines_density)](https://sonarcloud.io/summary/new_code?id=EuleMitKeule_github-gameoff-2022)# Tanks on a Plain
> Our submission for the Github GameOff 2022 Game Jam.
Tanks on a Plain is an open-source action game made with the Unity engine.
This years theme was **cliché**. We tried to integrate this by focussing on the gaming cliché of collecting power ups.## The Game
Your goal is to survive as long as you can!
You will encounter hoards of enemy tanks attacking you.
Destroy them and collect their power ups to gain strength.But beware, the enemy tanks will also collect and use the power ups to get even stronger!
> WASD - Move
> Mouse - Aim
> Left Mouse - Shoot## Installation
Download the [latest game binaries](https://github.com/EuleMitKeule/github-gameoff-2022/releases) according to your operating system, extract them and start the game.
You can also find the game on [itch.io](https://eulemitkeule.itch.io/tanks-on-a-plain).## Features
* Flow Field Pathfinding
* Power Up System
* Difficulty Scaling System
* Tilemap Chunking System
* Projectile Ricochet Physics
* Statistics Tracking
* Test and Deployment CI including SonarCloud Code Scanning## Credits
This project was made from scratch in one month by [Ben Korinth](https://github.com/mifiamigahna), [Niklas Held](https://github.com/niklasheld) and [Lennard Beers](https://github.com/EuleMitKeule).