An open API service indexing awesome lists of open source software.

https://github.com/fydar/pewpew

Global Game Jam 2021 submission.
https://github.com/fydar/pewpew

asp-net-core csharp

Last synced: 9 months ago
JSON representation

Global Game Jam 2021 submission.

Awesome Lists containing this project

README

          


Project Icon
Pew Pew

[![Global Game Jam](https://img.shields.io/badge/Global%20Game%20Jam%202021-3d3163.svg?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAMAAAA1k+1bAAAA/1BMVEUAAADy8jby6jOn3vL/4zlxx+uX1+/6/P76/f7w8C3t61Xi9PstruKR0/Dz6zPz7DL///////+Bze7////z6zTu+f3z6zLl9vvx7TL06zOk2Mf49Ijz6zP37zGy3Lr39Y7z6zLo9/+24/X///7////z6C7z6zO65fX69qX07EPy6zLz6zLy7DR+zu5PuuYrreE5suTW7/n//////0Dx6jLr6zsiqeD///+cz3vQ6MGz12okqt4lqt3A3HX6962M0u+z4fSm3PL8+s728GokquAxr+Lq9/pow99Ouua04vQmq+F6xZeMy4ng8/v6/f7n7H7A5utZv+io2K3n9vwprOFNhJj2AAAANnRSTlMAE6FjCddAwPQR1e3+VpdCHvjsAqh3sTo4s8SJQR+tY2Yi+9oDFq+B+cmOu0937v79tCkEJA3GPZXpAAAAeUlEQVR4XhXHUwIDQRAFwF7Etm379ca2cf+zZKb+iohsumaxOkxmkpSwan++3oDTJev2eH2b7RE4+QOiQSXEPJ5Ml6t1RDQai/P5cr3d+ZFIiqfS3x9gfJgzalY8lwcwmy8KxVKZhMoO2B+qtXqjSVKr3en2+oPhiP779RElOYR5XwAAAABJRU5ErkJggg==)](https://globalgamejam.org/2021/games/lost-space-7) [![YouTube](https://img.shields.io/badge/Gameplay%20Video-ee0000.svg?logo=youtube)](https://youtu.be/9DOz6ob91zM)

Coordinate with your team in a multiplayer space-shooter.

[![Gameplay](./img/pew-pew-cover-1.png)](https://youtu.be/9DOz6ob91zM)

**Global Game Jam 2021**\
**Theme**: "Lost and Found"

## Scout

Fast-moving with rapid-fire lasers.

> ***Tip:** Use your range to kite and outrange **battleships**.*

> ***Tip:** Two **scouts** will make short-work of a **gunship** when they cordinate their attack.*

> ***Tip:** Use your speed to take a few hits and safely retreat to the back lines until your needed again.*

Scout icon

**Damage:**\
![Damage](./img/damage-scout.svg)\
**Range:**\
![Range](./img/range-scout.svg)\
**Speed:**\
![Speed](./img/speed-scout.svg)\
![Health](./img/health-scout.svg)

## Gunship

Long-ranged, slow-moving ship with a high-damage torpedo ability.

***Barrage***: Fire a singular high-damage torpedo at the target destination.

> ***Tip:** Stay out of the range of your enemies and rain-down fire from a distance.*

> ***Tip:** Wait for reinforcements before engaging a **capital ship**.*

Gunship icon

**Damage:**\
![Damage](./img/damage-gunship.svg)\
**Range:**\
![Range](./img/range-gunship.svg)\
**Speed:**\
![Speed](./img/speed-gunship.svg)\
![Health](./img/health-gunship.svg)

## Battleship

Durable, slow-moving with close-range lasers.

***Barrage***: Fire a spray of low-damage torpedos towards the target location.

> ***Tip:** Charge the enemy to absorbe fire for your **gunships** and **scouts**.*

Battleship icon

**Damage:**\
![Damage](./img/damage-battleship.svg)\
**Range:**\
![Range](./img/range-battleship.svg)\
**Speed:**\
![Speed](./img/speed-battleship.svg)\
![Health](./img/health-battleship.svg)

## Capital

Durable ship with game-changing firepower in bursts

***Barrage***: Fire a spray of high-damage torpedos towards the target location.

> ***Tip:** Use the barrage ability button at the bottom-right of your screen to deliver a stream of high-damage torpedoes.*

> ***Tip:** Use your presense to control the flow of the battle.*

Capital ship icon

**Damage:**\
![Damage](./img/damage-capital.svg)\
**Range:**\
![Range](./img/range-capital.svg)\
**Speed:**\
![Speed](./img/speed-capital.svg)\
![Health](./img/health-capital.svg)

![Gameplay](./img/gameplay-7.png)

## Installation

To run a game server:

- Install .NET 5.0 SDK
- Compile (or obtain) the server binaries
- Navigate to the binary directory
- Run `dotnet PewPew.WebApp.Server.dll`

## Credits

**[Fydar](https://github.com/Fydar):** Programmer

## License

[![Creative Commons License](https://i.creativecommons.org/l/by-nc/4.0/88x31.png)](http://creativecommons.org/licenses/by-nc/4.0/)

This work is licensed under a [Creative Commons Attribution-NonCommercial 4.0 International License](http://creativecommons.org/licenses/by-nc/4.0/).