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.
- Host: GitHub
- URL: https://github.com/fydar/pewpew
- Owner: fydar
- License: other
- Created: 2021-01-30T04:55:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T10:38:40.000Z (about 2 years ago)
- Last Synced: 2025-09-30T09:35:46.425Z (9 months ago)
- Topics: asp-net-core, csharp
- Language: C#
- Homepage: https://fydar.dev/portfolio/pewpew
- Size: 4.67 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Pew Pew
[](https://globalgamejam.org/2021/games/lost-space-7) [](https://youtu.be/9DOz6ob91zM)
Coordinate with your team in a multiplayer space-shooter.
[](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.*

**Damage:**\
\
**Range:**\
\
**Speed:**\
\

## 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**.*

**Damage:**\
\
**Range:**\
\
**Speed:**\
\

## 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**.*

**Damage:**\
\
**Range:**\
\
**Speed:**\
\

## 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.*

**Damage:**\
\
**Range:**\
\
**Speed:**\
\


## 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
[](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/).