Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whiteblackgoose/funconsolegame
Windows-only console game with spaceships
https://github.com/whiteblackgoose/funconsolegame
Last synced: 18 days ago
JSON representation
Windows-only console game with spaceships
- Host: GitHub
- URL: https://github.com/whiteblackgoose/funconsolegame
- Owner: WhiteBlackGoose
- License: unlicense
- Created: 2021-06-14T19:28:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-17T10:41:00.000Z (over 3 years ago)
- Last Synced: 2024-10-19T18:47:06.360Z (30 days ago)
- Language: C#
- Homepage:
- Size: 484 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Space battle console game
Made with [ConsoleGameEngine](https://github.com/ollelogdahl/ConsoleGameEngine),
which is, unfortunately, not maintained anymore. Written in a mixture of OOP and
functional paradigms (with [Honk#](https://github.com/WhiteBlackGoose/HonkSharp) powering
the last one).### Play
Install [git](https://git-scm.com) and [.NET 5 SDK](https://dotnet.microsoft.com/download/dotnet/5.0) and run:
```
git clone --recurse-submodules https://github.com/WhiteBlackGoose/FunConsoleGame
cd FunConsoleGame
dotnet restore
dotnet build -c release
cd Sources
dotnet run -c release
```### Gallery
![gif](./Pics/game.gif)
![single image](./Pics/s.png)